Browse Source

Add key bindings for taskwaror 'context' switching

Alois Mahdal 8 years ago
parent
commit
29a6aa2f58
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      dotfiles/i3/config

+ 2
- 0
dotfiles/i3/config View File

@@ -248,6 +248,8 @@ bindsym $mod+Shift+Home     exec "thunar"
248 248
 
249 249
 bindsym $mod+m              exec "$spn bmo menu status"
250 250
 bindsym $mod+Shift+m        exec "i3-dmenu-desktop --dmenu='bmo dmenu'"
251
+bindsym $mod+o              exec "$spn bmo menu context"
252
+bindsym $mod+Shift+o        exec "task context none"
251 253
 bindsym $mod+p              exec "$spn bmo menu run"
252 254
 bindsym $mod+Shift+p        exec "$spn bmo menu run_hist"
253 255