Re: [dev] sbm dmenu bookmarker

2023-07-31 Thread Spenser Truex
Thanks for your feedbacks, however, the script bm is the simplification/attempted improvement of of bmks which I got from some unknown source (apologies if you are the uncredited author). -- CAEE B377 FC82 BAF9 102C D22F C5CE D003 1AA8 E281 Spenser Truexhttps://equwal.com signature.asc

Re: [dev] sbm dmenu bookmarker

2023-07-31 Thread Spenser Truex
edit existing booksmarks? Admittedly my script doesn't do these things at the moment. -- CAEE B377 FC82 BAF9 102C D22F C5CE D003 1AA8 E281 Spenser Truexhttps://equwal.com signature.asc Description: PGP signature

Re: [dev] sbm dmenu bookmarker

2023-07-31 Thread Spenser Truex
> You should really get rid of the useless use of cats (it's common enough > mistake that it even has an abbreviation - UUOC [0]). Oh crap, coming right up. -- CAEE B377 FC82 BAF9 102C D22F C5CE D003 1AA8 E281 Spenser Truexhttps://equwal.com signature.asc Description: PGP signature

[dev] sbm dmenu bookmarker

2023-07-30 Thread Spenser Truex
e to be able to have some input validation (no duplicate links) and plumbing options (browse where? copy to what?). As it stands, it just copies to clipboard which is probably good enough. -- CAEE B377 FC82 BAF9 102C D22F C5CE D003 1AA8 E281 Spenser Truexhttps://equwal.com signature.

Re: [dev] [quark] a monty-pythonesque journey with SYSTEMd

2023-05-29 Thread Spenser Truex
PR_CONNECT_RESET_ERROR Indeed, there's nothing there at the moment to respond on HTTP or HTTPS. -- CAEE B377 FC82 BAF9 102C D22F C5CE D003 1AA8 E281 Spenser Truexhttps://equwal.com (soon)

[dev] [quark] a monty-pythonesque journey with SYSTEMd

2023-05-29 Thread Spenser Truex
B377 FC82 BAF9 102C D22F C5CE D003 1AA8 E281 Spenser Truexhttps://equwal.com signature.asc Description: PGP signature

Re: [dev] running a shortlink provider

2023-05-26 Thread Spenser Truex
rivially extensible to a pastebin. > > - syg > -- CAEE B377 FC82 BAF9 102C D22F C5CE D003 1AA8 E281 Spenser Truexhttps://equwal.com signature.asc Description: PGP signature

Re: [dev] [dwm] swallow without patching dwm -- or losing focus

2023-05-26 Thread Spenser Truex
On 23/05/26 11:07AM, v4hn wrote: > On Fri, May 26, 2023 at 02:50:20AM -0300, Spenser Truex wrote: > > I just want my windows to open where I opened > > them. There is no kitchen sink included. > > I would like that too, but the linked project doesn't do it. > It doesn

Re: [dev] [dwm] swallow without patching dwm -- or losing focus

2023-05-25 Thread Spenser Truex
e program you opened in the > > tag you opened it in, which is something I've been trying to do for a > > long time in multiple window managers. > > > > The author pointed out that "startup hooks" can do this in some window > > managers, but I like the idea

[dev] [dwm] swallow without patching dwm -- or losing focus

2023-05-25 Thread Spenser Truex
aving that be part of the WM itself. -- CAEE B377 FC82 BAF9 102C D22F C5CE D003 1AA8 E281 Spenser Truexhttps://equwal.com signature.asc Description: PGP signature

Re: [dev] running a shortlink provider

2023-05-25 Thread Spenser Truex
ere a problem with this approach ? > Why use a hammer when you can beat the nail with your hand? -- CAEE B377 FC82 BAF9 102C D22F C5CE D003 1AA8 E281 Spenser Truexhttps://equwal.com signature.asc Description: PGP signature

Re: [dev] running a shortlink provider

2023-05-25 Thread Spenser Truex
Highlight: Link shorteners always go down due to non-funding and bloatware backends. Let's have a suckless one that is cheap to run! On 23/05/25 07:02AM, Marcel Plch wrote: > On Thu, May 25, 2023 at 12:47:20AM -0300, Spenser Truex wrote: > > Hello, > > > > My intern

[dev] running a shortlink provider

2023-05-24 Thread Spenser Truex
sired location in my webserver root. This doesn't work for a shared service though. There are a lot of bloated projects that I've found. Any suggestions? -- CAEE B377 FC82 BAF9 102C D22F C5CE D003 1AA8 E281 Spenser Truexhttps://equwal.com signature.asc Description: PGP signature

Re: [dev] Simpler WiFi alternatives

2023-05-23 Thread Spenser Truex
x27;s How To Ask Questions The Smart Way https://www.catb.org/esr/faqs/smart-questions.html I also suggest How To Become A Hacker: http://www.catb.org/~esr/faqs/hacker-howto.html I remain Your Most Humble and Obedient Servant, -- CAEE B377 FC82 BAF9 102C D22F C5CE D003 1AA8 E281 Spenser

[dev] [sacc][PATCH] Add comment about pkg-config

2022-08-19 Thread Spenser Truex
--- config.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 223207e..6232f46 100644 --- a/config.mk +++ b/config.mk @@ -13,6 +13,8 @@ DEFVERSION = "1.06" # txt (textual) #UI=txt # ti (screen-oriented) +# You can use pkg-config --libs curses o

[dev] Re: [sacc][PATCH] Infer the (n)curses(w) library to use and -l

2022-08-17 Thread Spenser Truex
still find sacc useful, > > cheers! > > P.S.: sacc isn't really a suckless.org project, although I suppose > people will not mind too much having it discussed there. I'm satisfied with adding a comment as a solution and will submit a patch. Then I will remember wh

[dev] [PATCH] (better) Infer the (n)curses(w) library to use and -l

2022-08-16 Thread Spenser Truex
Useful since curses cocks up any portability here Better than my last patch (replace, not sequential) --- Makefile | 9 + config.mk | 4 +++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4c00649..85bdf0d 100644 --- a/Makefile +++ b/Makefile @@

[dev] [sacc][PATCH] Infer the (n)curses(w) library to use and -l

2022-08-15 Thread Spenser Truex
Useful since curses cocks up any portability here. We prioritise the user's entries in CURSESLIB where possible, and use LIBS when pkg-config cannot be used. An opinioned change (maybe the user should just figure this stuff out himself or curses should be fixed). --- Makefile | 31 +

[dev] [slstatus][PATCH] Add 'Not charging' status support

2022-08-09 Thread Spenser Truex
return NULL; } - if (pscanf(path, "%12s", state) != 1) { + if (pscanf(path, "%12[a-zA-Z ]", state) != 1) { return NULL; } -- 2.35.1 -- CAEE B377 FC82 BAF9 102C D22F C5CE D003 1AA8 E281 Spenser Truexhttps://equwal.com signature.asc Description: PGP signature

[dev] [scroll][PATCH] Fix typo: "the fist place"

2021-01-27 Thread Spenser Truex
signal a scroll down mouse event from -- 2.30.0 -- CAEE B377 FC82 BAF9 102C D22F C5CE D003 1AA8 E281 Spenser Truexhttps://equwal.com signature.asc Description: PGP signature

Neatvi Re: [dev] Programs that rock

2021-01-25 Thread Spenser Truex
his works fine, you can do 35 patches if you want this way, it would take around an hour to get a custom fork. It is easier to add code than remove code. > Regards, I remain Your Most Humble and Obedient Servant, -- CAEE B377 FC82 BAF9 102C D22F C5CE D003 1AA8 E281 Spenser Truexhttps://equwal.com signature.asc Description: PGP signature

[dev] [quark] Shouldn't it redirect site.com/ to /index.html?

2021-01-22 Thread Spenser Truex
of the box? I'm on the latest git version of quark. -- CAEE B377 FC82 BAF9 102C D22F C5CE D003 1AA8 E281 Spenser Truexhttps://equwal.com signature.asc Description: PGP signature

[dev] [dwm][bug] Programs teleport tag on startup

2021-01-16 Thread Spenser Truex
. I can't imagine any way that this is desirable. I will try to patch a fix later, seems like low hanging fruit. -- 7E7B 2078 A241 3205 F469 3B21 0AD4 8D58 F9FB DDC6 Spenser Truexhttps://equwal.com signature.asc Description: PGP signature

Re: [dev] [ii] SASL over TOR question

2021-01-15 Thread Spenser Truex
On 21/01/15 11:44AM, Jan Klemkow wrote: > On Fri, Jan 15, 2021 at 01:42:43AM -0800, Spenser Truex wrote: > > Has anyone a working setup for ii->sasl->tor? > > I use ii with ucspi-patch[1] and ucspi-tools[2] to connect to IRC > servers via Tor and with SSL for certifi

[dev] [ii] SASL over TOR question

2021-01-15 Thread Spenser Truex
27;t tried yet. Has anyone a working setup for ii->sasl->tor? [1] https://freenode.net/kb/answer/chat#accessing-freenode-via-tor -- Spenser Truexhttps://equwal.com signature.asc Description: PGP signature