Logging qtile's errors.
This commit is contained in:
parent
638a91c01b
commit
6501871262
1 changed files with 1 additions and 1 deletions
2
.xinitrc
2
.xinitrc
|
@ -14,7 +14,7 @@ case "$1" in
|
|||
exec awesome
|
||||
;;
|
||||
qtile)
|
||||
exec qtile
|
||||
exec qtile 2>/tmp/qtile.err.log
|
||||
;;
|
||||
*) exec $DEFAULT_SESSION ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue