✨ 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"
|
command = "pavucontrol"
|
||||||
unfocus = "hide"
|
unfocus = "hide"
|
||||||
animation = "fromLeft"
|
animation = "fromLeft"
|
||||||
margin = 20
|
position = "1% 8%"
|
||||||
lazy = true
|
lazy = true
|
||||||
|
|
||||||
[scratchpads.terminal]
|
[scratchpads.terminal]
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
CONFIG=$(rofi -show file-browser-extended -theme ~/.config/rofi/style.rasi -file-browser-stdout -file-browser-dir "$HOME"/.config/keyb/bindings)
|
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
|
## Scratchpads
|
||||||
$scratchpad = class:^(scratchpad)$
|
$scratchpad = class:^(scratchpad)$
|
||||||
windowrulev2 = float,$scratchpad
|
windowrulev2 = float,$scratchpad
|
||||||
windowrulev2 = size 70% 70%,$scratchpad
|
|
||||||
windowrulev2 = center 1,$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.*)$
|
$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 = 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
|
## Specific App Rules
|
||||||
|
|
Loading…
Add table
Reference in a new issue