Skip to content
Snippets Groups Projects
Commit 8adbcb36 authored by Jens Nolte's avatar Jens Nolte
Browse files

Add more shortcuts to switch workspaces

parent e55cbc1f
No related branches found
No related tags found
No related merge requests found
...@@ -327,6 +327,8 @@ bindsym $mod+d focus child ...@@ -327,6 +327,8 @@ bindsym $mod+d focus child
# switch to workspace # switch to workspace
bindsym $mod+Ctrl+h workspace prev_on_output bindsym $mod+Ctrl+h workspace prev_on_output
bindsym $mod+Ctrl+k workspace prev_on_output
bindsym $mod+Ctrl+j workspace next_on_output
bindsym $mod+Ctrl+l workspace next_on_output bindsym $mod+Ctrl+l workspace next_on_output
bindsym $mod+1 workspace 1 bindsym $mod+1 workspace 1
bindsym $mod+2 workspace 2 bindsym $mod+2 workspace 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment