Auto: misc.

This commit is contained in:
2020-11-25 14:16:16 +01:00
parent ba9c332b79
commit 711ea53a9e
4 changed files with 27 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# Autofs
- I use this to automount SD cards.
- In /etc/auto.master: ```/media /etc/auto.removable --timeout=2,sync```
- In /etc/auto.removable: sd -fstype=vfat,uid=$my_user_id :/dev/mmcblk0p1
+7
View File
@@ -1,2 +1,9 @@
# I3
- By Michael Stapelberg.
- My [[window manager]] of choice.
[//begin]: # "Autogenerated link references for markdown compatibility"
[window-manager]: window-manager "Window Manager"
[//end]: # "Autogenerated link references"
+1
View File
@@ -3,6 +3,7 @@
- Discussed [[agora protocol]], [[agora push]] with [[arghzero]].
- Mentioned [[zapier]], hadn't heard of that I believe.
- Remembered I have next Monday off ([[2020-11-30]]) and felt happy.
- Set up [[autofs]] so SD cards get automounted in Debian. Usually this is done by the desktop environment but in [[i3]] it needs manual setup (I don't mind).
[//begin]: # "Autogenerated link references for markdown compatibility"
[agora-protocol]: ../agora-protocol "Agora Protocol"
+14
View File
@@ -0,0 +1,14 @@
# Window Manager
- Throughout the years I've used many window managers:
- windowblinds
- enlightenment
- fluxbox
- openbox
- xfce4 (more of a desktop environment)
- [[i3]]
[//begin]: # "Autogenerated link references for markdown compatibility"
[i3]: i3 "I3"
[//end]: # "Autogenerated link references"