dotfiles/.config/qtile/script/autostart.sh
2020-04-11 18:53:18 +07:00

15 lines
176 B
Bash
Executable file

#!/bin/sh
function run {
if ! pgrep $1 ;
then
$@&
fi
}
#feh --bg-scale ~/my Files/wallpaper.jpg &
nitrogen --restore &
compton &
conky &
#pidgin &
#dropbox start &