Initial Commit
This commit is contained in:
13
config/awesome/autostart.sh
Executable file
13
config/awesome/autostart.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
function run {
|
||||
if ! pgrep -f $1 ;
|
||||
then
|
||||
$@&
|
||||
fi
|
||||
}
|
||||
|
||||
run /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
run nm-applet
|
||||
run parcellite
|
||||
#run picom --config $HOME/.config/picom/picom.conf
|
Reference in New Issue
Block a user