make the power key handled by the os, not niri

This commit is contained in:
alyx 2025-06-30 13:16:46 +01:00
parent 4ca21f73f8
commit da5b9362e6
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -34,8 +34,6 @@
environment.pathsToLink = [ "/share/xdg-desktop-portal" ];
environment.sessionVariables = {ELECTRON_OZONE_PLATFORM_HINT = "wayland";};
systemd = {
user.services.polkit-gnome-authentication-agent-1 = {
description = "polkit-gnome-authentication-agent-1";

View file

@ -16,6 +16,7 @@
programs.niri = {
enable = true;
settings = {
input.power-key-handling.enable = false;
input.touchpad = {
accel-profile = "flat";
click-method = "clickfinger";