summaryrefslogtreecommitdiff
path: root/personal/setup/bunsenlabs.md
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2018-07-05 20:22:25 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2018-07-05 20:25:53 +0200
commitc28de7d0cab86d8584377e33ceaa6b039ee16cf5 (patch)
tree1ea8ce4b9ba1cdebe012d40f145a36c5f285ba16 /personal/setup/bunsenlabs.md
parentba2a9102678d74323e512562bf4d230cdc6522b2 (diff)
downloadmemory-leaks-c28de7d0cab86d8584377e33ceaa6b039ee16cf5.tar.xz
Add notes on my laptop setup
Sneak-remove my itch to disable auto-fill for Markdown titles, since I'm not sure any mode ever does things like that. While this does not mean that it could not be done, it does make the endeavor somewhat non-idiomatic.
Diffstat (limited to 'personal/setup/bunsenlabs.md')
-rw-r--r--personal/setup/bunsenlabs.md52
1 files changed, 52 insertions, 0 deletions
diff --git a/personal/setup/bunsenlabs.md b/personal/setup/bunsenlabs.md
new file mode 100644
index 0000000..7ba8c67
--- /dev/null
+++ b/personal/setup/bunsenlabs.md
@@ -0,0 +1,52 @@
+Things I always tweak after installing a Bunsenlabs system.
+
+# 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
+
+- changed window type to "desktop" so that W-d does not hide Conky
+- see dotfiles
+
+## ClipIt
+
+- disable hotkeys
+
+## Openbox
+
+### `rc.xml`
+
+- comment A-m and A-r out
+- undecorate all windows:
+
+ ``` xml
+ <application class="*">
+ <decor>no</decor>
+ </application>
+```
+
+### WM preferences
+
+- appearance: uncheck "windows retain a border when undecorated"
+- desktops: 4
+
+## tint2
+
+- remove launcher
+- 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`
+