summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-01-18 12:32:04 +0000
committerSean Whitton <spwhitton@spwhitton.name>2024-01-19 12:37:19 +0000
commit5d9ee7f6ea77b1cf094b9f2ab6ab1364128cf640 (patch)
tree9f59407508842d3edcaf89fd9e91fb94c18036eb
parent857b4a597b8a82e1f0e0bbf5bad8cc7f5cad71a7 (diff)
downloaddotfiles-5d9ee7f6ea77b1cf094b9f2ab6ab1364128cf640.tar.gz
drop some Sway bindings that could interfere with i3status-wrapper
-rw-r--r--.config/sway/config13
1 files changed, 0 insertions, 13 deletions
diff --git a/.config/sway/config b/.config/sway/config
index f8577896..492be008 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -82,22 +82,9 @@ mode "C-i-" {
bindsym Mod1+g exec makoctl dismiss --all, mode "default"
- # split in horizontal orientation
- bindsym h split h, mode "default"
-
- # split in vertical orientation
- bindsym v split v, mode "default"
-
# enter fullscreen mode for the focused container
bindsym f fullscreen toggle, mode "default"
- # change container layout (stacked, tabbed, toggle split)
- # bindsym s layout stacking, mode "default"
- bindsym w layout tabbed, mode "default"
-
- # make a container independently tabbed
- bindsym a split v, layout tabbed, mode "default"
-
# toggle tiling / floating
bindsym t floating toggle, mode "default"