aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-15 18:50:12 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-15 18:50:12 +1300
commit1a0ac5be601f00e828dba181a7c90c2b29735b77 (patch)
tree52360b4ba5bf994a65b869c9ba13fedd2e82b1ee /ISSUES.markdown
parentAdd command guards around .xinitrc.d subscripts (diff)
downloaddotfiles-1a0ac5be601f00e828dba181a7c90c2b29735b77.tar.gz
dotfiles-1a0ac5be601f00e828dba181a7c90c2b29735b77.zip
Remove xrbg(1)
Overkill given feh(1) has a --randomize
Diffstat (limited to 'ISSUES.markdown')
-rw-r--r--ISSUES.markdown8
1 files changed, 0 insertions, 8 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
index 0eb4fe69..19375c83 100644
--- a/ISSUES.markdown
+++ b/ISSUES.markdown
@@ -15,14 +15,6 @@ Known issues
* A key binding for importing sections of the screen and optionally uploading
it would be great, probably using ImageMagick import(1)
* sxhkd(1) might be nicer than xbindkeys; it's in Debian Testing now
-* xrbg(1) is likely redundant:
-
- 13:31:51 <tejr> i pick a random one on startup with a little script
- 13:32:41 <cosarara> I run this on startup http://sprunge.us/JFCL
- 13:33:06 <tejr> haha i didn't even know about --randomize
- 13:33:14 <tejr> p sure that makes my script redundant actually
- 13:33:32 <tejr> yep it does
-
* dr(1df) is probably more practical in awk
* How come commands I fix with the fc builtin always seem to exit 1 even if
they succeed? Did I do that or is it Bash?