Fix wine tray icons
This commit is contained in:
parent
4258b2d215
commit
4af8dd317e
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ in
|
|||
# See: https://github.com/NixOS/nixpkgs/issues/119445#issuecomment-820507505
|
||||
# and: https://github.com/NixOS/nixpkgs/issues/57602#issuecomment-820512097
|
||||
{ command = "dbus-update-activation-environment WAYLAND_DISPLAY"; }
|
||||
# Support for old style xembed tray icons, mostly used by wine
|
||||
{ command = "${pkgs.plasma-workspace}/bin/xembedsniproxy"; }
|
||||
];
|
||||
keybindings = lib.mkOptionDefault {
|
||||
"XF86PowerOff" = "exec systemctl suspend";
|
||||
|
|
Loading…
Reference in a new issue