From 1117d8e6071b3b328911e052eec86386f0bb3bb0 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Fri, 23 Jul 2010 16:56:20 +0200 Subject: xinitrc: switch to variable window-manager selection Slim configuration should be changed to use something like WM=%session instead of appending the session to the end. But, slim is broken anyway and I don't see it return any time soon. --- xinitrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xinitrc b/xinitrc index 5dc5044..d3691f1 100755 --- a/xinitrc +++ b/xinitrc @@ -4,7 +4,6 @@ # {{{ Environment settings -export OOO_FORCE_DESKTOP="gnome" errorlog="${HOME}/.xsession-errors" gnupglog="${HOME}/.gnupg/gpg-agent.info" # }}} @@ -94,7 +93,7 @@ ogg123 -q "${HOME}/.local/share/gajim/sounds/voices/voice-system-activated.ogg" # {{{ Window manager selection -case "$1" in +case "$WM" in twm) exec twm ;; -- cgit v1.2.3