diff options
Diffstat (limited to 'extra/slim/slim.conf')
-rw-r--r-- | extra/slim/slim.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/slim/slim.conf b/extra/slim/slim.conf index 52158faee..8cf5cc460 100644 --- a/extra/slim/slim.conf +++ b/extra/slim/slim.conf @@ -51,7 +51,7 @@ login_cmd exec /bin/bash -login ~/.xinitrc %session # The current chosen session name is replaced in the login_cmd # above, so your login command can handle different sessions. # see the xinitrc.sample file shipped with slim sources -sessions twm,fvwm,jwm,lxde,blackbox,openbox,fluxbox,xfce4,gnome,icewm,wmaker,twindy,e16,ede +sessions twm,fvwm,jwm,lxde,blackbox,openbox,fluxbox,xfce4,gnome,icewm,wmaker,twindy,e16,ede,mwm # Executed when pressing F11 (requires imagemagick) screenshot_cmd import -window root /slim.png @@ -69,10 +69,10 @@ reboot_msg The system is rebooting... # current theme, use comma separated list to specify a set to # randomly choose from -current_theme nutyx +current_theme slim-nutyx # Lock file -lockfile /var/run/slim.lock +lockfile /var/lock/slim.lock # Log file logfile /var/log/slim.log |