Regenerated

This commit is contained in:
2026-04-02 09:03:55 +02:00
parent 5c111ebb7b
commit 4671bcc4ac
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
@@ -2196,9 +2196,9 @@ These are config files for .config/hypr
windowrule { windowrule {
name = Network-Manager-editor name = Network-Manager-editor
match:class = nm-connection-editor match:class = nm-connection-editor
float on float = on
move (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5)) move = (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
size 900 700 size = 900 700
} }
# PulseAudio Volume Control # PulseAudio Volume Control
@@ -2216,7 +2216,7 @@ windowrule {
name = blueman name = blueman
match:class = .blueman-manager-wrapped match:class = .blueman-manager-wrapped
float on float on
move (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5)) move cursor
size 900 700 size 900 700
} }
@@ -2,9 +2,9 @@
windowrule { windowrule {
name = Network-Manager-editor name = Network-Manager-editor
match:class = nm-connection-editor match:class = nm-connection-editor
float on float = on
move (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5)) move = (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
size 900 700 size = 900 700
} }
# PulseAudio Volume Control # PulseAudio Volume Control
@@ -22,6 +22,6 @@ windowrule {
name = blueman name = blueman
match:class = .blueman-manager-wrapped match:class = .blueman-manager-wrapped
float on float on
move (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5)) move cursor
size 900 700 size 900 700
} }