summaryrefslogtreecommitdiff
path: root/.config/awesome/autorun.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/awesome/autorun.sh')
-rwxr-xr-x.config/awesome/autorun.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/.config/awesome/autorun.sh b/.config/awesome/autorun.sh
new file mode 100755
index 0000000..e5991fd
--- /dev/null
+++ b/.config/awesome/autorun.sh
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+run() {
+ if ! pgrep -f "$1" ;
+ then
+ "$@"&
+ fi
+}
+
+run blueman-applet
+run nm-applet &
+run picom &
+run pnmixer &
+run xrdb -load ~/.Xresources &
+run feh --bg-scale Bilder/wall.jpg &
+run seafile-applet &
+run nextcloud &
+run redshift &
+run urxvt