format stuff, switch back to brightnessctl, no more universal shell stuff, fix various things

This commit is contained in:
askiiart 2024-04-20 20:33:35 -05:00
parent 4bbfa111d5
commit ab89154611
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
17 changed files with 108 additions and 41 deletions

7
sway-runner Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
if ! [ -d /tmp/$UID-runtime-dir ]; then
mkdir /tmp/$UID-runtime-dir
fi
export XDG_RUNTIME_DIR=/tmp/$UID-runtime-dir
sway $@