#!/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