Skip to content

Commit

Permalink
feat: Add joystickwake to keep screen alive from controller input
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Feb 14, 2024
1 parent c2b7fde commit 564c5bf
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ RUN rpm-ostree install \
tuned-profiles-atomic \
tuned-profiles-cpu-partitioning \
powertop \
joystickwake \
hl2linux-selinux \
joycond \
ladspa-caps-plugins \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ Ported SteamOS and ChimeraOS packages, among others used by Bazzite, are built o
| [gnome-shell-extension-compiz-windows-effect](https://github.com/hermes83/compiz-windows-effect) | ![Build Status](https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/package/gnome-shell-extension-compiz-windows-effect/status_image/last_build.png?) |
| [gnome-shell-extension-hanabi](https://github.com/jeffshee/gnome-ext-hanabi) | ![Build Status](https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/package/gnome-shell-extension-hanabi/status_image/last_build.png?) |
| [gnome-shell-extension-hotedge](https://github.com/jdoda/hotedge) | ![Build Status](https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/package/gnome-shell-extension-hotedge/status_image/last_build.png?) |
| [joystickwake](https://github.com/foresto/joystickwake) | ![Build Status](https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/package/joystickwake/status_image/last_build.png?) |
| jupiter-fan-control | ![Build Status](https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/package/jupiter-fan-control/status_image/last_build.png?) |
| jupiter-hw-support-[btrfs](https://gitlab.com/popsulfr/steamos-btrfs) | ![Build Status](https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/package/jupiter-hw-support-btrfs/status_image/last_build.png?) |
| [mangohud](https://github.com/flightlessmango/MangoHud) | ![Build Status](https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite-multilib/package/mangohud/status_image/last_build.png?) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ process-scheduler enable=true {
hhd
input-remapper-service
ionice
joystickwake
mangoapp
nice
otd-daemon
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Desktop Entry]
Type=Application
Name=Joystick Wake
Comment=Joystick-aware screen waker
Icon=input-gaming
NoDisplay=true
Exec=joystickwake --command "qdbus org.kde.Solid.PowerManagement /org/kde/Solid/PowerManagement wakeup"
Terminal=false
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ process-scheduler enable=true {
gamescope
input-remapper-service
ionice
joystickwake
nice
otd-daemon
oversteer
Expand Down

0 comments on commit 564c5bf

Please sign in to comment.