This commit is contained in:
milisarge 2017-06-06 02:05:46 +03:00
parent 3412d7213d
commit a6e19689ed
2 changed files with 15 additions and 1 deletions

14
ayarlar/.xinitrc.slim Normal file
View File

@ -0,0 +1,14 @@
DEFAULTSESSION=xfce4-session
case "$1" in
openbox) exec openbox-session ;;
xfce) exec xfce4-session ;;
lxqt) exec lxqt-session ;;
gnome3) exec gnome-session ;;
kde) exec startkde ;;
cinnamon) exec gnome-session-cinnamon ;;
razor-qt) exec razor-session ;;
lxde) exec lxsession ;;
mate) exec mate-session ;;
*) exec $DEFAULTSESSION ;;
esac

View File

@ -51,7 +51,7 @@ login_cmd exec /bin/bash -login ~/.xinitrc %session
# The current chosen session name is replaced in the login_cmd # The current chosen session name is replaced in the login_cmd
# above, so your login command can handle different sessions. # above, so your login command can handle different sessions.
# see the xinitrc.sample file shipped with slim sources # see the xinitrc.sample file shipped with slim sources
sessions xfce4,icewm-session,wmaker,blackbox sessions xfce4,mate,openbox,kde,lxqt
# Executed when pressing F11 (requires imagemagick) # Executed when pressing F11 (requires imagemagick)
screenshot_cmd import -window root /slim.png screenshot_cmd import -window root /slim.png