✨ feat(hypr): pyprland new rules and changes to the scratchpads
This commit is contained in:
parent
88988f4e07
commit
fbd6b88675
3 changed files with 6 additions and 13 deletions
|
@ -5,7 +5,7 @@ plugins = ["scratchpads", "expose", "magnify"]
|
|||
command = "pavucontrol"
|
||||
unfocus = "hide"
|
||||
animation = "fromLeft"
|
||||
margin = 20
|
||||
position = "1% 8%"
|
||||
lazy = true
|
||||
|
||||
[scratchpads.terminal]
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/bash
|
||||
CONFIG=$(rofi -show file-browser-extended -theme ~/.config/rofi/style.rasi -file-browser-stdout -file-browser-dir "$HOME"/.config/keyb/bindings)
|
||||
|
||||
hyprctl dispatch exec "[float;center;size 35% 80%] kitty keyb -k '$CONFIG'"
|
||||
|
||||
hyprctl dispatch exec "[float;size 35% 80%;center 1] kitty keyb -k '$CONFIG'"
|
||||
|
|
|
@ -41,20 +41,14 @@ windowrulev2 = workspace 2,class:^(.*Code.*)$
|
|||
## Scratchpads
|
||||
$scratchpad = class:^(scratchpad)$
|
||||
windowrulev2 = float,$scratchpad
|
||||
windowrulev2 = size 70% 70%,$scratchpad
|
||||
windowrulev2 = center 1,$scratchpad
|
||||
windowrulev2 = workspace special silent,$scratchpad
|
||||
windowrulev2 = size 70% 70%,$scratchpad
|
||||
windowrulev2 = workspace special:scratchpad silent,$scratchpad
|
||||
|
||||
$sideScratchpad = class:^(.*pavucontrol.*)$|^(.*localsend.*)$|(.*blueman-manager.*)$
|
||||
windowrulev2 = workspace special silent,$sideScratchpad
|
||||
windowrulev2 = workspace special:sideScratchpad silent,$sideScratchpad
|
||||
windowrulev2 = size 30% 90%,$sideScratchpad
|
||||
windowrulev2 = float,$sideScratchpad
|
||||
windowrulev2 = size 30% 85%,$sideScratchpad
|
||||
|
||||
# $miniScratchpad = class:^(.*galculator.*)$
|
||||
# windowrulev2 = workspace special silent,$miniScratchpad
|
||||
# windowrulev2 = float,$miniScratchpad
|
||||
# windowrulev2 = size 30% 40%,$miniScratchpad
|
||||
# windowrulev2 = center 1,$scratchpad
|
||||
|
||||
|
||||
## Specific App Rules
|
||||
|
|
Loading…
Add table
Reference in a new issue