From 2525209f001afec80dee4d5dcbfe7b23f5ac2956 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Thu, 1 Jun 2023 09:58:28 +0200 Subject: [PATCH] set steam to autostart for the steam deck --- dot_config/i3/executable_config | 6 +++++- dot_config/sway/executable_config.tmpl | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/dot_config/i3/executable_config b/dot_config/i3/executable_config index f34424f..8887655 100644 --- a/dot_config/i3/executable_config +++ b/dot_config/i3/executable_config @@ -1,3 +1,5 @@ +### BITTE DIESE DATEI NUR MIT FOLGENDEM BEFEHL BEARBEITEN ### +# chezmoi edit .config/i3/config # #====================== OLD COLOR SCHME set $foreground #eceff1 @@ -529,7 +531,9 @@ exec --no-startup-id lxpolkit #exec --no-startup-id /opt/an2linuxserver/an2linuxserver.py # starting Steam -#exec --no-startup-id sleep 30 && steam-native +{{- if eq .chezmoi.hostname "SpectreOS-deck" }} +exec --no-startup-id steam +{{- end }} ####### diff --git a/dot_config/sway/executable_config.tmpl b/dot_config/sway/executable_config.tmpl index 4ba6bbe..b4a3d09 100644 --- a/dot_config/sway/executable_config.tmpl +++ b/dot_config/sway/executable_config.tmpl @@ -1,3 +1,6 @@ +### BITTE DIESE DATEI NUR MIT FOLGENDEM BEFEHL BEARBEITEN ### +# chezmoi edit .config/sway/config + set $mod Mod1 # https://man.archlinux.org/man/sway.5.en