use feh on laptop
This commit is contained in:
parent
234d080f60
commit
edc7e7eedf
6
xinitrc
6
xinitrc
@ -6,13 +6,13 @@ forklog() {
|
||||
}
|
||||
|
||||
case "$(hostname)" in
|
||||
mantle) xset dpms 0 0 300 s off ;;
|
||||
abysm) xset dpms 0 0 50 s off ;;
|
||||
mantle) xset dpms 0 0 300 s off ; backimg="bgs -z" ;;
|
||||
abysm) xset dpms 0 0 50 s off ; backimg="feh --bg-fill" ;;
|
||||
esac
|
||||
|
||||
xset r rate 300 55
|
||||
|
||||
forklog bgs -z $(find -L /data/pictures/background-source/ -type f | sort -R | head)
|
||||
forklog $backimg $(find -L /data/pictures/background-source/ -type f | sort -R | head)
|
||||
forklog redshift
|
||||
|
||||
exec xmonad
|
||||
|
Loading…
Reference in New Issue
Block a user