no ignore lid when docked

This commit is contained in:
twoneis 2025-05-15 02:22:16 +02:00
parent e1b267c210
commit 8f334efaa8

View file

@ -31,7 +31,7 @@ in
powerKey = "suspend"; powerKey = "suspend";
powerKeyLongPress = "poweroff"; powerKeyLongPress = "poweroff";
lidSwitch = "suspend"; lidSwitch = "suspend";
lidSwitchDocked = "ignore"; lidSwitchDocked = "suspend";
lidSwitchExternalPower = "suspend"; lidSwitchExternalPower = "suspend";
}; };