mirror of
https://github.com/balkian/dotfiles.git
synced 2025-08-23 08:02:19 +00:00
Fixed runmenu
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
if command -v rofi >/dev/null 2>&1;
|
if command -v rofi >/dev/null 2>&1;
|
||||||
then
|
then
|
||||||
launcher="rofi -show drun"
|
launcher="rofi -modi drun -show drun"
|
||||||
else
|
else
|
||||||
launcher="dmenu_run -fn "-*-cure-medium-*-*-*-11-*-*-*-*-*-*-*" -nb "#101010" -nf "#5f5f5f" -sb "#191919" -sf "#b72f62" -b"
|
launcher="dmenu_run -fn "-*-cure-medium-*-*-*-11-*-*-*-*-*-*-*" -nb "#101010" -nf "#5f5f5f" -sb "#191919" -sf "#b72f62" -b"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user