Add pywal automatic setting on restart

This commit is contained in:
Marty Oehme 2019-11-18 22:54:41 +01:00
parent 3d1438f657
commit 36fc3e7245
2 changed files with 9 additions and 1 deletions

View file

@ -65,6 +65,10 @@ type sxhkd >/dev/null 2>&1 && sxhkd &
# if greenclip - a clipboard manager, integrated with rofi, is installed, start it up
type greenclip >/dev/null 2>&1 && greenclip daemon &
# if pywal is installed,
# -R restores the last colorscheme that was in use.
type wal >/dev/null 2>&1 && wal -R &
# additional config options for Touchpad devices ONLY
if [ $(dmesg | grep -c "Touchpad") -gt 0 ]; then
# enable touch tapping for XPS13 touchpad - for different devices get the touchpad name with xinput list-prop <TAB>