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