Re: [dev] piscou?

2024-05-04 Thread Страхиња Радић
Дана 24/05/04 12:48PM, Hiltjo Posthuma написа: > Have you reported this issue to the author of piscou? No. There is actually a number of issues with the program itself (for example: under the #ifdef DEBUG it calls both dunstify and notify-send - it loops over the list). This is more about its

[dev] piscou?

2024-05-04 Thread Страхиња Радић
While browsing through the commits to /sites, I noticed a program piscou[1]. Just looking at its Makefile, it seems to include dubious code such as: clang: CC=clang clang: CFLAGS += -Weverything -Wno-unsafe-buffer-usage clang: clean release and piscou: $(src) $(headers) Makefile

Re: [dev] [sbase] Defining scope of sbase and ubase

2024-03-09 Thread Страхиња Радић
On 24/03/09 05:28PM, Elie Le Vaillant wrote: > Or is it out-of-scope for us to implement a full-blown shell? I really am > not sure. I think it would be interesting to have "official" suckless versions of all of the mentioned programs, which would at minimum implement their descriptions from

Re: [dev] [sbase] Defining scope of sbase and ubase

2024-03-09 Thread Страхиња Радић
On 24/03/09 12:59AM, Mattias Andrée wrote: > I agree, a single repo (or alternatively making libutil it's own repo) is > necessary if we want one binary, and I think we do. Compiling all programs into one binary is currently an option, and IMHO it should remain an option. In my own toy distro[1]

Re: [dev] [sbase] Defining scope of sbase and ubase

2024-03-08 Thread Страхиња Радић
On 24/03/08 06:40AM, Roberto E. Vargas Caballero wrote: > I would like to move the discussion here and see what alternatives > we have and how to proceed in this case. IMHO, if the intention behind sbase was to provide a minimal portable POSIX utilities implementation, anything not fitting that

Re: [dev] [st] externalpipe on OpenBSD

2024-03-07 Thread Страхиња Радић
Hi, can anyone take a look at this and approve or comment if there is anything to add to or change about the patch? https://lists.suckless.org/wiki/2402/4748.html

Re: [dev] [st] externalpipe on OpenBSD

2024-02-21 Thread Страхиња Радић
On 24/02/21 10:12AM, Страхиња Радић wrote: > [...] (the program specified in openurlcmd doesn't get > executed). I narrowed this down to adding "exec" to the second pledge: +@@ -803,7 +809,7 @@ ttynew(const char *line, char *cmd, const char *out, char **args) +

[dev] [st] externalpipe on OpenBSD

2024-02-21 Thread Страхиња Радић
Hello, I recently installed OpenBSD for the first time and I noticed a few issues with externalpipe[1]. It seems this patch clashes with the parameters passed to pledge(2) in ttynew[2] (the program specified in openurlcmd doesn't get executed). I also noticed that when I simply comment out

Re: [dev] [st][patch] more work on the XEmbed embedder

2024-02-04 Thread Страхиња Радић
On 24/02/04 03:22PM, Robin Haberkorn wrote: > Thirdly, I doubt that the maintainers would want to merge this into mainline. The essence of the suckless philosophy goes hand in hand with the Unix philosophy - programs that do one thing well and cooperate with other programs. st is and should

Re: [dev] Presenting some more software

2024-01-15 Thread Страхиња Радић
On 24/01/15 09:58AM, Hiltjo Posthuma wrote: > I would recommend doas and for Linux the fork opendoas. Of course; there are several disadvantages to note about sup: - it doesn't check credentials; it is like permit nopass cmd1 permit nopass cmd2 permit nopass cmd3 in

Re: [dev] Presenting some more software

2024-01-14 Thread Страхиња Радић
On 24/01/13 09:19PM, stefan1 wrote: > https://github.com/stefan1/su > https://github.com/stefan1/rootdo > https://github.com/stefan1/rdoedit I find sup[1] (~120-ish LoC) very useful, and in line with suckless philosophy. [1]: https://oldgit.suckless.org/sup/ signature.asc

Re: Re: [dev] what is a suckless way to add a few keyboard shortcuts to Firefox

2024-01-08 Thread Страхиња Радић
On 24/01/07 04:05PM, stefan1 wrote: > However, I also have a question: > Should I run noscript and ublock alongside umatrix in case something slips > through the cracks in my umatrix configuration? There's really no need to use any other ad blocker besides uMatrix. It is enough and better

Re: [dev] what is a suckless way to add a few keyboard shortcuts to Firefox

2024-01-05 Thread Страхиња Радић
On 24/01/05 02:08PM, stefan1 wrote: > Aside from ungoogled chromium, which browser would you say it's worth using? > Preferably not chromium based and not tied to google/mozilla/ company>'s whims and shady interests. That's the catch--The Web has grown too complicated over the years for

Re: [dev] what is a suckless way to add a few keyboard shortcuts to Firefox

2024-01-04 Thread Страхиња Радић
On 24/01/05 04:14AM, stefan1 wrote: > Maybe even remove my desktop all together at that point. :) Root window + st, with a terminal multiplexer is all that is needed. Desktop icons are just eye candy, and inefficient when moving a mouse to a specific place on the screen and double-clicking

Re: [dev] what is a suckless way to add a few keyboard shortcuts to Firefox

2024-01-04 Thread Страхиња Радић
> what is a suckless way to add a few keyboard shortcuts to Firefox Edit its source code (unironically). Anyone who would laugh at this proposal doesn't actually understand or accept suckless philosophy. * * * BTW, Web sucks => any browser sucks. But besides that, Firefox is worse than Google

Re: [dev] [Bug][sbase] make install borked since commit ddde8021

2023-10-29 Thread Страхиња Радић
On 23/10/29 08:49PM, Markus Wichmann wrote: > Am Sun, Oct 29, 2023 at 06:00:18PM +0100 schrieb Страхиња Радић: > > mkdir returning EISDIR is definitely not a part of POSIX.[1] > > > > [1]: > > https://pubs.opengroup.org/onlinepubs/9699919799/functions/mkdir.html#tag_

Re: [dev] [Bug][sbase] make install borked since commit ddde8021

2023-10-29 Thread Страхиња Радић
On 23/10/29 07:59AM, Randy Palamar wrote: > > Plus I didn't know mkdir could fail with EISDIR. My manpage is not > > documenting that case. > > It's probably legacy nonsense or from some obscure platform that I > noticed when checking other implementations [0]. mkdir returning EISDIR is

Re: [dev] [edit] Introducing edit, a simple text editor

2023-10-24 Thread Страхиња Радић
On 23/10/24 11:49AM, Kyryl Melekhin wrote: > Besides, I want people to actually use my software and have some kind > of visibility. > > Nobody would know of suckless.org were it not be constantly posted and > talked about > on various social media(s). This touches up one of the fundamental

Re: [dev] [edit] Introducing edit, a simple text editor

2023-10-24 Thread Страхиња Радић
On 23/10/23 03:11PM, Kyryl Melekhin wrote: > Since this is my creation I might be biased, but I still think that Nextvi is > the best suckless editor. That should be left for others to decide. > Please give it a revisit, and help me get 100 stars on github! Social networks should die. Github

Re: [dev] libsecret implementation

2023-10-10 Thread Страхиња Радић
On 23/10/10 01:04PM, Страхиња Радић wrote: > It all depends on the degree of your agency over the choice of software and > over the software itself. If it's a program you wrote, then consider > switching > away from D-Bus to interfacing with a simpler/better/more traditional

Re: [dev] libsecret implementation

2023-10-10 Thread Страхиња Радић
On 23/10/10 10:33AM, Marko Bauhardt wrote: > Hi, > i have to use a program at work which requires libsecret - Secret > Service D-Bus client library. > Right now I'm using the gnome keyring implementation. > I would like to get rid of this implementation and use a more simpler > one, in other words

Re: [dev] [edit] Introducing edit, a simple text editor

2023-09-28 Thread Страхиња Радић
On 23/09/28 09:02AM, David Demelier wrote: > Not sure if that helps but I eventually stopped adding flags at all and > use just the defaults everywhere. Otherwise I'd be glad to understand > if there is a complete and strict conformance explanation on those > combinations. As Adam noted, the

Re: [dev] [edit] Introducing edit, a simple text editor

2023-09-27 Thread Страхиња Радић
On closer inspection, termbox2.h does include signal.h itself[1], and additionally defines _XOPEN_SOURCE[2] and _DEFAULT_SOURCE, so the inclusion of signal.h can't be escaped. My testing has shown that when -std=c99 is specified, it is as if that switch explicitly undefines

Re: [dev] [edit] Introducing edit, a simple text editor

2023-09-27 Thread Страхиња Радић
On 23/09/27 03:50PM, Arthur Jacquin wrote: > termbox2.h is not C99 compliant, yet the -std=c99 compilation flag is > set in the default configuration. On the compilers I tried, it has not > been a problem as the non-C99 parts were ignored, but I shouldn't have > assumed it would always be this

Re: [dev] Suckless web crawlers

2023-09-26 Thread Страхиња Радић
On 23/09/26 02:13PM, Sagar Acharya wrote: > Which web crawlers and indexing tools does suckless suggest? One can answer this and similar questions about particular niches of software by carefully reading and understanding what suckless is about: https://suckless.org/philosophy/ (emphasis mine)

Re: [dev] getting rid of cmake builds

2023-09-22 Thread Страхиња Радић
On 23/09/22 04:27PM, Страхиња Радић wrote: > ...according to sloccount[1]... [1]: https://dwheeler.com/sloccount/ signature.asc Description: PGP signature

Re: [dev] getting rid of cmake builds

2023-09-22 Thread Страхиња Радић
On 23/09/22 07:27PM, NRK wrote: > And this is no longer the 50s, we have enough memory to build a couple > thousand line of code without *requiring* splitting things into multiple > intermediate object files to avoid going OOM (even with bloated > compilers like gcc/clang with optimization

Re: [dev] getting rid of cmake builds

2023-09-22 Thread Страхиња Радић
On 23/09/22 03:09PM, NRK wrote: > Some tend to argue that this "doesn't scale", but as I said, this is for > small projects. And the chances of your small project turning into the > next linux kernel [2] with 30M LoC is probably not high. So don't create > new *actual problems* by trying to solve

Re: [dev] getting rid of cmake builds

2023-09-22 Thread Страхиња Радић
On 23/09/22 09:50AM, Sagar Acharya wrote: > A better way to build is to write a build.dash script Some elaboration is needed. In what way would this shell script be better than the make systems I listed? How does it decide when rebuilding is needed? Does it track dependencies and how?

Re: [dev] getting rid of cmake builds

2023-09-21 Thread Страхиња Радић
On 23/09/21 09:42AM, LM wrote: > I build a lot of common libraries and programs from source. Many of > them are switching to cmake. I'm not a fan of cmake. For one thing, > it's so complicated to build from source code that I can't bootstrap > the build of cmake itself. I really would prefer

Re: [dev] C variants, compilers and completeness

2023-08-18 Thread Страхиња Радић
On 23/08/18 02:18, David Demelier wrote: > On Mon, 2023-07-24 at 17:38 +0200, Sagar Acharya wrote: > > I see C compilers recommended by suckless are: > > > > tinycc > > simplecc > > cproc > > qbe > > lacc > > qbe isn't a compiler. however cproc is promising but I had various > issues compiling

Re: [dev] sbm dmenu bookmarker

2023-08-01 Thread Страхиња Радић
On 23/07/31 08:15AM, Randy Palamar wrote: > `grep -v -e '#' -e '^$' $BOOKMARKS | dmenu -i -l 20 | cut -f 1 -d ' '` > > Then I pipe it to the clipboard or a plumber script depending > on what I want to do with it (bound to a keybind in dwm). > > To add bookmarks I either use a text editor or just

Re: [dev] Problem with windows name

2023-07-10 Thread Страхиња Радић
text, was not shown correctly, so this patch adds an exception for root window instead, skipping conversion in that case. Reported by Dr. André Desgualdo Pereira. Signed-off-by: Страхиња Радић --- dwm.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dwm.c b/dwm.c index

Re: [dev] Problem with windows name

2023-07-10 Thread Страхиња Радић
Adding to gettextprop in dwm.c: // ... if (!XGetTextProperty(dpy, w, , atom) || !name.nitems) return 0; FILE* log = fopen("/home/user/dwm.log", "at"); fprintf(log, "---\n"); fprintf(log, "atom = {%lu}\n", atom);

Re: [dev] Problem with windows name

2023-07-09 Thread Страхиња Радић
I debugged dwm, adding to drw.c: static void log_msg(const char* fmt, ...) { char buf[4096]; va_list args; va_start(args, fmt); vsnprintf(buf, sizeof(buf), fmt, args); va_end(args);

Re: [dev] Problem with windows name

2023-07-09 Thread Страхиња Радић
On 23/07/09 08:43AM, Dr. André Desgualdo Pereira wrote: > # xprop > xprop shows the correct name, but it doesn't has the _NET_WM_NAME defined as > it used to have on Debian 11 and before (I guess it is because missing > library > tkinter for python2.7). > Example: WM_NAME(STRING) = "André

Re: [dev] Minimalist software. Should I care?

2023-07-06 Thread Страхиња Радић
On 23/07/04 07:06PM, Nikita Krasnov wrote: > If I had used one of the bloated programs I probably could have found a > solution in one of the menus after reading few Stack Overflow answers. But > with Neovim I'd have to first find the program that would be suitable for > what I try to achieve,

Re: [dev] Minimalist software. Should I care?

2023-07-06 Thread Страхиња Радић
On 23/07/04 07:06PM, Nikita Krasnov wrote: > What would be the point of using minimalist software if bloated and > excessively complex programs completely satisfy all my needs? Doing all that but with much less resources (in the broadest sense) wasted. On 23/07/04 01:16PM, Dave Blanchard wrote:

Re: [dev] Am I doing this right?

2023-07-02 Thread Страхиња Радић
On 23/07/02 06:39PM, Sebastian LaVine wrote: > On Sun Jul 2, 2023 at 6:28 PM EDT, Nikita Krasnov wrote: > > While we're on it. Are there any good Android email clients > > that you can recommend? I've yet to find an app that allows > > you to send emails in plain text, let alone with line > >

Re: [dev] [license] gpl issues

2023-06-20 Thread Страхиња Радић
On 23/06/18 09:01, Страхиња Радић wrote: > You can't license the whole of A as GPL, only your modifications. [...] > which explicitely forbids removing the copyright and permission notices on > Expat-licensed code, or replacing them with, say, GPL notices. On second thought, I think M

Re: [dev] [license] gpl issues

2023-06-20 Thread Страхиња Радић
On 23/06/20 08:41, Miles Rout wrote: > It requires the notice is included (so people know that that code is > available elsewhere under that licence), not that the notice is included _as > your licence for the overall work_. As someone else said, "words do matter". Copyright notice is not "just

Re: [dev] [license] gpl issues

2023-06-18 Thread Страхиња Радић
On 23/06/18 04:58PM, Miles Rout wrote: > As far as I understand, if you create a work (A) that is a fork of another > work (B), where B is MIT-licensed, nothing stops you from licensing A as GPL. > I > wouldn't call it "relicensing": you're licensing your own work, A, which > happens to be

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

2023-05-31 Thread Страхиња Радић
On 23/05/29 11:37PM, Spenser Truex wrote: > systemd Just don't use it, it sucks. Use anything else for PID 1 and process supervision. https://suckless.org/sucks/systemd/ signature.asc Description: PGP signature

Re: [dev] running a shortlink provider

2023-05-26 Thread Страхиња Радић
On 23/05/25 07:19PM, Spenser Truex wrote: > I don't support this database heavy database stuff. A key-value pair > dataset would be enough. It's basically a perl one-liner. See (just a quick example): https://stackoverflow.com/a/43050919/184064 This is still not an ideal solution, but it

Re: [dev] running a shortlink provider

2023-05-25 Thread Страхиња Радић
On 23/05/25 10:29AM, Anthony wrote: > What do you mean by, "because of concurrency"? At any given moment, several HTTP clients can request posting data at the same time. They can hang indefinitely in the middle of sending data. If the process involves writing to a file, this can lead to data

Re: [dev] running a shortlink provider

2023-05-24 Thread Страхиња Радић
On 23/05/25 07:02AM, Marcel Plch wrote: > 2) Pick favorite Web stack [...] > I personally would go for Python/Django, I'm not sure how suckless that's > considered (probably not at all) [...] > Web is in a sad state so You answered your own question. Web is bloat, in particular HTML itself as

Re: [dev] organizing programs

2023-05-13 Thread Страхиња Радић
On 23/05/12 02:11PM, LM wrote: > I'd be curious to know what tools other people use on the list to > handle organizational jobs such as time and task scheduling, todo > lists, habit tracking, displaying/printing calendars, etc. Any > recommendations? If you use more than one application, which

Re: [dev] Simpler WiFi alternatives

2023-05-12 Thread Страхиња Радић
On 23/05/11 04:03PM, fo...@dnmx.org wrote: This list needs moderation ASAP, otherwise it risks turning into another Reddit (which, for those who might not know, is a veritable cesspool). signature.asc Description: PGP signature

Re: [dev] [license] gpl issues

2023-05-07 Thread Страхиња Радић
On 23/05/06 09:55PM, Laslo Hunhold wrote: > [0]:https://unixsheikh.com/articles/the-problems-with-the-gpl.html Dear Laslo, Thank you for reminding me of Unixsheikh's article on his view of GPL and other licenses. I read it a while ago, but the arguments presented in it leave me unconvinced. I

Re: [dev] [license] gpl issues

2023-05-06 Thread Страхиња Радић
On 23/05/05 08:07AM, Laslo Hunhold wrote: > I try to take a balanced stance in the GPL vs. MIT discussion, given it > usually derails into tribalist diatribes on both sides. Essays have been written and are available online explaining everything about GPL and related licenses, so there's no need

Re: [dev] Using ii to connect to libera

2023-04-20 Thread Страхиња Радић
On 23/04/20 06:00, Sagar Acharya wrote: > I expected it to be interactive out of the box. A chat client, I cannot > imagine anything except interactive abilities. Consider this a learning opportunity then: it is better to read documentation and/or a website[1] of some program, than create

Re: [dev] [dwm] with SIGCHLD commit, dwm cannot launch dmenu_extended.

2023-04-08 Thread Страхиња Радић
On 23/04/08 07:24PM, p...@mailbox.org wrote: > static const char *dmenu_extend[] = { "dmenu_extended_run", NULL }; How about: > > (Try changing your > > dmenu_extended keybind to something else and see if that works or not). 1. What happens if you use: static const char

Re: [dev] [DEV][Quark] Big problem

2023-02-25 Thread Страхиња Радић
On 23/02/25 12:59PM, fo...@dnmx.org wrote: > Tried -s 128 -t 8, doesn't seem to do jack shit.. > Got less than 10 connection logs from Quark and then another dropped one.. > Is there any other reason Quark would print-out 'dropped', other than > connection pool at max? > > I restarted the jail,

Re: [dev] [st] Font problem

2023-02-10 Thread Страхиња Радић
On 23/02/10 03:19PM, Vincent Lefevre wrote: > Actually that's more Cairo vs Xft. Pango may use either: Right. In any case, the most likely place the OP should check is fontconfig configuration and fc-* programs for debugging (fc-match, fc-list and so on). signature.asc Description: PGP

Re: [dev] st: no need for scrollback patch or program by using -o option

2023-01-16 Thread Страхиња Радић
On 23/01/16 12:33, Страхиња Радић wrote: > Most of what's to be said in "defense" of st and other suckless software is > already out there on suckless.org, including the sorry state of XTerm being > the > driving idea behind writing st, which the OP turned upside-down, so

Re: [dev] st: no need for scrollback patch or program by using -o option

2023-01-16 Thread Страхиња Радић
On 23/01/14 09:25, Markus Wichmann wrote: > On Fri, Jan 13, 2023 at 07:53:41PM -0600, Dave Blanchard wrote: > > I experimented with st for a week or so, before finally realizing that > > it's poorly-written trash. It has no advantages over XTerm at all. > > > > So where's the patch? > > Given

Re: [dev] Commandline Email Advice Request

2022-11-27 Thread Страхиња Радић
On 22/11/25 09:43, Teodoro Santoni wrote: > Gmail doesn't allow to use SMTP in a classic way (normal auth > with/without encryption). You may need to ask your sysadmins for > XOAUTH2 keys and try to pass that git send-email through an SMTP thing > like msmtp. > A faster solution would be to make

[dev] Broken link in /faq/

2022-08-31 Thread Страхиња Радић
The first link in https://suckless.org/faq/ http://freecode.com/articles/stop-the-autoconf-insanity-why-we-need-a-new-build-system seems to be broken. Just wanted to ask if it is ok for me to replace it with

Re: [dev] tar filename handling

2022-08-01 Thread Страхиња Радић
On 22/08/01 09:30, Quentin Rameau wrote: > Andrew has posted a patch (on hackers@ on may first) for this > that nobody had time to review yet. :/ > I suggest you try it, that should fix your issue. Ah, I'm not subscribed on that list (yet?). Anyway, I tested my patch on my use case and it

[dev] tar -n (equivalent of --no-recursion)

2022-08-01 Thread Страхиња Радић
0=B0=20=D0=A0?= =?UTF-8?q?=D0=B0=D0=B4=D0=B8=D1=9B?= Date: Mon, 1 Aug 2022 09:21:08 +0200 Subject: [PATCH] Add -n (equivalent of --no-recursion) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Страхиња Радић --- tar.1 | 5 +

Re: [dev] tar filename handling

2022-08-01 Thread Страхиња Радић
=A1=D1=82=D1=80=D0=B0=D1=85=D0=B8=D1=9A=D0=B0=20=D0=A0?= =?UTF-8?q?=D0=B0=D0=B4=D0=B8=D1=9B?= Date: Mon, 1 Aug 2022 09:12:03 +0200 Subject: [PATCH] Split path into prefix + name on -c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Страхиња

[dev] tar filename handling

2022-07-31 Thread Страхиња Радић
I was using suckless tar to create an archive of a Python package, and hit a limit. When checking out the code, I noticed that the name of the file is 100 characters long, however there is also the prefix field which is 155 characters long, and the actual path should be combined from prefix (if

Re: [dev] Replace ranlib(1) calls?

2022-07-24 Thread Страхиња Радић
On 22/07/23 11:06, Tom Schwindl wrote: > Again, you'd have to rely on a tool which isn't defined. > If a system says it's POSIX compliant, we can assume that the `-s' option > exists, but there is no standard which tells us whether ranlib(1) is available > or not. Standards are not the Holy

Re: [dev] suckless indentation with vim

2022-07-02 Thread Страхиња Радић
On 22/07/02 11:07, NRK wrote: > If someone's using vim and follows this style, what plugin and/or > setting do you use? set tabstop=8 set softtabstop=0 set shiftwidth=0 set noexpandtab Not being lazy to type text, and indenting each line manually. Side note: vim

Re: [dev] [dwm] Xorg crashed if I ran Pale Moon in dwm

2022-06-22 Thread Страхиња Радић
On 22/06/22 01:04, p...@mailbox.org wrote: > > the discussion https://forum.palemoon.org/viewtopic.php?f=3=28505 [ 140.237] Failed to compile FS: 0:1(10): error: GLSL 1.30 is not supported. Supported versions are: 1.10, 1.20, and 1.00 ES ^ This is most probably caused by

Re: [dev][surf] Compatibility: "empty" wep pages

2022-04-29 Thread Страхиња Радић
On 22/04/29 09:48, Robert Winkler wrote: > Hi, surf is up to now the best browser I found for weak machines such as the > Raspberry Pi 0W, with respect to compatibility and customisability (link > hints, full keyboard control). > > The support of Javascript pages is fair. > > However, some Web

Re: [dev] [st] UTF-8 not working

2022-04-28 Thread Страхиња Радић
On 22/04/28 01:44, Robert Winkler wrote: > > usually, I am using the fish https://www.youtube.com/watch?v=8AQobpqySAU signature.asc Description: PGP signature

Re: [dev] [st] UTF-8 not working

2022-04-28 Thread Страхиња Радић
On 22/04/28 06:48, Страхиња Радић wrote: > May I ask what shell are you using inside st? The only problem I noticed so > far > with my script, which uses xdotool(1) to type characters, is when I am using > it > while st is specifically executing mksh as a shell. With bas

Re: [dev] [st] UTF-8 not working

2022-04-28 Thread Страхиња Радић
On 22/04/15 07:08, Robert Winkler wrote: > Hi, according to the st Status, UTF-8 should be working. Much needed for > multilingual typing with ú, ü, ß, µ, ¿ etc. > However, I only get 00e9 if I type é; anything, I need to specify in > config.h? > Best, Robert Liks I said, I only use: -

Re: [dev] Regarding dwm and st logo being removed

2022-04-28 Thread Страхиња Радић
On 22/04/28 12:19, Laslo Hunhold wrote: > What do the others think? I also like them, I think they contribute to overall visual identity of suckless programs and suckless.org and should be reincorporated into the website. signature.asc Description: PGP signature

Re: [dev] Regarding dwm and st logo being removed

2022-04-28 Thread Страхиња Радић
On 22/04/28 09:29, Hiltjo Posthuma wrote: > Recently dark mode CSS support was added to the site. > > It was reported on IRC the logo's were not visible with them. This can be remedied with CSS which applies white background to logos (perhaps with some padding: to also give a bit of a border).

Re: [dev][st] Solution: UTF-8 needs IBus!

2022-04-28 Thread Страхиња Радић
On 22/04/26 03:59, Robert Winkler wrote: > To make a long story short: The input of UTF-8 characters with st needs > an IBus daemon No, it doesn't. signature.asc Description: PGP signature

Re: [dev][st][dwm] st UTF-8 works on Gnome, but not on DWM

2022-04-26 Thread Страхиња Радић
On 22/04/26 05:39, Hadrien Lacour wrote: > > Compare the output of env in the two situations. Something I noticed in one of > your mails: you have en_US.UTF-8 in your locale output while here, on Gentoo, > I > have en_US.utf8. https://wiki.gentoo.org/wiki/Localization/Guide > The command above

Re: [dev][st][dwm] st UTF-8 works on Gnome, but not on DWM

2022-04-26 Thread Страхиња Радић
On 22/04/26 08:20, Robert Winkler wrote: > Anyone has an idea, what could be the difference between Gnome and DWM > with respect to the font encoding? I'm using dwm in X.Org using no display manager (autostart X at login [1]) in Artix Linux and everything works correctly. Setting environment

Re: [dev] [st] UTF-8 not working

2022-04-24 Thread Страхиња Радић
On 22/04/24 02:53, Robert Winkler wrote: > Hi, thanks for all the hints I got from the [st] [dev]! > Anyway, I still cannot sort it out; hopefully the following information > helps that someone can spot the problem: > As I mentioned, the UTF-8 symbols work in other terminals such as > lxterminal.

Re: [dev] [st] UTF-8 not working

2022-04-20 Thread Страхиња Радић
On 22/04/19 07:09, Robert Winkler wrote: > > Sorry, but I don't get it fixed. I rebuilt the locals with dpkg-reconfigure > locales, with the US UTF-8 as default. > > On lxterminal, the characters é, ö etc. work. In st they don't. With export LC_ALL=en_US.UTF-8 properly configured fonts in

Re: [dev] Some direction with my project

2022-04-15 Thread Страхиња Радић
On 22/04/15 02:20, Wolf wrote:> > Configure script provides lot more then detection though. I have yet to > see a hand written make providing support for --program-prefix or > --program-transform-name for example. For packaging software, these > additional features are useful from time to time.

Re: [dev] [dwm] hardcoded dmenucmd && dmenumon

2022-02-17 Thread Страхиња Радић
On 22/02/17 01:08, NRK wrote: > Assuming there isn't, one alternative could be just using env vars. Why would an environment variable be preferable here to a command line parameter? Environment variables are clunky, messy, insecure, prone to errors, race conditions and the whims of a particular

Re: [dev] Is there a text editor following the UNIX philosophy?

2022-02-12 Thread Страхиња Радић
On 22/02/11 11:47, Daniel Littlewood wrote: > It seems to me like the obvious alternative workflow would be, rather > than to have a single monolithic program for the general job of > "editing text" (which is really lots of jobs pretending to be one), > one might have a program for syntax

Re: [dev] requirements of build systems

2022-02-05 Thread Страхиња Радић
On 22/02/05 03:23, Petros Pateros wrote: > On Mon, Jan 31, 2022 at 06:38:01PM +0100, Страхиња Радић wrote: > > apenwarr/redo is the implementation of djb redo I settled on for my > > programs. It > > has the most features among the current implementations.

Re: [dev] requirements of build systems

2022-01-31 Thread Страхиња Радић
On 22/01/31 12:10, Petros Pateros wrote: > What would you expect from a build system? Should it trust mtime? > Is it responsible for verifing the file's contents for actual changes? > More generally, what are the key features that make a build system useful? apenwarr/redo is the implementation of

Re: [dev] [surf] segmentation fault

2022-01-13 Thread Страхиња Радић
On 22/01/13 11:52, m...@datameer.com wrote: > Regarding the note on the website `Compile your own webkit or expect > hell`... > Is it better or more stable to compile webkit as well? Why don't you just try it and find out? If you are asking me about my personal experience, I always compile surf

Re: [dev] [surf] segmentation fault

2022-01-12 Thread Страхиња Радић
On 22/01/12 04:02, m...@datameer.com wrote: > Does that mean I have to compile surf incl all dependencies with > https://github.com/void-linux/void-packages? Compiling from source is the intended way to use suckless software. Suckless software is configured by editing config.h, rather than by

Re: [dev] [surf] XDG conformity

2021-12-19 Thread Страхиња Радић
On 21/12/16 09:39, Janek F wrote: > After trying surf recently, I was appalled to see a ".surf" directory in my > home. > Is XDG basedir compliance not natural in suckless software? Suckless software follows the principles that predate X Desktop Group and its specifications, as well as its own

Re: [dev] [st] wide characters getting cropped

2021-11-11 Thread Страхиња Радић
On 21/11/10 08:55, NRK wrote: > I wouldn't say it's "critical need". And if we judge from that pov then > one could ask, "What's the critical need for a dynamic window manger or > minimal softwares in general?". Terminal emulator's job is to allow terminal input/output. Latency is simply not

Re: [dev] [st] wide characters getting cropped

2021-11-09 Thread Страхиња Радић
On 21/11/09 02:00, Laslo Hunhold wrote: > I'm always wondering: What do you suggest to improve the > latency-situation? Can we even be "better" than the screen's framerate? I'm wondering what's the use case for such critical need for low latency? Playing DOOM (2016) in a terminal with aalib?

Re: [dev] [st] wide characters getting cropped

2021-10-29 Thread Страхиња Радић
On 21/10/29 12:18, Dmytro Kolomoiets wrote: > Страхиња Радић, do you have a cleaned up version of the patch > which applies to latest st tree without rejecting hunks? No, but it shouldn't be too hard to make given the PR. I have applied it to my fork of st (https://git.sr.ht/~strahi

Re: [dev] [st] wide characters getting cropped

2021-10-26 Thread Страхиња Радић
n 21/10/26 07:51, Ian Liu Rodrigues wrote: > echo -e '\e[31m \e[0m c' > echo -e '\e[31m  \e[0mc' > > > Here is a screenshot of the script's output: https://qu.ax/3SBs.png For me, this patch fixed the glyph truncation: https://github.com/LukeSmithxyz/st/pull/224 Perhaps someone could

Re: [dev] Whether a css selector applies to given html surf code

2021-10-26 Thread Страхиња Радић
On 21/10/26 08:32, Sagar Acharya wrote: > People like what they feel. Majority of people out there aren't coders. > Majority of coders just code to earn and would gladly just accept what their > company pushes to them. These people just like convenience. As much as we'd > like them to accept a bit

Re: [dev] Whether a css selector applies to given html surf code

2021-10-26 Thread Страхиња Радић
On 21/10/26 05:22, Nick wrote: > Quoth Страхиња Радић: > > This is what a web page should be: > > > > http://motherfuckingwebsite.com/ > > When I load that in tor browser with js disabled (my default setup > these days), I get a 20741 byte page with the title &quo

Re: [dev] Whether a css selector applies to given html surf code

2021-10-26 Thread Страхиња Радић
On 21/10/26 04:48, Sagar Acharya wrote: > That's a bit more primitive. It can go a bit more vibrant wrt fonts, colors, > break points for mobile, tablet which would still be minimal in my view. I'm > approaching such simplicity from the other complex end which most people > prefer, unfortunately.

Re: [dev] Whether a css selector applies to given html surf code

2021-10-26 Thread Страхиња Радић
This is what a web page should be: http://motherfuckingwebsite.com/ This is less minimal, more readable, but still not plagued by "frameworks" and "web coding" (uggh!). This is as far as web should go, ideally: http://bettermotherfuckingwebsite.com/ There is nothing to gain from "minifying"

Re: [dev] tcvt: very useful for seeing more at once

2021-10-15 Thread Страхиња Радић
On 21/10/15 07:03, Martin Tournoij wrote: > Note that mandoc has a default of 78 if not set; GNU man (and maybe some > others?) do indeed take up the full width by default, but mandoc won't take up > more than 78. I've mostly used GNU man, and from my briefly trying other versions of man I didn't

Re: [dev] tcvt: very useful for seeing more at once

2021-10-14 Thread Страхиња Радић
On 21/10/14 12:28, Greg Reagle wrote: > Useful, but a lot of wasted screen space on my monitor: > man dwm If MANWIDTH is unset (default), man page will take all of the available width of the terminal, unless: - COLUMNS is also somehow unset (it is set by most sane shells by default), or -

Re: [dev] st crash(child exited with status 1)

2021-09-28 Thread Страхиња Радић
On 21/09/28 01:24, Sergei wrote: > 1. screen -dmS rtorrent_daemon rtorrent -n -o import=~/.rtorrent/rtorrent.rc [...] > 2. sudo -u user bash -c "st  -e screen -r rtorrent_daemon" or "st -e screen > -r rtorrent_daemon st -e screen -r rtorrent_daemon Running this command, there are

Re: [dev] Wayland compositors

2021-09-17 Thread Страхиња Радић
On 21/09/16, 20:36, Kyryl Melekhin wrote: >And remember, always follow unix philosophy - go for what works first, optimize >it later. This should read "programs should do one thing and do it well" (DOTADIW)[1], with the added "and work together". Exactly what Wayland's monolithic, opinionated

Re: [dev] Wayland compositors

2021-09-08 Thread Страхиња Радић
On 21/09/08 01:36, Nick wrote: > The fact that the Jitsi devs closed > the bug as "not much we can do on our side" doesn't mean "wayland > broke it and we can't fix it". It's exactly the same thing. > the screen recording / sharing stuff - it works differently on > Wayland (for not-bad

Re: [dev] Wayland compositors

2021-09-08 Thread Страхиња Радић
By the way, here's another article not on Github (but linked from that page): https://tildearrow.org/?p=post=2=2021=antihs signature.asc Description: PGP signature

Re: [dev] Wayland compositors

2021-09-08 Thread Страхиња Радић
On 21/09/08 12:28, Nick wrote: > honest I found the arguments made there to be largely unconvincing, Any argument in particular and why? > * I'm thinking in particular of the repeated "emojis broke my st" > mails, caused by a bug in Xft that noone upstream seems to care much > about

Re: [dev] Wayland compositors

2021-08-31 Thread Страхиња Радић
On 21/08/31 02:28, Nick wrote: > Hi all, > > I'm thinking it would be fun to play around with Wayland, so was > looking at different compositors (which do window management plus > other stuff). Has anyone else on the list taken Wayland for a spin > and had any experience with them? > > From a

  1   2   >