Commit 00417def authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Changed mod+q and mod+e to horizontal/vertical layouts (instead of toggling layout).

parent b7e48f7e
......@@ -29,8 +29,9 @@ ${color2}rofi (windows) - ${color}mod+Tab
${color2}bmenu - ${color}mod+Ctrl+b
${color2}kill focused - ${color}mod+Shift+q
${color2}toggle split direction - ${color}mod+[q|e]
${color2}container layout (tabbed) - ${color}mod+w
${color2}container layout (horiz) - ${color}mod+q
${color2}container layout (vert) - ${color}mod+e
${color2}container layout (stck) - ${color}mod+s
${color2}child container (tabbed) - ${color}mod+Shift+w
${color2}child container (vert) - ${color}mod+Shift+e
......
......@@ -157,8 +157,8 @@ bindsym $mod+Ctrl+w exec "WINDOWS=$(xdotool search --all --onlyvisible --desktop
bindsym $mod+Mod1+Ctrl+w exec "WINDOWS=$(xdotool search --all --onlyvisible --desktop $(xprop -notype -root _NET_CURRENT_DESKTOP | cut -c 24-) \\"\\" 2>/dev/null); for window in $WINDOWS; do xdotool windowactivate $window; i3-msg \\"move left\\"; $con_title; done"
# split orientations
bindsym $mod+q layout toggle split;exec notify-send 'layout toggled'
bindsym $mod+e layout toggle split;exec notify-send 'layout toggled'
bindsym $mod+q layout splith;exec notify-send 'horizontal layout'
bindsym $mod+e layout splitv;exec notify-send 'vertical layout'
bindsym $mod+Shift+e split h; exec "$con_title"
# change container layout (stacked, tabbed, toggle split)
......
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