console-tdm icon indicating copy to clipboard operation
console-tdm copied to clipboard

startx arguments

Open zmberber opened this issue 6 years ago • 1 comments

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

exec startx -- -keeptty > ~/.xorg.log 2>&1

There should be a way to make this possible in console-tdm.

zmberber avatar Dec 16 '18 00:12 zmberber

Would setting the STARTXARGS variable in the tdminit file work ? It is read when tdm starts.

Being able to properly filter arguments is on my todo list but will still take some time.

dopsi avatar Jan 23 '19 08:01 dopsi