--- title: Dell Studio 1558 created_date: 2025-10-17 updated_date: 2025-10-17 aliases: tags: --- # Dell Studio 1558 Running Debian Trixie (13) ## Configuration Changes ### Lid Switch doesn't Trigger shutdown ```bash sudo sed -i '/^HandleLidSwitch/d;/^HandleLidSwitchDocked/d' /etc/systemd/logind.conf && echo -e "[Login]\nHandleLidSwitch=ignore\nHandleLidSwitchDocked=ignore" | sudo tee -a /etc/systemd/logind.conf sudo systemctl restart systemd-logind ``` ### Display always off