✨ feat(hypr): new scratchpad: cava
This commit is contained in:
parent
6724bde2b3
commit
f8c789552c
2 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,7 @@ bind = SUPERSHIFT, I, exec, pypr toggle gpt && hyprctl dispatch bringactivetotop
|
|||
bind = SUPERSHIFT, B, exec, pypr toggle bluetooth && hyprctl dispatch bringactivetotop
|
||||
bind = SUPER, E, exec, pypr toggle yazi && hyprctl dispatch bringactivetotop
|
||||
bind = SUPER, D, exec, pypr toggle dots && hyprctl dispatch bringactivetotop
|
||||
bind = SUPERSHIFT, C, exec, pypr toggle cava && hyprctl dispatch bringactivetotop
|
||||
|
||||
# Screenshotting
|
||||
$hyprshot = ~/.config/hypr/scripts/hyprshot
|
||||
|
|
|
@ -30,6 +30,10 @@ lazy = true
|
|||
command = "kitty --class scratchpad-large btop"
|
||||
lazy = true
|
||||
|
||||
[scratchpads.cava]
|
||||
command = "kitty --class scratchpad-mini cava"
|
||||
lazy = true
|
||||
|
||||
[scratchpads.bluetooth]
|
||||
command = "blueman-manager"
|
||||
animation = "fromRight"
|
||||
|
|
Loading…
Add table
Reference in a new issue