diff options
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 |