From 37c57a6beb03b0dc603b2deba6f2b649951b749a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 4 Jun 2014 10:35:58 -0300 Subject: Support for custom window manager --- xsession.dot.link | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/xsession.dot.link b/xsession.dot.link index 6af48b3..7079270 100755 --- a/xsession.dot.link +++ b/xsession.dot.link @@ -33,6 +33,11 @@ else xsetroot -solid black fi +# Set window manager +if [ -z "$WINDOW_MANAGER" ]; then + WINDOW_MANAGER='awesome' +fi + # Additional applications depending on the machine type if laptop-detect; then PROGRAMS="$PROGRAMS xwicd" @@ -75,5 +80,5 @@ if [ "$OSVERSION" = "7" ]; then eval $(gnome-keyring-daemon --start --components=pkcs11,gpg,secrets) # Start window manager - awesome + $WINDOW_MANAGER fi -- cgit v1.2.3