Commit d65c6300 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Changed mod shortcuts for layout/containers to default to child container making.

parent 3bf2fffb
......@@ -110,18 +110,18 @@ bindsym $mod+Shift+b move container to workspace back_and_forth; workspace back_
# split orientations
#bindsym $mod+h split h;exec notify-send 'tile horizontally'
#bindsym $mod+v split v;exec notify-send 'tile vertically'
bindsym $mod+q layout toggle split;exec notify-send 'layout toggled'
bindsym $mod+Mod1+q split h;
bindsym $mod+Mod1+e split v;
bindsym $mod+Mod1+q layout toggle split;exec notify-send 'layout toggled'
bindsym $mod+q split h;
bindsym $mod+e split v;
# toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
# change container layout (stacked, tabbed, toggle split)
bindsym $mod+s layout stacking;exec notify-send 'stacking layout'
bindsym $mod+Mod1+s split h; layout stacking
bindsym $mod+w layout tabbed;exec notify-send 'tabbed layout'
bindsym $mod+Mod1+w split h; layout tabbed
bindsym $mod+Mod1+s layout stacking;exec notify-send 'stacking layout'
bindsym $mod+s split h; layout stacking
bindsym $mod+Mod1+w layout tabbed;exec notify-send 'tabbed layout'
bindsym $mod+w split h; layout tabbed
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment