Commit 3b5e3ff7 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Bindsym workspace prev/next to $mod+Ctrl+h/l.

parent 022f9917
......@@ -231,6 +231,8 @@ bindsym $mod+minus scratchpad show
#navigate workspaces next / previous
bindsym $mod+Ctrl+Right workspace next
bindsym $mod+Ctrl+Left workspace prev
bindsym $mod+Ctrl+l workspace next
bindsym $mod+Ctrl+h workspace prev
# Workspace names
# to display names or symbols instead of plain workspace numbers you can use
......
......@@ -144,8 +144,10 @@ bindsym $mod+Shift+Tab move scratchpad
bindsym $mod+minus scratchpad show
#navigate workspaces next / previous
bindsym $mod+Ctrl+Right workspace next
bindsym $mod+Ctrl+Left workspace prev
bindsym $mod+ctrl+right workspace next
bindsym $mod+ctrl+left workspace prev
bindsym $mod+ctrl+l workspace next
bindsym $mod+ctrl+h workspace prev
# Workspace names
# 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