From 2c6ae8a4287ffad33a8c41b08ef47b62494a67dd Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Wed, 14 Jan 2026 14:47:59 -0500 Subject: Add quickshell config --- .config/s6-rc/quickshell/run | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .config/s6-rc/quickshell/run (limited to '.config/s6-rc/quickshell/run') diff --git a/.config/s6-rc/quickshell/run b/.config/s6-rc/quickshell/run new file mode 100755 index 0000000..62ab6b5 --- /dev/null +++ b/.config/s6-rc/quickshell/run @@ -0,0 +1,6 @@ +#!/bin/execlineb -P +redirfd -r 0 /dev/null +fdmove -c 2 1 +importas -i XDG_RUNTIME_DIR XDG_RUNTIME_DIR +s6-envdir ${XDG_RUNTIME_DIR}/wl_env +quickshell -- cgit v1.2.3