1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-11-05 05:01:43 +00:00

Fixed runmenu

This commit is contained in:
J. Fernando Sánchez 2017-06-06 18:06:39 +02:00
parent 6a2f0dec9d
commit 8bf32d1b93

View File

@ -2,7 +2,7 @@
if command -v rofi >/dev/null 2>&1;
then
launcher="rofi -show drun"
launcher="rofi -modi drun -show drun"
else
launcher="dmenu_run -fn "-*-cure-medium-*-*-*-11-*-*-*-*-*-*-*" -nb "#101010" -nf "#5f5f5f" -sb "#191919" -sf "#b72f62" -b"
fi