diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-10 20:29:16 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-10 20:29:16 +0200 | 
| commit | 9d831e81399be29cc83a518ffc75c8d23c7c2fdf (patch) | |
| tree | d304abfd3f06a684a96e593be6eed19dd1057fea /config | |
| parent | d94e878591beed81db514cd429fc638f3c296785 (diff) | |
[hyprland] added submap for applications
Diffstat (limited to 'config')
| -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  | 
