Make fallback dmenu also use default Hack font
This commit is contained in:
parent
006509941b
commit
238ab2bfe5
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ alt + Return
|
|||
|
||||
# run program launcher
|
||||
alt + d
|
||||
if [ -x $(command -v zsh) ]; then $HOME/.config/dmenu/dmenu_run_with_aliases; else dmenu_run -i -fn Hack -nb "#282a36" -nf "#f8f8f2" -sb "#44475a" -sf "#f8f8f2"; fi
|
||||
if [ -x $(command -v zsh) ]; then $HOME/.config/dmenu/dmenu_run_with_aliases; else dmenu_run -i -fn "Hack:size=10:antialias=true:autohint=true" -nb "#282a36" -nf "#f8f8f2" -sb "#44475a" -sf "#f8f8f2"; fi
|
||||
|
||||
alt + x
|
||||
$HOME/.config/dmenu/dmenu_bspwm_desktop_content goto
|
||||
|
|
Loading…
Reference in a new issue