ayarlar
This commit is contained in:
parent
3412d7213d
commit
a6e19689ed
|
@ -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
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue