Redirect X session messages to log.

This commit is contained in:
zackarymoore 2018-09-22 18:09:11 -04:00 committed by GitHub
parent 87e46f3cc8
commit e28153fa39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#define LY_CFG_FMAX 100
/* commands */
#define LY_CMD_X "/usr/bin/X"
#define LY_CMD_X "/usr/bin/X -keeptty > ~/.xorg.log 2>&1"
#define LY_CMD_TPUT "/usr/bin/tput"
#define LY_CMD_HALT "/sbin/shutdown"
#define LY_CMD_XINITRC "~/.xinitrc"