.
This commit is contained in:
parent
7b29e1df22
commit
d8f852ab18
6 changed files with 22 additions and 13 deletions
6
files/.winit
Executable file
6
files/.winit
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
rm -f "$HOME"/.config/service-env/* >/dev/null
|
||||
env | while read -r pair; do
|
||||
turnstile-update-runit-env "$(cut -d= -f1 <<< "$pair")"
|
||||
done
|
||||
exec swc-launch wsxwm
|
||||
Loading…
Add table
Add a link
Reference in a new issue