We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There should be a way to add arguments to startx. I even noticed that in your source code you have a variable STARTXARGS, which is empty.
startx
STARTXARGS
The reason is that I want to view the startx output in a file, which can be done by running startx as such
exec startx -- -keeptty > ~/.xorg.log 2>&1
There should be a way to make this possible in console-tdm.
The text was updated successfully, but these errors were encountered:
Would setting the STARTXARGS variable in the tdminit file work ? It is read when tdm starts.
tdminit
tdm
Being able to properly filter arguments is on my todo list but will still take some time.
Sorry, something went wrong.
No branches or pull requests
There should be a way to add arguments to
startx
.I even noticed that in your source code you have a variable
STARTXARGS
, which is empty.The reason is that I want to view the startx output in a file, which can be done by running startx as such
There should be a way to make this possible in console-tdm.
The text was updated successfully, but these errors were encountered: