From bc86600ef20c197e1853e6a28436674b40213ebc Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Thu, 30 May 2024 15:54:36 -0300 Subject: [PATCH] files: .local/bin: Remove sx --- home-environments/radio/files/.local/bin/sx | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 home-environments/radio/files/.local/bin/sx diff --git a/home-environments/radio/files/.local/bin/sx b/home-environments/radio/files/.local/bin/sx deleted file mode 100755 index 555530b..0000000 --- a/home-environments/radio/files/.local/bin/sx +++ /dev/null @@ -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"