Regenerated

This commit is contained in:
2026-04-01 22:30:18 +02:00
parent 061da1f4e5
commit 3494b94bc9
3 changed files with 308 additions and 305 deletions
+300 -299
View File
File diff suppressed because it is too large Load Diff
+4 -3
View File
@@ -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
# Float apps near cursor, 900x700
windowrule {
class = nm-connection-editor
app_id = nm-connection-editor
float = true
move = cursor
size = 900 700
}
windowrule {
class = Pavucontrol
app_id = pavucontrol
float = true
move = cursor
size = 900 700
}
windowrule {
class = Blueman-manager
app_id = blueman-manager
float = true
move = cursor
size = 900 700
@@ -1,20 +1,21 @@
# Float apps near cursor, 900x700
windowrule {
class = nm-connection-editor
app_id = nm-connection-editor
float = true
move = cursor
size = 900 700
}
windowrule {
class = Pavucontrol
app_id = pavucontrol
float = true
move = cursor
size = 900 700
}
windowrule {
class = Blueman-manager
app_id = blueman-manager
float = true
move = cursor
size = 900 700