🐛 fix(hypr): volume scratchpad not adjusting to the screen
This commit is contained in:
parent
f0ab903b46
commit
0b4e83e6a9
2 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,6 @@ plugins = ["scratchpads", "expose", "magnify"]
|
|||
[scratchpads.volume]
|
||||
command = "pavucontrol"
|
||||
unfocus = "hide"
|
||||
animation = "fromLeft"
|
||||
position = "1% 8%"
|
||||
lazy = true
|
||||
|
||||
|
|
|
@ -54,6 +54,7 @@ $sideScratchpad = class:^(.*pavucontrol.*)$|(.*blueman-manager.*)$ #|^(.*localse
|
|||
windowrulev2 = workspace special:sideScratchpad silent, $sideScratchpad
|
||||
windowrulev2 = size 30% 90%, $sideScratchpad
|
||||
windowrulev2 = float, $sideScratchpad
|
||||
windowrulev2 = center 1, $sideScratchpad
|
||||
|
||||
|
||||
## Specific App Rules
|
||||
|
|
Loading…
Add table
Reference in a new issue