solorice/.config/sx/sxrc
2022-08-27 14:24:14 +03:00

13 lines
279 B
Bash
Executable File

#!/bin/sh
autostart="pipewire pipewire-pulse wireplumber flameshot"
for program in $autostart; do
pidof -s "$program" || "$program" &
done >/dev/null 2>&1
numlockx on &
xrdb -load $XDG_CONFIG_HOME/X11/xresources &
exec dbus-launch --sh-syntax --exit-with-session awesome