summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-16 18:49:54 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-16 18:49:54 -0700
commit1296560efc5395b36605da69e5d1947c33e8ade6 (patch)
tree0153022776a03acb5b5d97ff1410f58f56173d17
parent7019f7e0329b5f4ba6908045604692cd0e57a71d (diff)
downloaddotfiles-1296560efc5395b36605da69e5d1947c33e8ade6.tar.gz
i3: try using tabbed workspace layout by default
-rw-r--r--.config/i3/config12
1 files changed, 3 insertions, 9 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 21e1487a..60a381d7 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -22,6 +22,9 @@ font pango:monospace 8
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
+# default workspace layout
+workspace_layout tabbed
+
# start a terminal
bindsym $mod+Return exec xfce4-terminal
@@ -69,15 +72,6 @@ bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
-# moving windows into containers and making the layout of those containers tabbed
-# note that will do something that is not sensible if the container is already tabbed
-bindsym $mod+Ctrl+Shift+i focus left , split h , layout tabbed , focus right , move left
-bindsym $mod+Ctrl+Shift+Left focus left , split h , layout tabbed , focus right , move left
-bindsym $mod+Ctrl+Shift+Down focus down , split v , layout tabbed , focus up , move down
-bindsym $mod+Ctrl+Shift+Up focus up , split v , layout tabbed , focus down , move up
-bindsym $mod+Ctrl+Shift+o focus right , split h , layout tabbed , focus left , move right
-bindsym $mod+Ctrl+Shift+Right focus right , split h , layout tabbed , focus left , move right
-
# split in horizontal orientation
bindsym $mod+h split h