From d9c1c3d06f3db077d705cc15172982d2fe179f4c Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 13 Aug 2023 18:03:45 +0300 Subject: [PATCH] we dont need this anymore --- config/awesome/autostart.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 config/awesome/autostart.sh 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