diff --git a/home/plasma.nix b/home/plasma.nix index 3d919d3..facdad1 100644 --- a/home/plasma.nix +++ b/home/plasma.nix @@ -32,6 +32,11 @@ key = "Meta+Return"; command = "kitty"; }; + "launch-browser" = { + name = "launch browser"; + key = "Meta+B"; + command = "librewolf"; + }; }; shortcuts = { @@ -63,5 +68,13 @@ # save RAM baloofilerc."Basic Settings"."Indexing-Enabled" = false; }; + + # looks like KDE overrides services.logind settings + powerdevil.AC = { + whenLaptopLidClosed = "hibernate"; + }; + powerdevil.battery = { + whenLaptopLidClosed = "hibernate"; + }; }; } diff --git a/hosts/ytnix/default.nix b/hosts/ytnix/default.nix index e0d7c1d..bd175eb 100644 --- a/hosts/ytnix/default.nix +++ b/hosts/ytnix/default.nix @@ -304,6 +304,9 @@ xcb-util-cursor libplist p11-kit + kdePackages.qtwayland + qt6.qtwayland + libsForQt5.qt5.qtwayland xorg.libX11 xorg.libxcb xorg.xcbutilwm