mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-20 07:49:58 -05:00
background: no flash when changing wallpaper
This commit is contained in:
@@ -163,6 +163,7 @@ Variants {
|
|||||||
}
|
}
|
||||||
cache: false
|
cache: false
|
||||||
asynchronous: true
|
asynchronous: true
|
||||||
|
retainWhileLoading: true
|
||||||
// Range = groups that workspaces span on
|
// Range = groups that workspaces span on
|
||||||
property int chunkSize: Config?.options.bar.workspaces.shown ?? 10;
|
property int chunkSize: Config?.options.bar.workspaces.shown ?? 10;
|
||||||
property int lower: Math.floor(bgRoot.firstWorkspaceId / chunkSize) * chunkSize;
|
property int lower: Math.floor(bgRoot.firstWorkspaceId / chunkSize) * chunkSize;
|
||||||
|
|||||||
Reference in New Issue
Block a user