files: .local/bin: Remove sx

impermanence
Luis Guilherme Coelho 2024-05-30 15:54:36 -03:00
parent 1607913e54
commit bc86600ef2
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
#!/bin/sh
set -exu
tty=$(tty)
tty=${tty#/dev/tty}
dir=$(which Xorg)
dir=${dir%/bin/Xorg}
display=0
while [ -e "/tmp/.X$display-lock" ] || [ -S "/tmp/.X11-unix/X$display" ]; do
: "$((display += 1))"
done
display=:$display
"$dir/bin/xinit" -- "$dir/bin/Xorg" "$display" "vt$tty" \
-keeptty \
-configdir "$dir/share/X11/xorg.conf.d" \
-modulepath "$dir/lib/xorg/modules"