theme + autorun
This commit is contained in:
13
autorun.sh
Executable file
13
autorun.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
run() {
|
||||
if ! pgrep -f "$1"; then
|
||||
"$@" &
|
||||
fi
|
||||
}
|
||||
|
||||
# run "" &
|
||||
run "xcompmgr" &
|
||||
run "conky" &
|
||||
run "nextcloud" &
|
||||
run "nm-applet" &
|
||||
Reference in New Issue
Block a user