diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2019-10-24 19:55:10 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-27 00:36:12 +0700 |
commit | 7b4d5973faf26925970bd22f27121491c09d88a5 (patch) | |
tree | 2dfe26e7749989368d91de74570784421ce0eccb /desktop/dwm/xinitrc.dwm | |
parent | c1003e47857974d98daafc7c54573d3aaab6c187 (diff) |
desktop/dwm: Fix rofi theme. Add optional CK/dbus support.
Diffstat (limited to 'desktop/dwm/xinitrc.dwm')
-rw-r--r-- | desktop/dwm/xinitrc.dwm | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/desktop/dwm/xinitrc.dwm b/desktop/dwm/xinitrc.dwm index 4cfa744f796b..d6c0390c42ba 100644 --- a/desktop/dwm/xinitrc.dwm +++ b/desktop/dwm/xinitrc.dwm @@ -24,9 +24,4 @@ if [ -f $usermodmap ]; then fi # Start the window manager: -if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then - exec ck-launch-session /usr/bin/dwm -else - exec /usr/bin/dwm -fi - +exec /usr/bin/dwm |