Regenerated

This commit is contained in:
2026-04-01 22:28:37 +02:00
parent 211f49deab
commit 061da1f4e5
3 changed files with 308 additions and 308 deletions
+300 -300
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -2192,26 +2192,26 @@ decoration {
These are config files for .config/hypr
#+BEGIN_SRC conf :tangle generated/.config/hypr/window-rules.conf :noweb yes :mkdirp yes :eval never
# Multiple apps floating, opening near cursor, with specific size
# Float apps near cursor, 900x700
windowrule {
class = nm-connection-editor
float = true
move = cursor
size = 900 700
match:class = nm-connection-editor
}
windowrule {
class = Pavucontrol
float = true
move = cursor
size = 900 700
match:class = Pavucontrol
}
windowrule {
class = Blueman-manager
float = true
move = cursor
size = 900 700
match:class = Blueman-manager
}
#+END_SRC
@@ -1,21 +1,21 @@
# Multiple apps floating, opening near cursor, with specific size
# Float apps near cursor, 900x700
windowrule {
class = nm-connection-editor
float = true
move = cursor
size = 900 700
match:class = nm-connection-editor
}
windowrule {
class = Pavucontrol
float = true
move = cursor
size = 900 700
match:class = Pavucontrol
}
windowrule {
class = Blueman-manager
float = true
move = cursor
size = 900 700
match:class = Blueman-manager
}