niri: do not handle the power button.

This commit is contained in:
Adam Gausmann 2025-03-19 11:48:36 -05:00
parent 515b62ddcc
commit 51da9745fa

View file

@ -56,6 +56,9 @@ input {
// Focus windows and outputs automatically when moving the mouse into them. // Focus windows and outputs automatically when moving the mouse into them.
// Setting max-scroll-amount="0%" makes it work only on windows already fully on screen. // Setting max-scroll-amount="0%" makes it work only on windows already fully on screen.
// focus-follows-mouse max-scroll-amount="0%" // focus-follows-mouse max-scroll-amount="0%"
// https://github.com/YaLTeR/niri/wiki/Configuration:-Input#disable-power-key-handling
disable-power-key-handling
} }
% for output in host.outputs: % for output in host.outputs: