From e42be906d98df11aae8d1a8b6938284bdf1cc254 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Fri, 3 May 2019 23:07:04 +0200 Subject: [PATCH] [sway/config] replace 'Mod1' with 'Alt' for better readability --- sway/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sway/config b/sway/config index 64754c4..2296229 100644 --- a/sway/config +++ b/sway/config @@ -161,10 +161,10 @@ bindsym $mod+s focus child # focus the parent container bindsym $mod+a focus parent -bindsym Mod1+Left move workspace to output left -bindsym Mod1+Right move workspace to output right -bindsym Mod1+Up move workspace to output up -bindsym Mod1+Down move workspace to output down +bindsym Alt+Left move workspace to output left +bindsym Alt+Right move workspace to output right +bindsym Alt+Up move workspace to output up +bindsym Alt+Down move workspace to output down # switch to workspace bindsym $mod+1 workspace 1