diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2024-11-09 19:05:37 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2024-11-09 19:05:37 -0500 |
commit | 394e08b741d77e4478182e5b1e0153cad71fea41 (patch) | |
tree | 7f4dd833955d2a9dcb1e2c26bb9b5087c158cf50 /desktop/.config/sway | |
parent | 52c8c0e2ad407710752c2a6239ae041473833282 (diff) |
Diffstat (limited to 'desktop/.config/sway')
-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 |