diff options
Diffstat (limited to 'desktop/dwm/README')
-rw-r--r-- | desktop/dwm/README | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/desktop/dwm/README b/desktop/dwm/README index 17f58ac0a2..89a5d486f6 100644 --- a/desktop/dwm/README +++ b/desktop/dwm/README @@ -22,3 +22,32 @@ OPTIONS Use the system tray patch: SYSTRAY=yes sh dwm.SlackBuild + +Use Mod4 (Windows key) instead of Mod1 (alt): + + MOD4=yes sh dwm.SlackBuild + +Use rofi instead of dmenu: + + ROFI=yes sh dwm.SlackBuild + +The ROFI option also installs dwm.rasi rofi theme to +/usr/share/rofi/themes. This is set to use the same +font as dwm, so if you have patched the dwm font then you +may also want to adjust it to match. + + +OPTIIONAL + +st + +A good minimal terminal with fontconfig support. Think +"urxvt", but without perl support and the need to specify +fallback fonts manually. + +rofi + +A good replacement for dmenu, which caches commands hit rate +so that the most used ones are listed first and saves a lot +of extra typing. Cache can be cleared by deleting +~/.cache/rofi-*.runcache |