mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-03-18 08:09:40 +00:00
Update 19.08.2022
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
/usr/bin/pipewire &
|
||||
/usr/bin/pipewire-pulse &
|
||||
/usr/bin/wireplumber &
|
||||
/usr/bin/numlockx on &
|
||||
/usr/bin/flameshot &
|
||||
/usr/bin/corectrl &
|
||||
#!/bin/sh
|
||||
|
||||
autostart="pipewire pipewire-pulse wireplumber flameshot"
|
||||
|
||||
for program in $autostart; do
|
||||
pidof -s "$program" || "$program" &
|
||||
done >/dev/null 2>&1
|
||||
|
||||
numlockx on &
|
||||
|
||||
exec dbus-launch --sh-syntax --exit-with-session awesome
|
||||
|
||||
Reference in New Issue
Block a user