mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-25 04:20:24 +10:00
Awesome configs for Ben.
This commit is contained in:
21
.config/awesome/autostart.sh
Executable file
21
.config/awesome/autostart.sh
Executable file
@@ -0,0 +1,21 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
function run {
|
||||
if ! pgrep $1 ;
|
||||
then
|
||||
$@&
|
||||
fi
|
||||
}
|
||||
|
||||
#run "megasync"
|
||||
run "xscreensaver -no-splash"
|
||||
#run "/usr/bin/dropbox"
|
||||
#run "insync start"
|
||||
run "picom"
|
||||
#run "/usr/bin/redshift"
|
||||
run "mpd"
|
||||
run "nm-applet"
|
||||
|
||||
# sleep 3
|
||||
# run "$HOME/Scripts/Theming/1440.sh"
|
||||
|
||||
Reference in New Issue
Block a user