Almamu / linux-wallpaperengine

Wallpaper Engine backgrounds for Linux!
GNU General Public License v3.0
1.59k stars 61 forks source link

Background freezes when any window in full-screen (multiple monitors) #157

Closed Nicolas-Reyland closed 1 year ago

Nicolas-Reyland commented 1 year ago

I have two monitors. The app works just fine, except when any window is in full-screen mode (mod+f on i3). The wallpaper freezes on both monitors.

Almamu commented 1 year ago

There's code to detect when a windows is fullscreen just like the normal wallpaperengine. I've added a command line argument in the last commit to disable this check and exposed it in the help too:

linux-wallpaperengine --no-fullscreen-pause BACKGROUND

should prevent this from happening again.