15 lines
176 B
Bash
Executable file
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 &
|