+ Added qtile config files

This commit is contained in:
ziro 2020-04-11 18:53:18 +07:00
parent a6f8b457e6
commit 29a1ca8ab2
2 changed files with 702 additions and 0 deletions

View file

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