diff options
author | Alex Auvolat <alex.auvolat@inria.fr> | 2020-06-12 11:38:58 +0200 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@inria.fr> | 2020-06-12 11:39:06 +0200 |
commit | 88e0ed86229d224af510eaa10c0b9e6295a564dd (patch) | |
tree | a27f95effe972b148ed0e50181e11191cbb23e77 /solanum/sway/config | |
parent | fb6a19e89935360eaa1273ac7d3935344dad2b8e (diff) | |
download | user-config-88e0ed86229d224af510eaa10c0b9e6295a564dd.tar.gz user-config-88e0ed86229d224af510eaa10c0b9e6295a564dd.zip |
Remap some keys again
Diffstat (limited to 'solanum/sway/config')
-rw-r--r-- | solanum/sway/config | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/solanum/sway/config b/solanum/sway/config index ece8b14..631f30c 100644 --- a/solanum/sway/config +++ b/solanum/sway/config @@ -125,9 +125,9 @@ bindsym $mod+minus workspace 6 bindsym $mod+dead_grave workspace 7 bindsym $mod+underscore workspace 8 bindsym $mod+ccedilla workspace 9 -bindsym $mod+parenright workspace 10 -bindsym $mod+braceright workspace 11 -bindsym $mod+bracketright workspace 12 +bindsym $mod+braceright workspace 10 +bindsym $mod+parenright workspace 11 +bindsym $mod+equal workspace 12 workspace_auto_back_and_forth yes @@ -141,9 +141,9 @@ bindsym $mod+Shift+minus move container to workspace 6 bindsym $mod+Shift+dead_grave move container to workspace 7 bindsym $mod+Shift+underscore move container to workspace 8 bindsym $mod+Shift+ccedilla move container to workspace 9 -bindsym $mod+Shift+parenright move container to workspace 10 -bindsym $mod+Shift+braceright move container to workspace 11 -bindsym $mod+Shift+bracketright move container to workspace 12 +bindsym $mod+Shift+braceright move container to workspace 10 +bindsym $mod+Shift+parenright move container to workspace 11 +bindsym $mod+Shift+equal move container to workspace 12 # Multi monitor setup workspace 1 output DP-4 DP-6 HDMI-A-1 eDP-1 |