diff options
author | Alen <alen@dotfiles.xyz> | 2023-09-14 01:18:30 +0400 |
---|---|---|
committer | Alen <alen@dotfiles.xyz> | 2023-09-14 01:36:41 +0400 |
commit | 0266521687393cb5e1f816bcdb9631147a23b19c (patch) | |
tree | 6a74350923c40c86d11cb004d626003ba6d98cf6 /.chezmoi.toml.tmpl | |
parent | f409087b2524f0742e333e642c900aeb87a42550 (diff) |
Fix and simplify run_gnome_tweaks.sh.tmpl
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 }} |