Re: [dev] [dwm] execwm(), ie, self?

2024-09-10 Thread Andy Gozas
. The terminal can't use the "wasted space" anyway, so this is purely aesthetics. You can change `static const int resizehints = 1;` to `0` in config.h to turn resizehints off. This wastes the same amount of space inside the terminal window that would otherwise

Re: [dev] Commandline Email Advice Request

2022-11-25 Thread Andy Gozas
f you have it. Also, is there any error message, when `git --send-email` exits, that you could provide? --- Kind regards, Andy Gozas.

Re: [dev][surf] surf has become super-slow!

2022-10-13 Thread Andy Gozas
described in the thread above, or downgrade to a previous version of webkit2gtk, which you can find here (for archlinux): https://archive.archlinux.org/packages/w/webkit2gtk/ and see if your problem would go away. --- Andy Gozas.

Re: [dev] [surf] Application renders unresponsive after first keystrokes

2022-10-09 Thread Andy Gozas
using function webkit_web_context_send_message_to_all_extensions which is part of Webkit API, so it would not break as easily. --- Andy Gozas.