Fedora 39 - GNOME 45 - missing "Suspend when lid is closed" in Tweak Tools
By default in GNOME 45 option "Suspend when lid is closed" no more exists. Follow below steps to prevent Fedora 39 Workstation from suspend when laptop lid is closed. as normal user: create ~/.config/autostart/ignore-lid-switch-tweak.desktop file with following content [Desktop Entry] Type=Application Name=ignore-lid-switch-tweak Exec=/usr/libexec/gnome-tweak-tool-lid-inhibitor as root: create /usr/libexec/gnome-tweak-tool-lid-inhibitor file with following content: #!/usr/bin/python3 # SPDX-License-Identifier: GPL-3.0+… Continue reading Fedora 39 - GNOME 45 - missing "Suspend when lid is closed" in Tweak Tools