make the power key handled by the os, not niri
This commit is contained in:
parent
4ca21f73f8
commit
da5b9362e6
2 changed files with 1 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
programs.niri = {
|
||||
enable = true;
|
||||
settings = {
|
||||
input.power-key-handling.enable = false;
|
||||
input.touchpad = {
|
||||
accel-profile = "flat";
|
||||
click-method = "clickfinger";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue