refactor(hypr): almost all scractchpads removed
This commit is contained in:
parent
b31ca44be7
commit
4c736e0a76
2 changed files with 1 additions and 41 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue