My old Qtile config (archived for r/unixporn)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh |
|
|
|
xrdb -I$HOME ~/.Xresources |
|
|
|
compton --config ~/.config/compton/compton.conf & |
|
|
|
(dex -a -e i3) |
|
|
|
feh --randomize --bg-scale ~/.config/qtile/wallpapers/*/* |
|
urxvtd -q -o -f |
|
dunst &
|
|
|