Browse Source

Just use thunar always, forget about xdg-open

Alois Mahdal 6 years ago
parent
commit
d76d3c2c51
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

@@ -19,7 +19,7 @@
19 19
 
20 20
     generator   = ls -1 -t
21 21
     selector_args = -l 30
22
-    consumer    = xargs -Ipath xdg-open "path"
22
+    consumer    = xargs -Ipath thunar "path"
23 23
 
24 24
 [menu.def.status]
25 25