mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Fix moving xwaylandvideobridge by using initialclass instead of class
This commit is contained in:
parent
767e131dbb
commit
427ef39f35
1 changed files with 1 additions and 1 deletions
|
@ -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}" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue