lbonn / rofi

Rofi: A window switcher, run dialog and dmenu replacement - fork with wayland support
Other
943 stars 37 forks source link

[BUG] Font configuration doesn't seem to work #9

Closed tamirzb closed 4 years ago

tamirzb commented 4 years ago

Maybe I'm missing something, but it seems to me that font configuration just doesn't work on wayland.

Steps to reproduce

# Running this with Xwayland gives a big DejaVu font:
rofi -theme-str 'window { font: "DejaVu Sans 30"; }' -show run -x11
# Running this doesn't give a big DejaVu font:
rofi -theme-str 'window { font: "DejaVu Sans 30"; }' -show run
lbonn commented 4 years ago

Reproduced it and wrote a fix.

Please re-open if it persists.

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.