summaryrefslogtreecommitdiff
path: root/xinitrc
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2021-03-11 01:38:21 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2021-03-11 01:40:45 +0100
commit1dac33d09fd8f63ce1de0a07d38e6c8470cd60e5 (patch)
tree8b300e558c65118dc4b9a6fce7d7283bb82afb46 /xinitrc
parent482d934645a19e3b5001acfe50c83afb2158758d (diff)
downloaddotfiles-1dac33d09fd8f63ce1de0a07d38e6c8470cd60e5.tar.xz
twmrc: import the configuration file
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
;;