diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-01-14 23:36:18 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-01-15 00:25:26 +0100 |
| commit | 84261b1ee602ac17089d3330fe4a56698f820ea0 (patch) | |
| tree | 17d1aa859d78a0baee1acac759fc5bd890a6d16c /guides/sysadmin/machines/little-buster/maintenance.org | |
| parent | 2e605b51e6e00ccf2eaf85b3e98423f36823ab99 (diff) | |
| download | memory-leaks-84261b1ee602ac17089d3330fe4a56698f820ea0.tar.xz | |
Split machine-specific notes
Diffstat (limited to 'guides/sysadmin/machines/little-buster/maintenance.org')
| -rw-r--r-- | guides/sysadmin/machines/little-buster/maintenance.org | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/guides/sysadmin/machines/little-buster/maintenance.org b/guides/sysadmin/machines/little-buster/maintenance.org new file mode 100644 index 0000000..bdee12a --- /dev/null +++ b/guides/sysadmin/machines/little-buster/maintenance.org @@ -0,0 +1,58 @@ +* Configuration +** Bunsenlabs +*** Keyboard +Cf. keyboard(5): + +- add =ctrl:nocaps= in =/etc/default/keyboard= +- run =udevadm trigger --subsystem-match=input --action=change= +- run =setupcon= in a TTY + +*** Desktop +**** Conky +- see dotfiles + +**** ClipIt +- disable hotkeys + +**** Openbox +***** =rc.xml= +- comment A-m and A-r out +- undecorate all windows: + +#+begin_src xml +<application class="*"> + <decor>no</decor> +</application> +#+end_src + +***** WM preferences +- appearance: uncheck "windows retain a border when undecorated" +- desktops: 4 + +**** tint2 +- remove launcher and exit panel items +- add date (time2) + +**** Calendar +Make weeks begin on Monday by using the British locale: + +- uncomment =en_GB.UTF-8 UTF-8= in /etc/locale.gen +- =sudo locale-gen= +- =force_lang = en_GB.utf8= in =~/.config/gsimplecal/config= + +* Hiccups +** fix xfce4-terminal opening links with firefox-esr +** fix Thunar opening images with Firefox instead of Ristretto +** fix Ristretto thumbnails +** fix Ethernet after suspend +Workaround: +#+begin_src sh +$ sudo modprobe -r sky2 && sudo modprobe -i sky2 +#+end_src +References: +- https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1841304 +- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895378 +- https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1798921 +- https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1809843 +- https://askubuntu.com/questions/1029620/ubuntu-18-04-lts-sky2-ethernet-stops-working-after-system-resume-from-suspend +- https://bbs.archlinux.org/viewtopic.php?id=234725 |
