diff options
-rw-r--r-- | config/hyprland/hypr/binds.conf | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/config/hyprland/hypr/binds.conf b/config/hyprland/hypr/binds.conf index cdaf573..46b6503 100644 --- a/config/hyprland/hypr/binds.conf +++ b/config/hyprland/hypr/binds.conf @@ -13,8 +13,18 @@ bind = $mainMod, F, togglefloating, bind = $mainMod SHIFT, P, pseudo bind = $mainMod, S, togglesplit +bind = $mainMod, A, submap, applications +submap = applications bind = $mainMod, B, exec, firefox +bind = , B, exec, firefox bind = $mainMod, T, exec, $term -e tmux a || tmux +bind = , T, exec, $term -e tmux a || tmux +bind = $mainMod, D, exec, foot -e ssh -t db tmux a +bind = , D, exec, foot -e ssh -t db tmux a +bind = $mainMod, M, exec, gamelaunch +bind = , M, exec, gamelaunch +source = ./reset-submap.conf +submap = reset bind = $mainMod, E, focusmonitor, +1 bind = $mainMod, W, focusmonitor, -1 @@ -122,5 +132,3 @@ bind = $mainMod ALT, S, exec, $HOME/.config/hypr/screenshot.sh -m bind = $mainMod SHIFT, S, exec, $HOME/.config/hypr/screenshot.sh -sc bind = $mainMod ALT SHIFT, S, exec, $HOME/.config/hypr/screenshot.sh -s bind = $mainMod CTRL, S, exec, $HOME/.config/hypr/screenshot.sh -f - -bind = $mainMod, D, exec, foot -e ssh -t db tmux a |