diff options
author | Andrew Payne <phalange@komputermatrix.com> | 2020-01-29 11:38:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-29 11:38:22 +0700 |
commit | 2d8eb46a7981faf46577d4c7f6ff0582a4e0a11d (patch) | |
tree | 800794986fe7c1df6fe588840e3875d07e9f996b /desktop/spectrwm/xinitrc.spectrwm | |
parent | 2d2b161328d31b8807317abacf46bacd06a1994d (diff) | |
download | slackbuilds-2d8eb46a7981faf46577d4c7f6ff0582a4e0a11d.tar.gz |
desktop/spectrwm: Updated for version 3.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/spectrwm/xinitrc.spectrwm')
-rw-r--r-- | desktop/spectrwm/xinitrc.spectrwm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/spectrwm/xinitrc.spectrwm b/desktop/spectrwm/xinitrc.spectrwm index ee8f916496..d68c50cb65 100644 --- a/desktop/spectrwm/xinitrc.spectrwm +++ b/desktop/spectrwm/xinitrc.spectrwm @@ -11,7 +11,10 @@ sysmodmap=/etc/X11/xinit/.Xmodmap [ -f $userresources ] && /usr/bin/xrdb -merge $userresources [ -f $usermodmap ] && /usr/bin/xmodmap $usermodmap -# Start herbstluftwm +# Add your startup prgorams here, e.g. +# numlockx & + +# Start spectrwm if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then exec ck-launch-session dbus-launch --exit-with-session /usr/bin/spectrwm else |