diff options
Diffstat (limited to 'desktop')
-rwxr-xr-x | desktop/.config/sway/config | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/desktop/.config/sway/config b/desktop/.config/sway/config index fc1581b..890a06e 100755 --- a/desktop/.config/sway/config +++ b/desktop/.config/sway/config @@ -78,6 +78,7 @@ bindsym $mod+Shift+z exec --no-startup-id 'swaylock' # Start your launcher bindsym $mod+d exec $menu bindsym $mod+t exec emacsclient -c + bindsym $mod+s exec grim -g $(slurp) # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. @@ -144,11 +145,6 @@ bindsym $mod+Shift+z exec --no-startup-id 'swaylock' bindsym $mod+b splith bindsym $mod+v splitv - # Switch the current container between different layout styles - bindsym $mod+s layout stacking - bindsym $mod+w layout tabbed - bindsym $mod+e layout toggle split - # Make the current focus fullscreen bindsym $mod+f fullscreen |