1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Fix moving xwaylandvideobridge by using initialclass instead of class

This commit is contained in:
RGBCube 2024-05-24 12:35:46 +03:00
parent 767e131dbb
commit 427ef39f35
No known key found for this signature in database

View file

@ -41,7 +41,7 @@ in desktopSystemConfiguration {
monitor = [ ", preferred, auto, 1" ];
windowrule = [ "noinitialfocus" ];
windowrulev2 = [ "workspace special silent, class:^(xwaylandvideobridge)$" ];
windowrulev2 = [ "workspace special silent, initialclass:^(xwaylandvideobridge)$" ];
exec = [ "pkill swaybg; swaybg --image ${./wallpaper.png}" ];