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.
23 lines
871 B
23 lines
871 B
#------------------------------------------------ |
|
# |
|
# wallpaper settings |
|
# |
|
#------------------------------------------------ |
|
|
|
# wallpapers (second for multihead) |
|
#set $wallpaper1 /usr/share/ratflow/images/rf_wp_06.jpg |
|
#set $wallpaper2 /usr/share/ratflow/images/rf_wp_06.jpg |
|
|
|
#set $wallpaper1 /home/chodak/Pictures/wallpapers/enso02.png |
|
#set $wallpaper2 /home/chodak/Pictures/wallpapers/enso02.png |
|
#set $wallpaper1 /home/chodak/.config/ratflow/basil02-up.jpeg |
|
#set $wallpaper2 /home/chodak/.config/ratflow/basil02-up.jpeg |
|
set $wallpaper1 /home/chodak/.config/ratflow/chill-idg2-s.jpeg |
|
set $wallpaper2 /home/chodak/.config/ratflow/chilli-idg2-s.jpeg |
|
|
|
# set wallpapers |
|
exec_always --no-startup-id sleep 2 && feh --bg-scale $wallpaper1 --bg-scale $wallpaper2 |
|
|
|
# apply xrandr settings |
|
exec_always --no-startup-id sleep 2 && xrandr --output $leftOutput --left-of $rightOutput |
|
|
|
|