Browse Source

Add shortcuts to switch workspaces

Alois Mahdal 9 years ago
parent
commit
658dc8a269
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      dotfiles/i3/config

+ 4
- 0
dotfiles/i3/config View File

@@ -108,6 +108,8 @@ bindsym $mod+7 workspace $w7
108 108
 bindsym $mod+8 workspace $w8
109 109
 bindsym $mod+9 workspace $w9
110 110
 bindsym $mod+0 workspace $w0
111
+bindsym $mod+Page_Up   workspace prev_on_output
112
+bindsym $mod+Page_Down workspace next_on_output
111 113
 
112 114
 # move focused container to workspace
113 115
 bindsym $mod+Shift+1 move container to workspace $w1
@@ -120,6 +122,8 @@ bindsym $mod+Shift+7 move container to workspace $w7
120 122
 bindsym $mod+Shift+8 move container to workspace $w8
121 123
 bindsym $mod+Shift+9 move container to workspace $w9
122 124
 bindsym $mod+Shift+0 move container to workspace $w0
125
+bindsym $mod+Shift+Page_Up   move container to workspace prev_on_output
126
+bindsym $mod+Shift+Page_Down move container to workspace next_on_output
123 127
 
124 128
 bindsym $mod+Shift+grave move scratchpad
125 129
 bindsym $mod+grave scratchpad show