my-config/awesome/autorun.sh
erius f8672b84d6 awesome: Switch to autostart with dex
picom: remove opacity from all windows expect kitty
2024-08-22 00:54:08 +03:00

15 lines
274 B
Bash
Executable file

#!/bin/sh
run() {
if ! pgrep -f "$1" ;
then
$@ &
fi
}
run "xautolock" "-detectsleep -time 10 -locker '~/.local/bin/lock.sh'"
run "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1"
run "nm-applet"
run "picom"
run "openrgb" "--startminimized -p traaaaa"