Browse Source

Fixup dynmenu needing absolute path for some reason

Alois Mahdal 10 months ago
parent
commit
33b849048d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/config/bmo/menu.ini

+ 1
- 1
dotfiles/config/bmo/menu.ini View File

12
     consumer    = xargs -Ipath thunar "path"
12
     consumer    = xargs -Ipath thunar "path"
13
 
13
 
14
 [menu.def.status]
14
 [menu.def.status]
15
-    generator = dynmenu status
15
+    generator = $HOME/bin/dynmenu status
16
     selector_args = --split =
16
     selector_args = --split =
17
     consumer    = bash -
17
     consumer    = bash -
18
 
18