diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-07-11 18:10:53 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-07-11 18:10:53 +0200 |
| commit | 8cfe656fbb312398244d6f0e820d4f179db3cfc7 (patch) | |
| tree | 31102175eb71b82eece64ba62cf494e1014b0fc9 /guides/setups/bunsenlabs.md | |
| parent | 66d44f9dbb1f6a6e8af5d51677ee39c496c46caa (diff) | |
| download | memory-leaks-8cfe656fbb312398244d6f0e820d4f179db3cfc7.tar.xz | |
Move some things around
Diffstat (limited to 'guides/setups/bunsenlabs.md')
| -rw-r--r-- | guides/setups/bunsenlabs.md | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/guides/setups/bunsenlabs.md b/guides/setups/bunsenlabs.md new file mode 100644 index 0000000..523fdaa --- /dev/null +++ b/guides/setups/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 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` + |
