diff .chezmoiscripts/run_once_after_16-configure-ubuntu-gnome.sh.tmpl @ 807:fa76b30a3c2f

feat: manage more packages for ubuntu
author zegervdv <zegervdv@me.com>
date Sat, 02 Dec 2023 00:17:39 +0100
parents
children 459e70c99f4c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.chezmoiscripts/run_once_after_16-configure-ubuntu-gnome.sh.tmpl	Sat Dec 02 00:17:39 2023 +0100
@@ -0,0 +1,8 @@
+{{ if eq .chezmoi.os "linux" -}}
+{{ if eq .chezmoi.osRelease.name "Ubuntu" -}}
+#!/usr/bin/env bash
+
+dconf write /org/gnome/desktop/input-sources/xkb-options "['ctrl:nocaps']"
+
+{{- end }}
+{{- end }}