wire-desktop: Fix StartupWMClass
With quotes it doesn't match the Wire's screen, causing the window to not be grouped under its icon in Gnome.
This commit is contained in:
parent
b3412865ce
commit
da587daae5
@ -75,7 +75,7 @@ let
|
|||||||
icon = "wire-desktop";
|
icon = "wire-desktop";
|
||||||
name = "wire-desktop";
|
name = "wire-desktop";
|
||||||
extraEntries = ''
|
extraEntries = ''
|
||||||
StartupWMClass="Wire"
|
StartupWMClass=Wire
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user