markubiak / wallpaper-reddit

Downloads and sets wallpapers pulled from reddit.com
GNU General Public License v3.0
113 stars 42 forks source link

i3 setcommand #41

Closed mpasa closed 6 years ago

mpasa commented 6 years ago

i3 tiling window manager (https://github.com/i3/i3) seems to not be supported.

echo $DESKTOP_SESSION outputs i3

i3 does not provide a way to change the wallpaper directly (https://faq.i3wm.org/question/6/how-can-i-set-a-desktop-background-image-in-i3.1.html). A lot of people use feh, but it needs to be previously installed.

setcommand = feh --bg-scale /home/####/.wallpaper/wallpaper.jpg

#### is replaced by your username.

markubiak commented 6 years ago

Resolved by PR #45