Regenerated
This commit is contained in:
+302
-302
File diff suppressed because it is too large
Load Diff
+6
-6
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user