From 5f3c29864c52d3315f6c05dc56bb8efe3a381ee9 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 10 Jun 2024 18:00:14 -0400 Subject: [PATCH] sway: Avoid alt in bindings --- sway/config | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sway/config b/sway/config index cd555e6..cbb82c2 100644 --- a/sway/config +++ b/sway/config @@ -52,15 +52,15 @@ bindsym $super+Shift+Up move up bindsym $super+Shift+Right move right # Change container layout -bindsym $super+f fullscreen -bindsym $super+s floating enable -bindsym $super+t floating disable -bindsym $super+z split horizontal -bindsym $super+v split vertical -bindsym $super+e layout toggle split -bindsym $super+$alt+s layout stacking -bindsym $super+$alt+t layout tabbed -bindsym $super+y sticky toggle +bindsym $super+f fullscreen +bindsym $super+s floating enable +bindsym $super+t floating disable +bindsym $super+z split horizontal +bindsym $super+v split vertical +bindsym $super+e layout toggle split +bindsym $super+Shift+s layout stacking +bindsym $super+Shift+t layout tabbed +bindsym $super+y sticky toggle # Container nesting bindsym $super+p focus parent