summaryrefslogtreecommitdiff
path: root/.config/sway/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/sway/config')
-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"