mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-04 21:39:50 +00:00
chore: Fully disable joystickwake on GNOME
This commit is contained in:
parent
540367916c
commit
36421eeee9
@ -11,5 +11,7 @@ fi
|
|||||||
if [[ ${BASE_IMAGE_NAME} =~ "kinoite" ]]; then
|
if [[ ${BASE_IMAGE_NAME} =~ "kinoite" ]]; then
|
||||||
/usr/bin/joystickwake --command "qdbus org.kde.Solid.PowerManagement /org/kde/Solid/PowerManagement wakeup" "$@"
|
/usr/bin/joystickwake --command "qdbus org.kde.Solid.PowerManagement /org/kde/Solid/PowerManagement wakeup" "$@"
|
||||||
else
|
else
|
||||||
/usr/bin/joystickwake --command "gnome-session-inhibit sleep 5" "$@"
|
# Do nothing on GNOME until issue with this making the lock screen irrelevant is fully resolved.
|
||||||
|
exit 0
|
||||||
|
#/usr/bin/joystickwake "$@"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user