Compare commits

...

2 Commits

Author SHA1 Message Date
bad 3f5de69df3 Remove unused dbus-update-activation-environment from sway startup 2023-04-01 21:24:56 +02:00
bad 4af8dd317e Fix wine tray icons 2023-04-01 21:24:56 +02:00
1 changed files with 2 additions and 6 deletions

View File

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