From 2cdf6b6a5034c925b7fc08a9009f7198d9a0d658 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 2 Jan 2024 08:36:50 +0100
Subject: [PATCH] Update h610m setup.

---
 bookworm/apt-mark/h610m                  | 3 ++-
 bookworm/apt-mark/user                   | 3 +++
 bookworm/home_files/h610m/.xinitrc_bonus | 2 ++
 3 files changed, 7 insertions(+), 1 deletion(-)
 create mode 100644 bookworm/home_files/h610m/.xinitrc_bonus

diff --git a/bookworm/apt-mark/h610m b/bookworm/apt-mark/h610m
index a553d88..02b95cc 100644
--- a/bookworm/apt-mark/h610m
+++ b/bookworm/apt-mark/h610m
@@ -5,5 +5,6 @@ firmware-misc-nonfree
 # X input: keyboard
 xserver-xorg-input-evdev
 # CUDA
-nvidia-cuda-dev nvidia-cuda-toolkit
+nvidia-cuda-dev
+nvidia-cuda-toolkit
 
diff --git a/bookworm/apt-mark/user b/bookworm/apt-mark/user
index dac354a..831b81c 100644
--- a/bookworm/apt-mark/user
+++ b/bookworm/apt-mark/user
@@ -31,6 +31,9 @@ bzip2
 # firefox running dependencies
 libgtk-3-0
 libdbus-glib-1-2
+# tridactyl install recommendations
+vim-gtk3
+curl
 # for firefox to emit sound
 pulseaudio
 # emacs
diff --git a/bookworm/home_files/h610m/.xinitrc_bonus b/bookworm/home_files/h610m/.xinitrc_bonus
new file mode 100644
index 0000000..1eaa7e8
--- /dev/null
+++ b/bookworm/home_files/h610m/.xinitrc_bonus
@@ -0,0 +1,2 @@
+# Don't blank screen, as this will confuse the HDMI switch setup / lead to unrecoverable X sessions. 
+xset s noblank
-- 
2.30.2