Skip to content

Wallpaper wont change when an app is in fullscreen #388

Open
@jjcortes22

Description

Greetings,

I have this script in my hyprland config file:

#!/bin/sh
cd ~/Wallpapers/.
while true
do
   swww-daemon & 
   file="$(ls *.* | sort -R | tail -1)"
   swww img "$file" --transition-type random  --transition-fps 165
   sleep  1m
done

Whenever I go full screen with an app, like a presentation, a game, youtube video, Chrome remote desktop.. the wallpaper stops changing, As soon as I either get out of full screen or switch to a workspace away from the fullscreen app, all the wallpapers "stuck" will cycle very quickly.

The following video demonstrates the problem, I have been playing Stalker 2 for a few hours, I switched from workspace 4 where the game is, to workspace 6, when doing that all the wallpapers in queue cycle quickly:

https://www.twitch.tv/cheeki________breeki/clip/SplendidFancyPoxSmoocherZ-d1XSCUmkqs2H9Dtx

Eventually I go back to workspace 4 and continue with the game.

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions