summaryrefslogtreecommitdiff
path: root/guides/setups/bunsenlabs.md
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2019-09-01 19:25:10 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2019-09-01 19:25:18 +0200
commit579df86181b7527653bec0a27351c7c59ee229fa (patch)
treeeb9a8e1dca74cba56870967cd36569f3ee6229bf /guides/setups/bunsenlabs.md
parent1fef57f248139c712b4f92e4654f2cb7ec50b11a (diff)
downloadmemory-leaks-579df86181b7527653bec0a27351c7c59ee229fa.tar.xz
Note down how the Buster installation went
Overall things look OK, despite - xfwm4 lacking an "unconditionally remove all decoration" option, - the tasklist panel widget not being able to visually isolate windows from different workspaces like tint2 does (cf. [bug#10424]), - the clock panel widget taking more horizontal space, - battery life seeming somewhat shorter, - Greybird's xfwm-tabwin style drives me crazy when my mouse happens to be hanging near the window list (cf. topic#9585). [bug#10424]: https://bugzilla.xfce.org/show_bug.cgi?id=10424 [topic#9585]: https://forum.xfce.org/viewtopic.php?id=9585
Diffstat (limited to 'guides/setups/bunsenlabs.md')
-rw-r--r--guides/setups/bunsenlabs.md52
1 files changed, 0 insertions, 52 deletions
diff --git a/guides/setups/bunsenlabs.md b/guides/setups/bunsenlabs.md
deleted file mode 100644
index 523fdaa..0000000
--- a/guides/setups/bunsenlabs.md
+++ /dev/null
@@ -1,52 +0,0 @@
-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`
-