hyprland/sway: changed submap keybinds to Ctrl+Alt to avoid collisions with app binds

This commit is contained in:
Aly Raffauf 2024-04-21 21:59:43 -04:00
parent 18a6746a43
commit 753348bc6c
2 changed files with 4 additions and 4 deletions

View file

@ -372,7 +372,7 @@
# Show/hide waybar.
bind = ${modifier}, F11, exec, pkill -SIGUSR1 waybar
bind=ALT,R,submap,resize
bind=CTRL ALT,R,submap,resize
submap=resize
binde=,right,resizeactive,10 0
binde=,left,resizeactive,-10 0
@ -381,7 +381,7 @@
bind=,escape,submap,reset
submap=reset
bind=ALT,M,submap,move
bind=CTRL ALT,M,submap,move
submap=move
# Move window with arrow keys
bind = , left, movewindow, l

View file

@ -259,8 +259,8 @@
# Show/hide waybar
"${modifier}+F11" = "exec pkill -SIGUSR1 waybar";
"Mod1+M" = "mode move";
"Mod1+R" = "mode resize";
"Ctrl+Mod1+M" = "mode move";
"Ctrl+Mod1+R" = "mode resize";
};
modes = {
move = {