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.pathsToLink = [ "/share/xdg-desktop-portal" ];
|
||||||
|
|
||||||
environment.sessionVariables = {ELECTRON_OZONE_PLATFORM_HINT = "wayland";};
|
|
||||||
|
|
||||||
systemd = {
|
systemd = {
|
||||||
user.services.polkit-gnome-authentication-agent-1 = {
|
user.services.polkit-gnome-authentication-agent-1 = {
|
||||||
description = "polkit-gnome-authentication-agent-1";
|
description = "polkit-gnome-authentication-agent-1";
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
programs.niri = {
|
programs.niri = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
input.power-key-handling.enable = false;
|
||||||
input.touchpad = {
|
input.touchpad = {
|
||||||
accel-profile = "flat";
|
accel-profile = "flat";
|
||||||
click-method = "clickfinger";
|
click-method = "clickfinger";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue