Commit 1224ddfc authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Redid splitting and layout container control.

mod+q = toggle layout
mod+alt+q = split h
mod+alt+s = split stacking
mod+w = layout tabbed
mod+alt+w = split tabbed
mod+Shift+s = sticky window toggle
parent 5fe1dabf
......@@ -105,22 +105,20 @@ workspace_auto_back_and_forth yes
bindsym $mod+b workspace back_and_forth
bindsym $mod+Shift+b move container to workspace back_and_forth; workspace back_and_forth
# split orientation
# 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 split h;
bindsym $mod+Mod1+q split h; layout tabbed
bindsym $mod+q layout toggle split;exec notify-send 'layout toggled'
bindsym $mod+Mod1+q split h;
# 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+e layout toggle split
bindsym $mod+Shift+s split toggle; layout stacking;exec notify-send 'sub-stacking layout'
bindsym $mod+Shift+w split toggle; layout tabbed; exec notify-send 'sub-tabbed layout'
bindsym $mod+Mod1+w split h; layout tabbed
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle
......@@ -129,7 +127,7 @@ bindsym $mod+Shift+space floating toggle
bindsym $mod+space focus mode_toggle
# toggle sticky
bindsym $mod+Mod1+s sticky toggle;exec notify-send 'sticky windows toggled'
bindsym $mod+Shift+s sticky toggle;exec notify-send 'sticky windows toggled'
# window transparency adjustment (and alias to restart compton)
bindsym $mod+Mod1+z exec transset-df -a --min 0.25 --dec 0.25
......
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