diff options
| author | Blake Romero <blake@blkrom.com> | 2024-11-01 19:02:03 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-11-01 19:02:03 +0000 |
| commit | 8b2b2fee609589581a93d2d8bff2558e4bad03cd (patch) | |
| tree | c3b096dee869f752795dbfbac0e3a56c84f1ab6a /dot-config/sway/config | |
| parent | a8f35f38fca12167d502ed7e9bbb20e021096c8f (diff) | |
Add layout key bindings to sway
Diffstat (limited to 'dot-config/sway/config')
| -rw-r--r-- | dot-config/sway/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dot-config/sway/config b/dot-config/sway/config index 56552c4..1737a68 100644 --- a/dot-config/sway/config +++ b/dot-config/sway/config @@ -71,8 +71,9 @@ bindsym --locked XF86MonBrightnessDown exec brightnessctl --save --min-value=10 bindsym $mod+h splith bindsym $mod+v splitv +bindsym $mod+c layout stacking bindsym $mod+t layout tabbed -bindsym $mod+s layout split +bindsym $mod+s layout toggle split bindsym $mod+m fullscreen bindsym $mod+Tab floating toggle |
