⚙️ config(hypr): scratchpad bindings
This commit is contained in:
parent
770111bd4a
commit
2aa0fdf7e5
1 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,7 @@ bindm = $mainMod, mouse:273, resizewindow
|
||||||
# Basic keybinds
|
# Basic keybinds
|
||||||
bind = $mainMod, Q, killactive,
|
bind = $mainMod, Q, killactive,
|
||||||
bind = $mainMod CTRL, R, exec, killall $bar; $bar
|
bind = $mainMod CTRL, R, exec, killall $bar; $bar
|
||||||
bind = $mainMod, T, exec, killall -SIGUSR1 $bar
|
bind = $mainMod CTRL, T, exec, killall -SIGUSR1 $bar
|
||||||
bind = $mainMod SHIFT, R, exec, swaync -R && swaync -rs
|
bind = $mainMod SHIFT, R, exec, swaync -R && swaync -rs
|
||||||
bind = $mainMod, A, exec, $scripts/toggle_floating
|
bind = $mainMod, A, exec, $scripts/toggle_floating
|
||||||
bind = $mainMod, P, pseudo
|
bind = $mainMod, P, pseudo
|
||||||
|
@ -42,7 +42,8 @@ bind = $mainMod, Y, exec, cliphist list | rofi -dmenu | cliphist decode | wl-cop
|
||||||
# Scratchpads
|
# Scratchpads
|
||||||
bind = $mainMod, V, exec, pypr toggle volume
|
bind = $mainMod, V, exec, pypr toggle volume
|
||||||
bind = $mainMod, 51, exec, pypr toggle terminal # Backslash
|
bind = $mainMod, 51, exec, pypr toggle terminal # Backslash
|
||||||
bind = $mainMod, B, exec, pypr toggle btop
|
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, I, exec, pypr toggle gpt
|
||||||
bind = $mainMod SHIFT, B, exec, pypr toggle bluetooth
|
bind = $mainMod SHIFT, B, exec, pypr toggle bluetooth
|
||||||
bind = $mainMod, E, exec, pypr toggle yazi
|
bind = $mainMod, E, exec, pypr toggle yazi
|
||||||
|
|
Loading…
Add table
Reference in a new issue