From f8c789552c27acf50e09349583f15b881eaeddb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 7 Apr 2024 00:49:33 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(hypr):=20new=20scratchpad:=20c?= =?UTF-8?q?ava?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/configs/binds.conf | 1 + .config/hypr/pyprland.toml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.config/hypr/configs/binds.conf b/.config/hypr/configs/binds.conf index 5d1c7ee3..7bb2c5d7 100644 --- a/.config/hypr/configs/binds.conf +++ b/.config/hypr/configs/binds.conf @@ -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 diff --git a/.config/hypr/pyprland.toml b/.config/hypr/pyprland.toml index 059f15ae..b9c38c55 100644 --- a/.config/hypr/pyprland.toml +++ b/.config/hypr/pyprland.toml @@ -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"