Files
awesome/autorun.sh
2025-11-24 12:39:41 +01:00

19 lines
338 B
Bash
Executable File

#!/bin/sh
run() {
if ! pgrep -f "$1"; then
"$@" &
fi
}
# run "" &
run "/usr/lib/polkit-kde-authentication-agent-1" &
run "/usr/lib/pam_kwallet_init" &
run "xcompmgr" &
run "conky" &
run "nextcloud" &
run "nm-applet" &
# touchpad
xinput set-prop "$(xinput list --name-only | grep -i touch)" "libinput Tapping Enabled" 1