From b8e26084ae3fb787a3def35902aa73b5c69c9b36 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Fri, 7 Jun 2024 11:38:43 +0200 Subject: [PATCH] Configure Freon extension --- roles/08_tweaks/files/gsettings.dconf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/08_tweaks/files/gsettings.dconf b/roles/08_tweaks/files/gsettings.dconf index 66261f2..aa3369e 100644 --- a/roles/08_tweaks/files/gsettings.dconf +++ b/roles/08_tweaks/files/gsettings.dconf @@ -13,4 +13,8 @@ night-light-enabled=true [org/gnome/desktop/input-sources] # Remap caps lock to control -xkb-options=['caps:ctrl_modifier'] \ No newline at end of file +xkb-options=['caps:ctrl_modifier'] + +# Set Freon sensors to display +[org/gnome/shell/extensions/freon] +hot-sensors=['Tccd1', 'junction'] \ No newline at end of file