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
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ let
|
|||
icon = "wire-desktop";
|
||||
name = "wire-desktop";
|
||||
extraEntries = ''
|
||||
StartupWMClass="Wire"
|
||||
StartupWMClass=Wire
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue