home · contact · privacy
Enhance Bookworm starter setup.
[config] / bookworm / apt-mark / user
1 # this provides setupcon which reads /etc/default/console-setup
2 console-setup
3 # for X to start at all
4 xserver-xorg-video-intel
5 # X input: keyboard and touchpad
6 xserver-xorg-input-evdev
7 xserver-xorg-input-synaptics
8 # for startx
9 xinit
10 # for xrdb
11 x11-xserver-utils
12 # for startx to run for non-root user
13 libpam-systemd
14 # window environment
15 i3
16 i3status
17 suckless-tools
18 xterm
19 #