suspend when docked too

This commit is contained in:
twoneis 2024-09-26 13:02:58 +02:00
parent 4eefcde144
commit 5f9915bed7

View file

@ -43,7 +43,7 @@ in {
powerKey = "ignore"; powerKey = "ignore";
powerKeyLongPress = "poweroff"; powerKeyLongPress = "poweroff";
lidSwitch = "suspend"; lidSwitch = "suspend";
lidSwitchDocked = "ignore"; lidSwitchDocked = "suspend";
}; };
home-manager.users.${conf.username} = { home-manager.users.${conf.username} = {