Regenerated
This commit is contained in:
+300
-299
File diff suppressed because it is too large
Load Diff
+4
-3
@@ -2193,22 +2193,23 @@ These are config files for .config/hypr
|
|||||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/window-rules.conf :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC conf :tangle generated/.config/hypr/window-rules.conf :noweb yes :mkdirp yes :eval never
|
||||||
|
|
||||||
# Float apps near cursor, 900x700
|
# Float apps near cursor, 900x700
|
||||||
|
|
||||||
windowrule {
|
windowrule {
|
||||||
class = nm-connection-editor
|
app_id = nm-connection-editor
|
||||||
float = true
|
float = true
|
||||||
move = cursor
|
move = cursor
|
||||||
size = 900 700
|
size = 900 700
|
||||||
}
|
}
|
||||||
|
|
||||||
windowrule {
|
windowrule {
|
||||||
class = Pavucontrol
|
app_id = pavucontrol
|
||||||
float = true
|
float = true
|
||||||
move = cursor
|
move = cursor
|
||||||
size = 900 700
|
size = 900 700
|
||||||
}
|
}
|
||||||
|
|
||||||
windowrule {
|
windowrule {
|
||||||
class = Blueman-manager
|
app_id = blueman-manager
|
||||||
float = true
|
float = true
|
||||||
move = cursor
|
move = cursor
|
||||||
size = 900 700
|
size = 900 700
|
||||||
|
|||||||
@@ -1,20 +1,21 @@
|
|||||||
# Float apps near cursor, 900x700
|
# Float apps near cursor, 900x700
|
||||||
|
|
||||||
windowrule {
|
windowrule {
|
||||||
class = nm-connection-editor
|
app_id = nm-connection-editor
|
||||||
float = true
|
float = true
|
||||||
move = cursor
|
move = cursor
|
||||||
size = 900 700
|
size = 900 700
|
||||||
}
|
}
|
||||||
|
|
||||||
windowrule {
|
windowrule {
|
||||||
class = Pavucontrol
|
app_id = pavucontrol
|
||||||
float = true
|
float = true
|
||||||
move = cursor
|
move = cursor
|
||||||
size = 900 700
|
size = 900 700
|
||||||
}
|
}
|
||||||
|
|
||||||
windowrule {
|
windowrule {
|
||||||
class = Blueman-manager
|
app_id = blueman-manager
|
||||||
float = true
|
float = true
|
||||||
move = cursor
|
move = cursor
|
||||||
size = 900 700
|
size = 900 700
|
||||||
|
|||||||
Reference in New Issue
Block a user