mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-26 23:19:29 +02:00
[presets] fix steam
This commit is contained in:
parent
5b03b592fe
commit
886ebe8a03
@ -10,15 +10,15 @@ echo "[Autologin]" >> /etc/sddm.conf.d/99-autologin.conf
|
|||||||
echo "User=${ALMA_USER}" >> /etc/sddm.conf.d/99-autologin.conf
|
echo "User=${ALMA_USER}" >> /etc/sddm.conf.d/99-autologin.conf
|
||||||
echo "Session=gamescope-session.desktop" >> /etc/sddm.conf.d/99-autologin.conf
|
echo "Session=gamescope-session.desktop" >> /etc/sddm.conf.d/99-autologin.conf
|
||||||
|
|
||||||
install -Dm644 /shared_dirs/steamos-gamemode.desktop -t /etc/.skel/Desktop
|
install -Dm644 /shared_dirs/steam/steamos-gamemode.desktop -t /etc/.skel/Desktop
|
||||||
install -Dm644 /shared_dirs/org.manjaro.host.policy -t /usr/share/polkit-1/actions
|
install -Dm644 /shared_dirs/steam/org.manjaro.host.policy -t /usr/share/polkit-1/actions
|
||||||
install -Dm644 /shared_dirs/org.manjaro.priv.write.policy -t /usr/share/polkit-1/actions
|
install -Dm644 /shared_dirs/steam/org.manjaro.priv.write.policy -t /usr/share/polkit-1/actions
|
||||||
install -Dm644 /shared_dirs/org.manjaro.session.select.policy -t /usr/share/polkit-1/actions
|
install -Dm644 /shared_dirs/steam/org.manjaro.session.select.policy -t /usr/share/polkit-1/actions
|
||||||
install -Dm644 /shared_dirs/steamdeck-gaming-return.svg -t /usr/share/icons/hicolor/64x64/
|
install -Dm644 /shared_dirs/steam/steamdeck-gaming-return.svg -t /usr/share/icons/hicolor/64x64/
|
||||||
install -Dm755 /shared_dirs/steamos-priv-write -t /usr/bin/steamos-polkit-helpers
|
install -Dm755 /shared_dirs/steam/steamos-priv-write -t /usr/bin/steamos-polkit-helpers
|
||||||
install -Dm755 /shared_dirs/steamos-session-select -t /usr/bin
|
install -Dm755 /shared_dirs/steam/steamos-session-select -t /usr/bin
|
||||||
install -Dm755 /shared_dirs/steamos-set-hostname -t /usr/bin/steamos-polkit-helpers
|
install -Dm755 /shared_dirs/steam/steamos-set-hostname -t /usr/bin/steamos-polkit-helpers
|
||||||
install -Dm755 /shared_dirs/steamos-set-timezone -t /usr/bin/steamos-polkit-helpers
|
install -Dm755 /shared_dirs/steam/steamos-set-timezone -t /usr/bin/steamos-polkit-helpers
|
||||||
"""
|
"""
|
||||||
environment_variables = ["ALMA_USER"]
|
environment_variables = ["ALMA_USER"]
|
||||||
shared_directories = ["steam"]
|
shared_directories = ["steam"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user