summaryrefslogtreecommitdiff
path: root/guides/setups/nc10-laptop/busenlabs-helium.md
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-01-19 19:48:38 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-01-19 19:48:38 +0100
commit58f987ab0e567cf8664ebfd70c59a5b65e2d779a (patch)
tree5aa1f2a1f3d43b59159d4093a41ec16a81e0ca30 /guides/setups/nc10-laptop/busenlabs-helium.md
parent61d6372e9fe3a229bbd9d7fa771765fb1dcd7ef1 (diff)
downloadmemory-leaks-58f987ab0e567cf8664ebfd70c59a5b65e2d779a.tar.xz
Add notes for new laptop
Diffstat (limited to 'guides/setups/nc10-laptop/busenlabs-helium.md')
-rw-r--r--guides/setups/nc10-laptop/busenlabs-helium.md50
1 files changed, 0 insertions, 50 deletions
diff --git a/guides/setups/nc10-laptop/busenlabs-helium.md b/guides/setups/nc10-laptop/busenlabs-helium.md
deleted file mode 100644
index 8950c29..0000000
--- a/guides/setups/nc10-laptop/busenlabs-helium.md
+++ /dev/null
@@ -1,50 +0,0 @@
-# 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`
-