+ Added qtile config files
This commit is contained in:
parent
a6f8b457e6
commit
29a1ca8ab2
2 changed files with 702 additions and 0 deletions
15
.config/qtile/script/autostart.sh
Executable file
15
.config/qtile/script/autostart.sh
Executable 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 &
|
Loading…
Add table
Add a link
Reference in a new issue