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
|
exec awesome
|
||||||
;;
|
;;
|
||||||
qtile)
|
qtile)
|
||||||
exec qtile
|
exec qtile 2>/tmp/qtile.err.log
|
||||||
;;
|
;;
|
||||||
*) exec $DEFAULT_SESSION ;;
|
*) exec $DEFAULT_SESSION ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue