diff options
author | ZachIR <zachir@librem.one> | 2025-08-09 06:19:05 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-08-09 06:19:05 -0500 |
commit | c5d52bcd35f4724b4732d105ba26a7ac665f027d (patch) | |
tree | 738364d886de4a4dae6a1aa64727d8697d6a6e47 /X11/xserverrc | |
parent | 03f1d92786ed7e7040ce75e978754f07872b07c8 (diff) |
Add xserverrc for testing out XLibre
Diffstat (limited to 'X11/xserverrc')
-rwxr-xr-x | X11/xserverrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/X11/xserverrc b/X11/xserverrc new file mode 100755 index 0000000..c96ab6d --- /dev/null +++ b/X11/xserverrc @@ -0,0 +1,3 @@ +#!/bin/sh + +exec /usr/bin/Xorg -nolisten tcp "$@" vt$XDG_VTNR |