Bläddra i källkod

Add key bindings for taskwaror 'context' switching

Alois Mahdal 8 år sedan
förälder
incheckning
29a6aa2f58
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2
    0
      dotfiles/i3/config

+ 2
- 0
dotfiles/i3/config Visa fil

@@ -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