Ben Ruijl
Ben Ruijl
+1
/var/tmp is used for preservable temporary files, so they are not deleted on reboot. Maybe packer should clear up these files anyway.
At the moment, I am using this second option. Basically, I have turned all the literals into `real128(NUM.q)`, which requires the ` -fext-numeric-literals` flag.
The question concerns running `websocat` as a client, not a server. If your client machine has multiple network interfaces, it could be that only some are allowed to access a...
I am trying to find out how to do custom error messages, but I can't seem to find anything about this in the documentation, nor in the examples.
I meant giving a more descriptive error than just the rule name at the semantic level. It is not clear to me how to add that (I do not see...
I'm afraid this seems to be impossible :-( http://www.jwz.org/xscreensaver/faq.html#no-ctl-alt-bs
Interesting. Maybe I could change the keymapping from the source itself, with XChangeKeyboardMapping or a related command.
I'll see what I can do when I have the time. This should be a minor code change. Probably adding the following will do the trick: XClassHint\* class_hint = XAllocClassHint();...
I have added the option -xshift someshift. First, I tried doing something fancy, like detecting multiple monitors, or finding the width of a single monitor, but X11 seems to be...