diff --git a/config/awesome/autostart.sh b/config/awesome/autostart.sh deleted file mode 100755 index 61b0c460..00000000 --- a/config/awesome/autostart.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -## run (only once) processes which spawn with the same name -function run { - if (command -v $1 && ! pgrep $1); then - $@& - fi -} - -run picom -run nm-applet -run blueman-applet -run keepassxc -run flameshot -run discord