1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 16:02:19 +00:00

Multiple changes

This commit is contained in:
J. Fernando Sánchez
2018-09-12 19:04:59 +02:00
parent 6f97821cae
commit ea78b16bd9
17 changed files with 622 additions and 72 deletions

View File

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