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
3b5e3ff7
Commit
3b5e3ff7
authored
Oct 11, 2020
by
Jay Ta'ala
Browse files
Bindsym workspace prev/next to $mod+Ctrl+h/l.
parent
022f9917
Changes
2
Show whitespace changes
Inline
Side-by-side
i3/config
View file @
3b5e3ff7
...
@@ -231,6 +231,8 @@ bindsym $mod+minus scratchpad show
...
@@ -231,6 +231,8 @@ bindsym $mod+minus scratchpad show
#navigate workspaces next / previous
#navigate workspaces next / previous
bindsym $mod+Ctrl+Right workspace next
bindsym $mod+Ctrl+Right workspace next
bindsym $mod+Ctrl+Left workspace prev
bindsym $mod+Ctrl+Left workspace prev
bindsym $mod+Ctrl+l workspace next
bindsym $mod+Ctrl+h workspace prev
# 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
...
...
i3/config.simple
View file @
3b5e3ff7
...
@@ -144,8 +144,10 @@ bindsym $mod+Shift+Tab move scratchpad
...
@@ -144,8 +144,10 @@ bindsym $mod+Shift+Tab move scratchpad
bindsym $mod+minus scratchpad show
bindsym $mod+minus scratchpad show
#navigate workspaces next / previous
#navigate workspaces next / previous
bindsym $mod+Ctrl+Right workspace next
bindsym $mod+ctrl+right workspace next
bindsym $mod+Ctrl+Left workspace prev
bindsym $mod+ctrl+left workspace prev
bindsym $mod+ctrl+l workspace next
bindsym $mod+ctrl+h workspace prev
# 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
...
...
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