Commit 58d7fd3d authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Merge branch 'reverse-layout' into development

parents a96fa824 f0ca3d64
...@@ -62,6 +62,7 @@ client.urgent #CB4B16 #FDF6E3 #CB4B16 $indicator ...@@ -62,6 +62,7 @@ client.urgent #CB4B16 #FDF6E3 #CB4B16 $indicator
workspace_layout tabbed reverse workspace_layout tabbed reverse
# set my quick tabbed/stacked toggle # set my quick tabbed/stacked toggle
bindsym $mod+q layout fill_order toggle
bindsym $mod+e layout toggle tabbed stacked bindsym $mod+e layout toggle tabbed stacked
# set default window title_align # set default window title_align
...@@ -286,8 +287,8 @@ bindsym $mod+$mod_next+i exec --no-startup-id xprop -id $(xdotool getactivewindo ...@@ -286,8 +287,8 @@ bindsym $mod+$mod_next+i exec --no-startup-id xprop -id $(xdotool getactivewindo
bindsym $mod++Shift+i exec --no-startup-id xprop -id $(xdotool getactivewindow) -remove INVERT_FLAG; bindsym $mod++Shift+i exec --no-startup-id xprop -id $(xdotool getactivewindow) -remove INVERT_FLAG;
# focus the parent container # focus the parent container
bindsym $mod+q focus parent bindsym $mod+Escape focus parent
bindsym $mod+Escape focus child bindsym $mod+$mod_next+Escape focus child
# Workspace names # Workspace names
# to display names or symbols instead of plain workspace numbers you can use # to display names or symbols instead of plain workspace numbers you can use
......
...@@ -62,6 +62,7 @@ client.urgent #CB4B16 #FDF6E3 #CB4B16 $indicator ...@@ -62,6 +62,7 @@ client.urgent #CB4B16 #FDF6E3 #CB4B16 $indicator
workspace_layout tabbed reverse workspace_layout tabbed reverse
# set my quick tabbed/stacked toggle # set my quick tabbed/stacked toggle
bindsym $mod+q layout fill_order toggle
bindsym $mod+e layout toggle tabbed stacked bindsym $mod+e layout toggle tabbed stacked
# set default window title_align # set default window title_align
...@@ -258,8 +259,8 @@ bindsym $mod+$mod_next+i exec --no-startup-id xprop -id $(xdotool getactivewindo ...@@ -258,8 +259,8 @@ bindsym $mod+$mod_next+i exec --no-startup-id xprop -id $(xdotool getactivewindo
bindsym $mod++Shift+i exec --no-startup-id xprop -id $(xdotool getactivewindow) -remove INVERT_FLAG; bindsym $mod++Shift+i exec --no-startup-id xprop -id $(xdotool getactivewindow) -remove INVERT_FLAG;
# focus the parent container # focus the parent container
bindsym $mod+q focus parent bindsym $mod+Escape focus parent
bindsym $mod+Escape focus child bindsym $mod+$mod_next+Escape focus child
# Workspace names # Workspace names
# to display names or symbols instead of plain workspace numbers you can use # to display names or symbols instead of plain workspace numbers you can use
......
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