From 5d9ee7f6ea77b1cf094b9f2ab6ab1364128cf640 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 18 Jan 2024 12:32:04 +0000 Subject: drop some Sway bindings that could interfere with i3status-wrapper --- .config/sway/config | 13 ------------- 1 file changed, 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" -- cgit v1.2.3