We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867421d commit 3472b9bCopy full SHA for 3472b9b
system_files/desktop/shared/usr/bin/bazzite-joystickwake
@@ -11,7 +11,5 @@ fi
11
if [[ ${BASE_IMAGE_NAME} =~ "kinoite" ]]; then
12
/usr/bin/joystickwake --command "qdbus org.kde.Solid.PowerManagement /org/kde/Solid/PowerManagement wakeup" "$@"
13
else
14
- # Temporarily disabled due to newly discovered screen lock issue.
15
- # /usr/bin/joystickwake "$@"
16
- exit 0
+ /usr/bin/joystickwake --command "gnome-session-inhibit sleep 5" "$@"
17
fi
0 commit comments