🐛 fix(hypr): volume scratchpad not adjusting to the screen

This commit is contained in:
Sergio Laín 2023-11-27 11:13:32 +01:00
parent f0ab903b46
commit 0b4e83e6a9
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,6 @@ plugins = ["scratchpads", "expose", "magnify"]
[scratchpads.volume]
command = "pavucontrol"
unfocus = "hide"
animation = "fromLeft"
position = "1% 8%"
lazy = true

View file

@ -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