Compare commits

..

No commits in common. "3f5de69df3ae84a3fd894a35fad7b29287b4df3c" and "4258b2d21582a8274bbc3a73171fb3b9de621b92" have entirely different histories.

View file

@ -31,8 +31,12 @@ in
}]; }];
floating.criteria = [{ title = "Steam - Update News"; }]; floating.criteria = [{ title = "Steam - Update News"; }];
startup = [ startup = [
# Support for old style xembed tray icons, mostly used by wine # Copied from https://git.sr.ht/~sumner/home-manager-config/tree/master/item/modules/window-manager/wayland.nix#L64
{ command = "${pkgs.plasma-workspace}/bin/xembedsniproxy"; } # See https://github.com/nix-community/home-manager/issues/2028
# Make all the pinentry stuff work
# 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"; }
]; ];
keybindings = lib.mkOptionDefault { keybindings = lib.mkOptionDefault {
"XF86PowerOff" = "exec systemctl suspend"; "XF86PowerOff" = "exec systemctl suspend";