From 886ebe8a03bdc6d7dae2abdcb66412d0f9c17427 Mon Sep 17 00:00:00 2001 From: Philip Mueller Date: Sun, 25 Jun 2023 08:19:52 +0200 Subject: [PATCH] [presets] fix steam --- presets/steam.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/presets/steam.toml b/presets/steam.toml index 0a6a5b2..9a94845 100644 --- a/presets/steam.toml +++ b/presets/steam.toml @@ -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 "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/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/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 -Dm755 /shared_dirs/steamos-priv-write -t /usr/bin/steamos-polkit-helpers -install -Dm755 /shared_dirs/steamos-session-select -t /usr/bin -install -Dm755 /shared_dirs/steamos-set-hostname -t /usr/bin/steamos-polkit-helpers -install -Dm755 /shared_dirs/steamos-set-timezone -t /usr/bin/steamos-polkit-helpers +install -Dm644 /shared_dirs/steam/steamos-gamemode.desktop -t /etc/.skel/Desktop +install -Dm644 /shared_dirs/steam/org.manjaro.host.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/steam/org.manjaro.session.select.policy -t /usr/share/polkit-1/actions +install -Dm644 /shared_dirs/steam/steamdeck-gaming-return.svg -t /usr/share/icons/hicolor/64x64/ +install -Dm755 /shared_dirs/steam/steamos-priv-write -t /usr/bin/steamos-polkit-helpers +install -Dm755 /shared_dirs/steam/steamos-session-select -t /usr/bin +install -Dm755 /shared_dirs/steam/steamos-set-hostname -t /usr/bin/steamos-polkit-helpers +install -Dm755 /shared_dirs/steam/steamos-set-timezone -t /usr/bin/steamos-polkit-helpers """ environment_variables = ["ALMA_USER"] shared_directories = ["steam"]