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";