format stuff, switch back to brightnessctl, no more universal shell stuff, fix various things
This commit is contained in:
parent
4bbfa111d5
commit
ab89154611
17 changed files with 108 additions and 41 deletions
7
sway-runner
Executable file
7
sway-runner
Executable 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 $@
|
Loading…
Add table
Add a link
Reference in a new issue