summaryrefslogtreecommitdiff
path: root/xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'xinitrc')
-rwxr-xr-xxinitrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/xinitrc b/xinitrc
index 25e91d0..dbc6ac1 100755
--- a/xinitrc
+++ b/xinitrc
@@ -107,9 +107,12 @@ ogg123 -q "${HOME}/.local/share/gajim/sounds/voices/voice-system-activated.ogg"
# {{{ Window manager selection
case "$WM" in
- failsafe|twm)
+ failsafe)
exec twm
;;
+ twm)
+ LANG=C exec twm -f ${HOME}/.twmrc
+ ;;
fvwm)
exec fvwm2
;;