From 4af8dd317e3d5575f5f2f0b30f12e8195cc6da86 Mon Sep 17 00:00:00 2001 From: bad Date: Wed, 8 Feb 2023 13:40:34 +0100 Subject: [PATCH] Fix wine tray icons --- users/profiles/sway/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/profiles/sway/default.nix b/users/profiles/sway/default.nix index 4f15c34..b1ed959 100644 --- a/users/profiles/sway/default.nix +++ b/users/profiles/sway/default.nix @@ -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";