mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-20 10:21:01 +00:00
feat: Add joystickwake to keep screen alive from controller input
This commit is contained in:
parent
c2b7fdec22
commit
564c5bf635
@ -245,6 +245,7 @@ RUN rpm-ostree install \
|
||||
tuned-profiles-atomic \
|
||||
tuned-profiles-cpu-partitioning \
|
||||
powertop \
|
||||
joystickwake \
|
||||
hl2linux-selinux \
|
||||
joycond \
|
||||
ladspa-caps-plugins \
|
||||
|
@ -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) |  |
|
||||
| [gnome-shell-extension-hanabi](https://github.com/jeffshee/gnome-ext-hanabi) |  |
|
||||
| [gnome-shell-extension-hotedge](https://github.com/jdoda/hotedge) |  |
|
||||
| [joystickwake](https://github.com/foresto/joystickwake) |  |
|
||||
| jupiter-fan-control |  |
|
||||
| jupiter-hw-support-[btrfs](https://gitlab.com/popsulfr/steamos-btrfs) |  |
|
||||
| [mangohud](https://github.com/flightlessmango/MangoHud) |  |
|
||||
|
@ -91,6 +91,7 @@ process-scheduler enable=true {
|
||||
hhd
|
||||
input-remapper-service
|
||||
ionice
|
||||
joystickwake
|
||||
mangoapp
|
||||
nice
|
||||
otd-daemon
|
||||
|
@ -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
|
@ -88,6 +88,7 @@ process-scheduler enable=true {
|
||||
gamescope
|
||||
input-remapper-service
|
||||
ionice
|
||||
joystickwake
|
||||
nice
|
||||
otd-daemon
|
||||
oversteer
|
||||
|
Loading…
x
Reference in New Issue
Block a user