feat(hypr): new scratchpad: cava

This commit is contained in:
Sergio Laín 2024-04-07 00:49:33 +02:00
parent 6724bde2b3
commit f8c789552c
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 5 additions and 0 deletions

View file

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

View file

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