saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
6
X11/xinit/._cfg0000_xserverrc
Executable file
6
X11/xinit/._cfg0000_xserverrc
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
if [ -z "$XDG_VTNR" ]; then
|
||||
exec /usr/bin/X -nolisten tcp "$@"
|
||||
else
|
||||
exec /usr/bin/X -nolisten tcp "$@" vt$XDG_VTNR
|
||||
fi
|
||||
Reference in New Issue
Block a user