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
 bindsym $mod+8 workspace $w8
108
 bindsym $mod+8 workspace $w8
109
 bindsym $mod+9 workspace $w9
109
 bindsym $mod+9 workspace $w9
110
 bindsym $mod+0 workspace $w0
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
 # move focused container to workspace
114
 # move focused container to workspace
113
 bindsym $mod+Shift+1 move container to workspace $w1
115
 bindsym $mod+Shift+1 move container to workspace $w1
120
 bindsym $mod+Shift+8 move container to workspace $w8
122
 bindsym $mod+Shift+8 move container to workspace $w8
121
 bindsym $mod+Shift+9 move container to workspace $w9
123
 bindsym $mod+Shift+9 move container to workspace $w9
122
 bindsym $mod+Shift+0 move container to workspace $w0
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
 bindsym $mod+Shift+grave move scratchpad
128
 bindsym $mod+Shift+grave move scratchpad
125
 bindsym $mod+grave scratchpad show
129
 bindsym $mod+grave scratchpad show