Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jay Ta'ala
jt-config-repo
Commits
bb9a8f73
Commit
bb9a8f73
authored
Sep 13, 2022
by
Jay Ta'ala
Browse files
Added bindsym to switch/focus root container for master/stack type
layouts.
parent
3e9d6314
Changes
2
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
bb9a8f73
...
@@ -81,6 +81,8 @@ for_window [class=".*"] title_window_icon padding 3px
...
@@ -81,6 +81,8 @@ for_window [class=".*"] title_window_icon padding 3px
# focus_wrapping <yes|no|force|workspace>
# focus_wrapping <yes|no|force|workspace>
# Legacy syntax: "force_focus_wrapping force"
# Legacy syntax: "force_focus_wrapping force"
focus_wrapping yes
focus_wrapping yes
# parent focus switch (useful for master/stack switching)
bindsym $mod+r focus parent; focus left
# Hide borders <none|vertical|horizontal|both|smart>
# Hide borders <none|vertical|horizontal|both|smart>
hide_edge_borders none
hide_edge_borders none
...
...
i3/config.simple
View file @
bb9a8f73
...
@@ -81,6 +81,8 @@ for_window [class=".*"] title_window_icon padding 3px
...
@@ -81,6 +81,8 @@ for_window [class=".*"] title_window_icon padding 3px
# focus_wrapping <yes|no|force|workspace>
# focus_wrapping <yes|no|force|workspace>
# Legacy syntax: "force_focus_wrapping force"
# Legacy syntax: "force_focus_wrapping force"
focus_wrapping yes
focus_wrapping yes
# parent focus switch (useful for master/stack switching)
bindsym $mod+r focus parent; focus left
# Hide borders <none|vertical|horizontal|both|smart>
# Hide borders <none|vertical|horizontal|both|smart>
hide_edge_borders none
hide_edge_borders none
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment