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 /etc/xprofile ] && . /etc/xprofile
|
||||||
[ -f ~/.xprofile ] && . ~/.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
|
DEFAULT_SESSION=awesome
|
||||||
case "$1" in
|
case "$1" in
|
||||||
default|awesome|"")
|
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
|
exec awesome
|
||||||
;;
|
;;
|
||||||
weston|weston-launch)
|
qtile)
|
||||||
exec weston-launch
|
exec qtile
|
||||||
;;
|
;;
|
||||||
*) exec $DEFAULT_SESSION ;;
|
*) exec $DEFAULT_SESSION ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue