Skip to content

Instantly share code, notes, and snippets.

@xgeek-cub
xgeek-cub / FVWM
Last active December 20, 2015 03:39
How to start X from Gentoo's /etc/local.d
. /etc/init.d/functions.sh
einfo "Start X?" && read x
if yesno $x ; then
su - YOURUSER -c "exec /usr/bin/fvwm &"
fi