diff --git a/.config/hypr/configs/binds.conf b/.config/hypr/configs/binds.conf index 17decead..86fed493 100644 --- a/.config/hypr/configs/binds.conf +++ b/.config/hypr/configs/binds.conf @@ -38,13 +38,7 @@ bind = CTRL, ESCAPE, exec, $launcher-scripts/screenshot/screenshot --freeze # Pyprland ## Scratchpad Module bind = $mainMod, V, exec, pypr toggle volume -bind = $mainMod, 51, exec, pypr toggle terminal # Backslash -bind = $mainMod, T, exec, pypr toggle btop -bind = $mainMod SHIFT, T, exec, pypr toggle nvtop -bind = $mainMod SHIFT, I, exec, pypr toggle gpt -bind = $mainMod SHIFT, B, exec, pypr toggle bluetooth -bind = $mainMod, E, exec, pypr toggle yazi -bind = $mainMod, D, exec, pypr toggle dots +bind = $mainMod, B, exec, pypr toggle bluetooth ## Other Modules bind = $mainMod, Z, exec, pypr zoom diff --git a/.config/hypr/pyprland.toml b/.config/hypr/pyprland.toml index 9e922f99..db16e717 100644 --- a/.config/hypr/pyprland.toml +++ b/.config/hypr/pyprland.toml @@ -8,40 +8,6 @@ position = "1% 8%" lazy = true force_monitor = "DP-1" -[scratchpads.terminal] -command = "kitty --class scratchpad-large" -lazy = true - -[scratchpads.yazi] -command = "kitty --class scratchpad-large fish -c yazi" -unfocus = "hide" -hysteresis = 0.1 -lazy = true - -[scratchpads.gpt] -command = "kitty --class scratchpad-large tgpt -m" -lazy = true - -[scratchpads.dots] -command = "kitty --class scratchpad-large yadm enter lazygit" -lazy = true - -[scratchpads.btop] -command = "kitty --class scratchpad-large btop" -lazy = true - -[scratchpads.nvtop] -command = "kitty --class scratchpad-large nvtop" -lazy = true - -[scratchpads.topgrade-system] -command = "kitty --class scratchpad-large fish -c 'up'" -lazy = true - -[scratchpads.topgrade-all] -command = "kitty --class scratchpad-large fish -c 'upall'" -lazy = true - [scratchpads.bluetooth] command = "overskride" animation = "fromRight"