mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:43:55 -05:00
hyprland/sway: changed submap keybinds to Ctrl+Alt to avoid collisions with app binds
This commit is contained in:
parent
18a6746a43
commit
753348bc6c
|
@ -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
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue