Browse Source

Add window switcher menu

Alois Mahdal 7 years ago
parent
commit
91f20f4d1b
2 changed files with 6 additions and 0 deletions
  1. 5
    0
      dotfiles/config/bmo/menu.ini
  2. 1
    0
      dotfiles/i3/config

+ 5
- 0
dotfiles/config/bmo/menu.ini View File

66
     generator = echo none; task context list | grep '^[a-z]'
66
     generator = echo none; task context list | grep '^[a-z]'
67
     selector_args = --split ' ' --split-field 1
67
     selector_args = --split ' ' --split-field 1
68
     consumer = xargs -r task context
68
     consumer = xargs -r task context
69
+
70
+[menu.def.windows]
71
+
72
+    generator = i3-lswin
73
+    consumer = i3-focuswin

+ 1
- 0
dotfiles/i3/config View File

301
 bindsym $mod+Shift+m        exec "i3-dmenu-desktop --dmenu='bmo dmenu'"
301
 bindsym $mod+Shift+m        exec "i3-dmenu-desktop --dmenu='bmo dmenu'"
302
 bindsym $mod+o              exec "$spn bmo menu context"
302
 bindsym $mod+o              exec "$spn bmo menu context"
303
 bindsym $mod+Print          exec "newfeh"
303
 bindsym $mod+Print          exec "newfeh"
304
+bindsym $mod+grave          exec "$spn bmo menu windows"
304
 
305
 
305
 
306
 
306
 #------------------------------------------------------------------------#
307
 #------------------------------------------------------------------------#