set steam to autostart for the steam deck
This commit is contained in:
parent
0dae9ef356
commit
2525209f00
2 changed files with 8 additions and 1 deletions
|
@ -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 }}
|
||||
|
||||
#######
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue