You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi
you can't change fonts that have space in the name
for example dmenu_run -fn 'Droid Sans Mono-19'
works fine in terminal but if you change DMENU_ARGS="-b"
to below code that is not working DMENU_ARGS="-fn 'Droid Sans Mono-19'"
I test below code and got the same error -fn Droid\ Sans\ Mono-19
The text was updated successfully, but these errors were encountered:
hi
you can't change fonts that have space in the name
for example
dmenu_run -fn 'Droid Sans Mono-19'
works fine in terminal but if you change
DMENU_ARGS="-b"
to below code that is not working
DMENU_ARGS="-fn 'Droid Sans Mono-19'"
I test below code and got the same error
-fn Droid\ Sans\ Mono-19
The text was updated successfully, but these errors were encountered: