diff options
Diffstat (limited to '.chezmoi.toml.tmpl')
-rw-r--r-- | .chezmoi.toml.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 671e923..a72f05f 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -22,3 +22,8 @@ [data.ssh] user = {{ promptString "SSH default user" $defaultUsername | quote }} + +{{ if lookPath "dconf" -}} +[data.gnome] + buttonLayout = {{ promptString "GNOME WM button layout" "close,appmenu:" | quote }} +{{- end }} |