Regenerated
This commit is contained in:
+300
-300
File diff suppressed because it is too large
Load Diff
+4
-4
@@ -2190,14 +2190,14 @@ decoration {
|
||||
|
||||
** =.config/hypr/window-rules.conf=
|
||||
These are config files for .config/hypr
|
||||
#+BEGIN_SRC css :tangle generated/.config/hypr/window-rules.conf :noweb yes :mkdirp yes :eval never
|
||||
#+BEGIN_SRC toml :tangle generated/.config/hypr/window-rules.conf :noweb yes :mkdirp yes :eval never
|
||||
|
||||
# Network Manager editor
|
||||
windowrule {
|
||||
name = Network-Manager-editor
|
||||
match:class = nm-connection-editor
|
||||
float = on
|
||||
move = (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
|
||||
move = move onscreen 100%-w 0
|
||||
size = 900 700
|
||||
}
|
||||
|
||||
@@ -2206,7 +2206,7 @@ windowrule {
|
||||
name = pavucontrol
|
||||
match:class = org.pulseaudio.pavucontrol
|
||||
float = on
|
||||
move = (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
|
||||
move = move onscreen 100%-w 0
|
||||
size = 900 700
|
||||
}
|
||||
|
||||
@@ -2216,7 +2216,7 @@ windowrule {
|
||||
name = blueman
|
||||
match:class = .blueman-manager-wrapped
|
||||
float = on
|
||||
move = (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
|
||||
move = move onscreen 100%-w 0
|
||||
size = 900 700
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ windowrule {
|
||||
name = Network-Manager-editor
|
||||
match:class = nm-connection-editor
|
||||
float = on
|
||||
move = (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
|
||||
move = move onscreen 100%-w 0
|
||||
size = 900 700
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ windowrule {
|
||||
name = pavucontrol
|
||||
match:class = org.pulseaudio.pavucontrol
|
||||
float = on
|
||||
move = (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
|
||||
move = move onscreen 100%-w 0
|
||||
size = 900 700
|
||||
}
|
||||
|
||||
@@ -22,6 +22,6 @@ windowrule {
|
||||
name = blueman
|
||||
match:class = .blueman-manager-wrapped
|
||||
float = on
|
||||
move = (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
|
||||
move = move onscreen 100%-w 0
|
||||
size = 900 700
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user