Regenerated

This commit is contained in:
2026-04-02 09:04:36 +02:00
parent 4671bcc4ac
commit 1d79615d8e
3 changed files with 314 additions and 314 deletions
+302 -302
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -2205,9 +2205,9 @@ windowrule {
windowrule { windowrule {
name = pavucontrol name = pavucontrol
match:class = org.pulseaudio.pavucontrol match:class = org.pulseaudio.pavucontrol
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
} }
@@ -2215,9 +2215,9 @@ windowrule {
windowrule { windowrule {
name = blueman name = blueman
match:class = .blueman-manager-wrapped match:class = .blueman-manager-wrapped
float on float = on
move cursor move = (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
size 900 700 size = 900 700
} }
#+END_SRC #+END_SRC
@@ -11,9 +11,9 @@ windowrule {
windowrule { windowrule {
name = pavucontrol name = pavucontrol
match:class = org.pulseaudio.pavucontrol match:class = org.pulseaudio.pavucontrol
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
} }
@@ -21,7 +21,7 @@ windowrule {
windowrule { windowrule {
name = blueman name = blueman
match:class = .blueman-manager-wrapped match:class = .blueman-manager-wrapped
float on float = on
move cursor move = (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5))
size 900 700 size = 900 700
} }