add template for steam deck
This commit is contained in:
parent
470cb23980
commit
0dae9ef356
1 changed files with 8 additions and 0 deletions
|
@ -182,7 +182,15 @@ bar {
|
||||||
seat seat0 xcursor_theme capitaine-cursors 16
|
seat seat0 xcursor_theme capitaine-cursors 16
|
||||||
|
|
||||||
# display resoulution
|
# display resoulution
|
||||||
|
|
||||||
|
# machine-specific configuration
|
||||||
|
{{- if eq .chezmoi.hostname "SpectreOS" }}
|
||||||
output eDP-1 pos 0 0 res 1920x1080
|
output eDP-1 pos 0 0 res 1920x1080
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
|
{{- if eq .chezmoi.hostname "SpectreOS-deck" }}
|
||||||
|
output eDP-1 mode 800x1200 transform 90
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
set $gnome-schema org.gnome.desktop.interface
|
set $gnome-schema org.gnome.desktop.interface
|
||||||
exec_always {
|
exec_always {
|
Loading…
Reference in a new issue