freebsd-ports/x11-wm/leftwm/pkg-message
Alexandre C. Guimarães b7513b9102
x11/leftwm: Bring in upstream fixes and improvements
- enable building i386, nw supported by upstream
- remove the powerpc patch since it seems fixed upstream
2021-10-05 22:11:16 -03:00

31 lines
855 B
Text

****************************************************************************
- If you want to see more than a black screen when you login, select a
theme.
mkdir -p ~/.config/leftwm/themes
cd ~/.config/leftwm/themes
ln -s PATH_TO_THE_THEME_YOU_LIKE current
- LeftWM has very few dependencies, this isn't always the case for themes.
Themes typically require the following to be installed. However, this is up
to the author of the theme, and could be different.
List of common dependencies for themes:
graphics/feh
sysutils/conky
x11/dmenu
x11/hs-xmobar
x11/polybar
x11-wm/compton
x11-wm/picom
- LeftWM requires that $XDG_RUNTIME_DIR is set in the environment as it
uses this directory.
Details: https://github.com/leftwm/leftwm/wiki/XDG_RUNTIME_DIR
****************************************************************************