summaryrefslogtreecommitdiff
path: root/guides/setups/operating-systems/bunsenlabs.org
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-01-19 20:07:32 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-01-22 22:15:38 +0100
commit662fdbfb5a2005756720d116140dfd4db892abaa (patch)
treebb5e9a63cd521f62074c68a54fa14702e6250de5 /guides/setups/operating-systems/bunsenlabs.org
parent58f987ab0e567cf8664ebfd70c59a5b65e2d779a (diff)
downloadmemory-leaks-662fdbfb5a2005756720d116140dfd4db892abaa.tar.xz
Shuffle laptop notes around
Try to split what's device-specific from what's OS-specific.
Diffstat (limited to 'guides/setups/operating-systems/bunsenlabs.org')
-rw-r--r--guides/setups/operating-systems/bunsenlabs.org39
1 files changed, 39 insertions, 0 deletions
diff --git a/guides/setups/operating-systems/bunsenlabs.org b/guides/setups/operating-systems/bunsenlabs.org
new file mode 100644
index 0000000..578bcbe
--- /dev/null
+++ b/guides/setups/operating-systems/bunsenlabs.org
@@ -0,0 +1,39 @@
+* 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=