removing weston and adding qtile
This commit is contained in:
parent
d09b33127e
commit
497b599a12
1 changed files with 6 additions and 6 deletions
12
.xinitrc
12
.xinitrc
|
@ -1,17 +1,17 @@
|
|||
[ -f /etc/xprofile ] && . /etc/xprofile
|
||||
[ -f ~/.xprofile ] && . ~/.xprofile
|
||||
[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
|
||||
/usr/bin/xcompmgr &
|
||||
/usr/bin/xscreensaver -no-splash &
|
||||
eval $(/usr/bin/gpg-agent --daemon --enable-ssh-support --write-env-file "${HOME}/.gpg-agent-info")
|
||||
|
||||
DEFAULT_SESSION=awesome
|
||||
case "$1" in
|
||||
default|awesome|"")
|
||||
[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
|
||||
xcompmgr &
|
||||
/usr/bin/xscreensaver -no-splash &
|
||||
eval $(/usr/bin/gpg-agent --daemon --enable-ssh-support --write-env-file "${HOME}/.gpg-agent-info")
|
||||
exec awesome
|
||||
;;
|
||||
weston|weston-launch)
|
||||
exec weston-launch
|
||||
qtile)
|
||||
exec qtile
|
||||
;;
|
||||
*) exec $DEFAULT_SESSION ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue