From 638a91c01b489e57bc03dc21687993205690e13a Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Fri, 2 Oct 2015 19:38:03 +0200 Subject: [PATCH] Making qtile the default session. --- .xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index 98c5582..9a20d3d 100755 --- a/.xinitrc +++ b/.xinitrc @@ -6,7 +6,7 @@ hash xcompmgr 2>/dev/null && xcompmgr & hash xscreensaver 2>/dev/null && xscreensaver -no-splash & hash gpg-agent 2>/dev/null && eval $(gpg-agent --daemon --enable-ssh-support --write-env-file "${HOME}/.gpg-agent-info") -DEFAULT_SESSION=awesome +DEFAULT_SESSION=qtile [[ ":$PATH:" == *":$HOME/bin:"* ]] || export PATH="$HOME/bin:$PATH" case "$1" in