sway: Mover con alt para usar capa de navegación en teclado

This commit is contained in:
Cat /dev/Nulo 2022-11-09 18:30:16 -03:00
parent 189231b078
commit 6a0eca5087
1 changed files with 12 additions and 0 deletions

View File

@ -76,6 +76,10 @@ input * {
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right
bindsym Mod1+Left focus left
bindsym Mod1+Down focus down
bindsym Mod1+Up focus up
bindsym Mod1+Right focus right
# Move the focused window with the same, but add Shift
bindsym $mod+Shift+$left move left
@ -86,6 +90,10 @@ input * {
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
bindsym Mod1+Shift+Left move left
bindsym Mod1+Shift+Down move down
bindsym Mod1+Shift+Up move up
bindsym Mod1+Shift+Right move right
bindsym $mod+Control+$left move workspace to output left
bindsym $mod+Control+$down move workspace to output down
@ -95,6 +103,10 @@ input * {
bindsym $mod+Control+Down move workspace to output down
bindsym $mod+Control+Up move workspace to output up
bindsym $mod+Control+Right move workspace to output right
bindsym Mod1+Control+Left move workspace to output left
bindsym Mod1+Control+Down move workspace to output down
bindsym Mod1+Control+Up move workspace to output up
bindsym Mod1+Control+Right move workspace to output right
#
# Workspaces:
#