summaryrefslogtreecommitdiff
path: root/personal/itches/bulk.md
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2019-07-11 18:10:53 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2019-07-11 18:10:53 +0200
commit8cfe656fbb312398244d6f0e820d4f179db3cfc7 (patch)
tree31102175eb71b82eece64ba62cf494e1014b0fc9 /personal/itches/bulk.md
parent66d44f9dbb1f6a6e8af5d51677ee39c496c46caa (diff)
downloadmemory-leaks-8cfe656fbb312398244d6f0e820d4f179db3cfc7.tar.xz
Move some things around
Diffstat (limited to 'personal/itches/bulk.md')
-rw-r--r--personal/itches/bulk.md43
1 files changed, 0 insertions, 43 deletions
diff --git a/personal/itches/bulk.md b/personal/itches/bulk.md
deleted file mode 100644
index ce646ca..0000000
--- a/personal/itches/bulk.md
+++ /dev/null
@@ -1,43 +0,0 @@
-# XFCE
-
-- xfwm: hide/remove titlebar/decorations
-
-# Spell checkers
-
-- update dictionaries?
-
-# Conky
-
-Cannot use `${eval $${somefunc ${gw_iface}}}` more than once:
-
- conky.text = [[
- ${eval ${gw_iface}}
- ${eval ${gw_iface}}
- ]]
- ⇒
- wlp20
- (null)
-
-See [GitHub issue][conky-issue-461]. Partially fixed by this [pull
-request][conky-pull-571], which allows using both `*speedf` functions
-together; `*graph` functions still trigger the bug though, e.g. with:
-
- ${goto 20}${upspeedf ${gw_iface}}KiB/s${goto 90}↑${goto 100}${upspeedgraph ${gw_iface} 12,0 678b8b ffffff -t}
- ${goto 20}${downspeedf ${gw_iface}}KiB/s${goto 90}↓${goto 100}${downspeedgraph ${gw_iface} 12,0 678b8b ffffff -t}
-
-[conky-issue-461]: https://github.com/brndnmtthws/conky/issues/461
-[conky-pull-571]: https://github.com/brndnmtthws/conky/pull/571
-
-# Bunsenlabs
-
-- use https for sources.list files
-- some manpages for `bl-…` utilities feature a buggy DESCRIPTION
- section, e.g. `bl-kb`:
-
- DESCRIPTION
- Traceback (most recent call last):
- File "./bin/bl-kb", line 50, in <module>
-
- from lxml import etree
-
- ImportError: No module named 'lxml'