dotfiles/i3/scripts/autorun.sh

19 lines
224 B
Bash
Raw Normal View History

2018-04-05 05:30:27 +02:00
#!/usr/bin/env bash
function run {
if ! pgrep $1 ;
then
$@&
fi
}
run compton
run kwalletd5
run xscreensaver -nosplash
nitrogen --restore &
# Programms
run nextcloud
#run telegram-desktop
#run discord
#run thunderbird