home · contact · privacy
Enhance Bookworm starter setup.
authorChristian Heller <c.heller@plomlompom.de>
Tue, 1 Aug 2023 03:13:47 +0000 (05:13 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 1 Aug 2023 03:13:47 +0000 (05:13 +0200)
bookworm/apt-mark/user [new file with mode: 0644]

diff --git a/bookworm/apt-mark/user b/bookworm/apt-mark/user
new file mode 100644 (file)
index 0000000..a25ea92
--- /dev/null
@@ -0,0 +1,19 @@
+# this provides setupcon which reads /etc/default/console-setup
+console-setup
+# for X to start at all
+xserver-xorg-video-intel
+# X input: keyboard and touchpad
+xserver-xorg-input-evdev
+xserver-xorg-input-synaptics
+# for startx
+xinit
+# for xrdb
+x11-xserver-utils
+# for startx to run for non-root user
+libpam-systemd
+# window environment
+i3
+i3status
+suckless-tools
+xterm
+#