From 63c7b50d544e4ededa7760d5a346ede43c5a62da Mon Sep 17 00:00:00 2001 From: Tobi Date: Sat, 20 Nov 2021 12:46:02 +0100 Subject: [PATCH] updated config files --- sway_config | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sway_config b/sway_config index 18e5e78..a1e2c6e 100644 --- a/sway_config +++ b/sway_config @@ -136,14 +136,6 @@ bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. # Resizing containers: # mode "resize" { - # left will shrink the containers width - # right will grow the containers width - # up will shrink the containers height - # down will grow the containers height - bindsym $left resize shrink width 10px - bindsym $down resize grow height 10px - bindsym $up resize shrink height 10px - bindsym $right resize grow width 10px # Ditto, with arrow keys bindsym Left resize shrink width 10px