| Home | Site Map | | ||
| CUBISTCODE | ||
|
How to start X on Linux window manager login
#!/bin/sh # save this in your home folder as .bashrc if [ -z "$DISPLAY" ]; then exec startx fi Tags: file, functions, scripts
|
| Home | Site Map | |