File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,13 @@ FINAL_URL='https://api.github.com/repos/hhd-dev/hhd-ui/releases/latest'
13
13
curl -L $( curl -s " ${FINAL_URL} " | grep " browser_download_url" | cut -d ' "' -f 4) -o $HOME /.local/share/hhd-tmp/hhd-ui
14
14
chmod +x $HOME /.local/share/hhd-tmp/hhd-ui
15
15
16
- nohup sudo HHD_OVERLAY=" $HOME /.local/share/hhd-tmp/hhd-ui" ~ /.local/share/hhd-tmp/venv/bin/hhd --user $( whoami) & > /dev/null &
16
+ nohup sudo \
17
+ HHD_ALLY_POWERSAVE=1 \
18
+ HHD_HORI_STEAM=1 \
19
+ HHD_PPD_MASK=1 \
20
+ HHD_HIDE_ALL=1 \
21
+ HHD_GS_STEAMUI_HALFHZ=1 \
22
+ HHD_GS_DPMS=1 \
23
+ HHD_GS_STANDBY=1 \
24
+ HHD_OVERLAY=" $HOME /.local/share/hhd-tmp/hhd-ui" \
25
+ ~ /.local/share/hhd-tmp/venv/bin/hhd --user $( whoami) & > /dev/null &
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ USER=${USER:-bazzite}
31
31
# Environment="HHD_HIDE_ALL=1"
32
32
# Environment="HHD_GS_STEAMUI_HALFHZ=1"
33
33
# Environment="HHD_GS_DPMS=1"
34
+ # Environment="HHD_GS_STANDBY=1"
34
35
35
36
# [Install]
36
37
# WantedBy=multi-user.target
You can’t perform that action at this time.
0 commit comments