Skip to content

Fix Laptop Lid settings when not set to Suspend

Remi requested to merge remi/xfce4-power-manager:fix-lid-action into master

LOGIND_HANDLE_LID_SWITCH should be set to False if either lid_switch_on_ac != 1 or lid_switch_on_battery != 1 (where 1 is 'Suspend' and the default logind behavior)

Fix #15300, see discussion from https://bugzilla.xfce.org/show_bug.cgi?id=15300#c8

Merge request reports