On Sat, Dec 14, 2024 at 09:59:37AM +0100, Страхиња Радић wrote:
> Дана 24/12/13 06:12PM, Marc Chantreux написа:
> > I have a question here: who uses sbase and why?
>
> sbase is used by anyone interested, who values simplicity in software
> (the main ideal of suckless software).
>
> For example,
On Fri, Dec 13, 2024 at 06:12:00PM +0100, Marc Chantreux wrote:
> Hello,
>
> I have a question here: who uses sbase and why?
>
> aside:
>
> On Fri, Dec 13, 2024 at 05:25:54PM +0100, Hiltjo Posthuma wrote:
> > It would be very useful to add the -0 (NUL separators)
Hi,
I have a suggestion for sbase xargs.
It would be very useful to add the -0 (NUL separators) and -P (parallel jobs)
options.
Strictly speaking these options non-POSIX, but very useful.
Almost all implementations support them.
Maybe a nice project for new contributors who want to do some chri
On Fri, Nov 08, 2024 at 06:46:42PM +0100, Storkman wrote:
> On Thu, Nov 07, 2024 at 11:18:03AM +, stefan1 wrote:
> > On 2024-11-05 10:37, stefan1 wrote:
> > >
> > > Looks like git st works.
> >
> > Looked into it a bit more, and it turns out that the reason it failed
> > like that
>
On Sun, Nov 03, 2024 at 11:57:18PM +, stefan1 wrote:
> Hi dev@ list readers.
>
> I just ported tinyx to libXfont2.
> Maybe some of the readers here are interested in this,
> as tinyx is made in the suckless spirit of minimalism.
>
> https://github.com/tinycorelinux/tinyx/pull/8
>
> For t
On Fri, Oct 25, 2024 at 08:11:28AM +, Raymond Cole wrote:
> Hello developers,
>
> I made a new window manager and an accompanying status program:
>
> https://wolog.xyz/repos/swm
> https://wolog.xyz/repos/infobar
>
> May someone check them out and share opinions?
>
> I am an undergraduate ma
On Thu, Sep 12, 2024 at 05:44:22AM +0200, Steffen Nurpmeso wrote:
> Ok, sorry, but one final (hopefully) question.
>
> dmenu_run does "xy | /bin/sh &".
> Like this the thing then is owned by PID 1.
> I use (instead of dmenu_run)
>
> : ${LINES:=30}
> cmd=$(<< '_EOT' dmenu -l $((LINES - LINES/1
On Sun, Aug 25, 2024 at 07:28:09PM +0200, kjell.samuels...@qualitell.se wrote:
> I installed sent/ on a 25 year old IBM ThinkPad 600X. It worked fine except
> it would not display images. Instead it returned an error message "display
> depths <24 not supported". After lengthy investigations support
On Fri, Aug 02, 2024 at 11:40:02AM +0300, luons...@autistici.org wrote:
>
> In-Reply-To:
> User-Agent: mblaze/1.1
> MIME-Version: 1.0
> Content-Type: text/plain; charset=UTF-8
> Content-Transfer-Encoding: quoted-printable
>
> Hello,
>
> Yes, of course: yash 2.52, st 0.9
>
> Not sure about appl
On Thu, Aug 01, 2024 at 11:04:16PM +0300, luons...@autistici.org wrote:
> Hello,
>
> I don't know if this is a yash bug or a st bug/feature, but:
>
> When running yash in st, Home key does not work properly. In other
> terminal/shell combinations, the key moves the cursor to the beginning of the
On Tue, Jul 23, 2024 at 07:57:06AM +0200, Markus Wichmann wrote:
> Am Mon, Jul 22, 2024 at 03:44:36PM + schrieb stefan1:
> > I mentioned -flto above, because without lto, gcc doesn't see that doing
> > init_func(&var);
> > initializes the var variable in some cases.
>
> That's a bug. Maybe
Hi NRK,
On Thu, Jul 04, 2024 at 03:04:42AM +, NRK wrote:
> Hello all,
>
> A couple days ago I was looking into how dmenu deals with invalid utf8
> sequences and noticed a couple odd things. Here's the testcase for those
> who want to follow along:
>
> $ printf "0\xef1234567\ntest" | dm
On Sat, May 04, 2024 at 12:40:21PM +0200, Страхиња Радић wrote:
> 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-us
On Sat, Mar 09, 2024 at 09:34:12AM -0500, Greg Reagle wrote:
> I have an epub ebook. It is a novel, but when I get this process working, I
> want to repeat it for any epub ebook.
>
> I want to read it, with formatting (such as underline or italics), with less.
> I am happy to use any software
On Sat, Feb 17, 2024 at 09:45:44PM -0500, Tim Culverhouse wrote:
> Hello - I am the author of a TUI library and received a bug report regarding
> cursor placement on exiting an application.
>
> I was able to narrow down a simple reproducer to how st a XTSMGRAPHICS query:
>
> echo -e "\x1b[?2;1;
On Sun, Feb 04, 2024 at 08:38:46AM +0300, Robin Haberkorn wrote:
> Hello!
>
> I picked up the patch from Jochen Sprickerhof
> that was posted on hack...@suckless.org a few years ago, allowing you to
> embed applications into st via Xembed. So this is the _host_ side of
> Xembed, very similar to w
On Mon, Jan 15, 2024 at 06:22:21AM +0100, Страхиња Радић wrote:
> 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 suckle
On Sun, Jan 07, 2024 at 01:20:21PM +0100, fom...@0w.se wrote:
> Hello,
>
> Thanks for the software.
>
> For your information, with the latest and also with earlier sbase:
>
> Expected:
>
> $ expr 3 : '.*'
> 5
> $ expr 3 : '\(.*\)'
> 3
>
> $ expr 3x : '\(.*\)'
> 3x
>
> Obse
On Fri, Nov 10, 2023 at 10:37:31AM -0800, Eric Pruitt wrote:
> Since at least commit fce76429b8f8ed48116557df3a478bc435145d94, the
> flags in surf's usage don't match what's actually supported.
>
> Eric
>
This is the -p and -P option.
It should probably also be removed from the man page :)
--
On Sat, Oct 14, 2023 at 01:17:04PM +0200, Sagar Acharya wrote:
> Dear devs,
>
> Currently, all phones use WiFi, GSM, Bluetooth networks in practically all
> applications. For WiFi and Bluetooth replacements, do you have any alternate
> network in mind which caters to only local public and privat
On Thu, Aug 10, 2023 at 09:21:15AM +0200, Sagar Acharya wrote:
> Are there any nice cgi based forums out there?
>
> Which provide register, login and posting?
>
> It would be best if they're coded in C or Lua.
>
>
> Thanking you
> Sagar Acharya
> https://humaaraartha.in
>
Yes, but you could d
On Wed, Jul 12, 2023 at 02:59:04PM -0400, fo...@dnmx.org wrote:
> 1s of all I'd like to say I'm sorry because of the e-mail formatting that
> seems
> to happen.. someone did tell me clients don't like that, but I do not
> unfortunately have health to figure this out, I will remember this,
> though,
On Tue, Jul 04, 2023 at 01:16:34PM -0500, Dave Blanchard wrote:
> I take a practical approach. I use simple programs when they do the job well,
> and more complex programs when they get the job done better. Sometimes a
> simple program can be useful for certain jobs, such as ones involving shell
On Tue, Jul 04, 2023 at 07:06:12PM +0300, Nikita Krasnov wrote:
> Just bear with me on this one, this is not a bait or a troll, I promise. I
> genuinely fell very confused.
>
> What would be the point of using minimalist software if bloated and
> excessively complex programs completely satisfy all
On Tue, Jul 04, 2023 at 07:51:59PM +0600, NRK wrote:
> Hi all,
>
> I'd like to share some small X11 utilities that I've developed and have
> been using in my daily setup. The utilities are all fairly small in
> size and requires only typical X libraries.
>
> sxcs
>
>
> This is a simple colo
On Sat, Jul 01, 2023 at 06:15:17PM +0300, Nikita Krasnov wrote:
> Is this message – an equivalent of a new forum topic or thread? Does anyone
> even see this? Sorry, first time having conversations this way. Also, is
> hard-wrapping lines at 80 characters a requirement? I see many people
> doing t
On Sun, Jun 25, 2023 at 11:32:56AM +0200, Ivan Morén wrote:
> I made this patch (see the attached animated gif) forever ago, and
> have been using it ever since. Does anyone have interest in this as a
> patch? I would be happy to share it, but would probably want to (maybe
> with help?) clean up th
On Thu, Jun 22, 2023 at 12:08:42PM +0200, Sagar Acharya wrote:
> Which are the filesystems which suckless recommends?
>
> In my view, simple ones are FAT32, ext2.
>
> I think journaling is required which I see as within disk backup. A robust
> and easy fsck like program which corrects errors eas
On Thu, Jun 22, 2023 at 05:46:09PM +0100, Frank Busse wrote:
> Hi,
>
>
> I ran KLEE on revision #530407 and it found a segfault in cron. It can
> be reproduced via:
>
> $ printf '1*' > A
> $ sbase-530407/bin/cron "-nfA"
>
> Seems free() points into rubbish:
>
> AddressSanitizer:DEADLYSIGNAL
>
On Sun, Jun 18, 2023 at 04:58:07PM +1200, Miles Rout wrote:
>
>
> On 6 May 2023 8:56:23 pm NZST, "Страхиња Радић" wrote:
> > But that is pointless to
> >bring up here, because the reality is that the programmers who made suckless
> >software mostly picked Expat License (and are calling it "the
On Sat, May 13, 2023 at 11:26:15PM +0200, Viktor Grigorov wrote:
> Pen and paper work best for me when it comes to tasks.
I like it, when you attach it to a balloon you can even sync it to the clouds!
>
> May 13, 2023, 23:01 by s.je...@gmail.com:
>
> > Heyhey!
> >
> > Страхиња Радић wrote:
>
On Sat, May 13, 2023 at 12:05:24AM -0700, Jeremy wrote:
> On 05/13/23 10:55AM, NRK wrote:
> > On Fri, May 12, 2023 at 10:10:31PM +0200, Yan Doroshenko wrote:
> > > Hello everyone,
> > >
> > > I'd like to take a moment and thank everyone for an extremely polite,
> > > respectful and to the point di
On Fri, May 12, 2023 at 11:39:43AM -0700, Jeremy wrote:
> On 05/12/23 08:27AM, Lee Phillips wrote:
> > Since the administrators of this list are unable or unwilling to block
> > access to this loser, I'm unsubscribing. I don't need this kind of garbage
> > in my inbox. I have plenty of other kind
On Sat, Apr 08, 2023 at 11:02:56PM +0200, Storkman wrote:
> On Sat, Apr 08, 2023 at 04:28:15PM +0200, p...@mailbox.org wrote:
> > Hello everyone,
> >
> > I bind keyboard shortcut to launch dmenu_extended[1] in dwm, what works
> > flawlessly before the `Use sigaction(SA_NOCLDWAIT) for SIGCHLD
> > h
On Sat, Apr 08, 2023 at 07:24:07PM +0200, p...@mailbox.org wrote:
> - patch is disabled
> - `dwm 2> ~/dwm.log` shows nothing
>
> define command as
>
> static const char *dmenu_extend[] = { "dmenu_extended_run", NULL };
>
> bind the command to a keyboard shortcut
>
> static Key keys[] =
On Sat, Feb 25, 2023 at 09:50:42AM -0500, fo...@dnmx.org wrote:
> Hello.
> Before I start, I want to clarify 2 things:
> 1. I'm not 100% sure if it's a Quark problem, but there are like 2/4th
> chance that it is.
> 2. I'm hosting my site over the Tor network
>
> Problem I have: software runs, can
On Thu, Feb 16, 2023 at 06:07:02PM +1300, beastie wrote:
> Hello I am experiencing an error when trying to compile the latest
> version of dwm from https://git.suckless.org/dwm,
>
> Here is the commit that I think is causing the issue:
> https://git.suckless.org/dwm/commit/712d6639ff8e863560328131
On Wed, Feb 08, 2023 at 09:23:45PM +, Al wrote:
> This isn't in response to any single email in the thread, just putting my two
> cents in :)
>
> It isn't quite accurate to say that year of creation/publication is never
> relevant. The year is relevant whenever copyright assignment is done.
On Thu, Feb 02, 2023 at 10:33:55PM +, danin-sac wrote:
> Hi,
> after looking in the Makefile I saw that the terminfo entries wouldn't get
> deleted if you uninstall the program. Is there a specific reason for that?
>
> Best regards.
>
maybe
--
Kind regards,
Hiltjo
On Sun, Jan 08, 2023 at 07:40:21PM +0900, A Farzat wrote:
> On 23/01/08 11:32am, Hiltjo Posthuma wrote:
> > On Sun, Jan 08, 2023 at 07:19:10PM +0900, A Farzat wrote:
> > > Is there a way to obtain the currently focused monitor in dwm? I want to
> > > use it in my scri
On Sun, Jan 08, 2023 at 07:19:10PM +0900, A Farzat wrote:
> Is there a way to obtain the currently focused monitor in dwm? I want to
> use it in my script to control which monitor gets its brightness
> modified.
>
> Regards,
> Farzat
selmon
--
Kind regards,
Hiltjo
On Sat, Oct 29, 2022 at 11:38:10AM -0500, fernandoreyesavila3 wrote:
> Hello all,
>
> I am hosting an ergo irc server with self signed certificates.
> Connecting to any public irc server works as expected. ii prints the
> following when I try to connect to my server.
>
> $ ii -s servername.com -p
On Fri, Oct 28, 2022 at 11:07:44AM +0200, Yan Doroshenko wrote:
> Helo,
>
>
> I have a strange behavior of dmenu inside dwm with two monitors. dmenu is
> displayed on the screen with the mouse cursor (instead of the active one) if
> there are no windows open on any screen. Otherwise it works fine
On Thu, Oct 27, 2022 at 01:19:28PM -0700, Anskrevy wrote:
> Any program using libsl, or calling FcIni (directly or indirectly), that
> does not call FcFini results in a small memory leak. dwm and dmenu are
> effected by this. Appending a call to FcFini in the cleanup function will
> fix this.
>
W
On Wed, Oct 19, 2022 at 07:41:19AM +0200, Laslo Hunhold wrote:
> On Wed, 19 Oct 2022 00:49:57 +
> Rodrigo Martins wrote:
>
> Dear Rodrigo,
>
> > toxic is a curses command line interface for the tox protocol. With
> > it you can do group audio calls and one on one video calls. toxic
> > doesn
On Fri, Oct 14, 2022 at 01:56:52PM -0500, fernandoreyesavila3 wrote:
> Hello,
>
> I recently got my friends and I on irc through irssi. I am looking for a
> way to do screen sharing and voice chat. I looked at the suckless page
> and it doesn't include recomendations for voice chat besides xmpp wh
Hi all,
I would like to share the 1.0 release of my project json2tsv.
json2tsv is a tool to convert JSON to TSV.
json2tsv reads JSON data from stdin. It outputs each JSON type to a TAB-
Separated Value format per line by default. A different field and record
separator can be set (than a TAB and
On Wed, Aug 31, 2022 at 08:41:51PM +0200, Страхиња Радић wrote:
> 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
>
> https
On Tue, Aug 30, 2022 at 09:11:03PM +0600, NRK wrote:
> On Tue, Aug 30, 2022 at 04:50:14PM +0200, Hiltjo Posthuma wrote:
> > Then write a patch to improve it instead of whining about it.
>
> The topic was font fallback; I adviced not to replicate drw, explained
> my reasoning why
On Tue, Aug 30, 2022 at 08:08:21PM +0600, NRK wrote:
> On Tue, Aug 30, 2022 at 11:42:33AM +0900, Pontus Stenetorp wrote:
> > My intuition is that it is related to font loading and fall backs, so
> > I am tempted to take a stab at it by comparing the font
> > loading/handling between tabbed, dwm, st
On Wed, Aug 17, 2022 at 03:31:33PM -0300, Spenser Truex wrote:
> On 22/08/16 10:04AM, Quentin Rameau wrote:
> > Hi Spenser,
> >
> > > 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 u
On Sat, Jun 25, 2022 at 01:50:17AM +, Augusto Castelo wrote:
> Hi,
>
> lsw crashes with a segfault when you pass a window id of a window with no
> children.
>
> I spotted the problem, at line 39 of lsw.c; XQueryTree isn't failing but is
> setting `n` (children count (unsigned int)) to 0, la
On Sat, Jun 18, 2022 at 09:03:27AM -0400, Greg Reagle wrote:
> OMG I wish I had known this YEARS ago. I can redirect the standard error of
> a program to a different terminal! I am using X11 and dwm and st on Debian.
> For example:
>
> ls --foobar 2> /dev/pts/0
>
> I am excited by the possib
Hi Ryan,
On Sun, May 29, 2022 at 03:04:00AM -0400, Ryan Raymond wrote:
> Hello all. I'm working on a suckless cmatrix clone.
> It's not done yet, and it still suffers from constant memory leakage, but
> I'm having fun working on it.
> It already shows 50% reduced cpu/ram usage vs cmatrix, despite
On Tue, May 24, 2022 at 10:06:21PM -0400, Christopher Brown wrote:
> I am using the latest git version, so I reverted the commit. However,
> I am still experiencing the issue after doing that.
>
> Christopher
>
> On Sat, May 7, 2022 at 12:15 PM Hiltjo Posthuma
> wrote:
&
On Fri, May 06, 2022 at 10:27:32PM -0400, Christopher Brown wrote:
> Hello,
>
> I have been intermittently encountering an issue where dwm messes up
> my monitor resolutions when powering on my two monitors. Frequently,
> both screens will be combined on one monitor while the other monitor
> does
On Sun, May 01, 2022 at 12:56:50PM +0200, Yan Doroshenko wrote:
> Hello,
>
>
> I'm using DWM on two monitors with cool_autostart patch and in the autostart
> array I'm running xrandr to set the monitor layout.
>
> Quite often a situation happens when the second monitor is enabled (arandr
> displ
On Thu, Apr 28, 2022 at 12:19:07PM +0200, Laslo Hunhold wrote:
> On Thu, 28 Apr 2022 08:34:36 +0600
> NRK wrote:
>
> Dear NRK,
>
> > Recently noticed that the dwm and st logo was removed from their
> > homepages[0][1].
> >
> > I was wondering if there's any specific reason for that, or if there
On Tue, Apr 26, 2022 at 05:38:51PM -0500, Robert Winkler wrote:
> On Tue Apr 26, 2022 at 4:21 PM CDT, Κράκ Άουτ wrote:
> > Στις 26 Απρ 2022 23:59, ο/η Robert Winkler έγραψε:
> > > To make a long story short: The input of UTF-8 characters with st needs
> > > an IBus daemon (standard on Gnome, but no
On Thu, Apr 28, 2022 at 08:34:36AM +0600, NRK wrote:
> Hi,
>
> Recently noticed that the dwm and st logo was removed from their
> homepages[0][1].
>
> I was wondering if there's any specific reason for that, or if there's
> plan for a new logo(s)?
>
> I atleast really liked the current logos, as
On Tue, Apr 26, 2022 at 08:20:34AM -0500, Robert Winkler wrote:
> Getting closer: I tried the compiled st in different window managers
> (thanks for the hint to test the binary in different environments!).
>
> In Plasma, spectrwm, and dwm, UTF-8 of st does not work.
>
> But SURPRISE: in Gnome (
On Mon, Apr 25, 2022 at 05:38:35PM +0100, Chris Down wrote:
> Hiltjo Posthuma writes:
> > Whats the similar issue exactly? Does this issue also happen when bisecting
> > the
> > same commit (so its a also regression)?
>
> For 8806b6e23793 ("manage: propertyno
On Mon, Apr 25, 2022 at 04:00:21PM +0200, Jochen Sprickerhof wrote:
> Hi Chris,
>
> * Chris Down [2022-04-25 14:47]:
> > I'm still unable to reproduce the issue, but I am curious, does this fix
> > things? :-)
> >
> > diff --git a/dwm.c b/dwm.c
> > index 0fc328a..f2a10c0 100644
> > --- a/dwm.c
>
On Sat, Apr 23, 2022 at 12:06:16PM +0200, Olivier Regnier wrote:
>
>
This page describes how to unsubscribe:
https://suckless.org/community/
--
Kind regards,
Hiltjo
On Sat, Apr 23, 2022 at 12:39:28AM +0100, Ethan Marshall wrote:
> Hi all,
>
> I recently noticed that certain dialog windows (such as the Chromium
> system printing dialog and gpg-askpass popups) were being managed as
> tiled windows, rather than floating. This changed recently, so I
> bisected do
On Tue, Apr 19, 2022 at 07:09:57PM -0500, Robert Winkler wrote:
>
>
> On April 15, 2022 2:23:36 PM CDT, Quentin Rameau wrote:
> >Hi Robert,
> >
> >> Hi, according to the st Status, UTF-8 should be working. Much needed for
> >> multilingual typing with ú, ü, ß, µ, ¿ etc.
> >> However, I only get
On Thu, Feb 17, 2022 at 11:12:23AM +0100, Страхиња Радић wrote:
> 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, mes
On Wed, Feb 16, 2022 at 05:52:48PM +0600, NRK wrote:
> Hi,
>
> Currently dmenumon and dmenucmd are hardcoded into spawn(), I noticed
> this after I removed `dmenumon` (as I don't use multimonitor) from
> config.h and saw that the compilation failed.
>
> if (arg->v == dmenucmd)
>
On Fri, Feb 11, 2022 at 03:26:12PM +0100, Sebastiano Tronto wrote:
> Hello,
>
> > I would like to share my project I've been using and tweaking over the
> > years:
> >
> > sfeed is a RSS and Atom parser (and it has some format programs).
> > [...]
>
> Thank you Hiltjo for this nice piece of sof
Hi,
I would like to share my project I've been using and tweaking over the years:
sfeed is a RSS and Atom parser (and it has some format programs).
It converts RSS or Atom feeds from XML to a TAB-separated file. There are
formatting programs included to convert this TAB-separated format to vario
On Fri, Dec 31, 2021 at 11:33:21AM +0100, Laslo Hunhold wrote:
> On Fri, 31 Dec 2021 11:16:18 +0100
> Hiltjo Posthuma wrote:
>
> Dear Hiltjo,
>
> > In my opinion a practical way is to really test it on different
> > systems (bleeding edge Linux, older Debian stable, N
On Fri, Dec 31, 2021 at 01:52:42AM -0800, Arthur Williams wrote:
> I too fell victim to the GNU trap and thought "?=" was standard and
> actually useful.
>
> > and want to "dynamically" override it (e.g. in a build system context)
> > when the environment already specifies PREFIX, you either do
>
On Wed, Oct 27, 2021 at 03:52:09AM +0600, NRK wrote:
> On Tue, Oct 26, 2021 at 07:51:52PM +, Ian Liu Rodrigues wrote:
> > I've noticed that in some situations wide characters are being cropped
> > on my terminal. The following script, which uses a wide character from
> > the "Nerd Font Symbol"[
On Tue, Oct 26, 2021 at 07:35:01AM +0200, Sagar Acharya wrote:
> I assume you mean writing css straight into html file itself. Kamitkami is
> not meant for css that we write. One can use if one uses 1 single style file
> which turns gigantic when used across many html files.
> It's meant for usin
On Sat, Oct 16, 2021 at 10:18:18PM +0800, Xu Lu wrote:
> The related code is in line 1326-1332 in dwm.c (current git HEAD):
>
> if (c->mon->wx + nw >= selmon->wx && c->mon->wx + nw <= selmon->wx +
> selmon->ww
> && c->mon->wy + nh >= selmon->wy && c->mon->wy + nh <= selmon->wy +
> se
On Sat, Sep 18, 2021 at 09:00:09AM -0400, Carl wrote:
> Hello,
>
> May I please join?
>
> Thanks!
> --
>
https://www.youtube.com/embed/twyWHrHWq9E
--
Kind regards,
Hiltjo
On Fri, Aug 27, 2021 at 02:13:02PM +0800, roy...@gmail.com wrote:
> Hello,
>
> I noticed that there are broken links in
> https://suckless.org/community/ that is linking to
> plan9.bell-labs.com, which should be replaced with 9p.io/plan9/.
>
> Regards,
> Roy
>
OK... so do it.
--
Kind regards,
On Mon, Aug 16, 2021 at 03:34:51PM -0700, Menche wrote:
> On Mon, 16 Aug 2021 21:56:57 +0200
> Robert Alm Nilsson wrote:
>
> > Hi, when I run this command:
> >
> > printf '\xf0\x9f\x8d\x95'
> >
> > st crashes with this output:
> >
> > X Error of failed request: BadLength (poly reque
On Sun, Aug 08, 2021 at 10:33:07AM -0400, Miles Alan wrote:
> I'm working on trying to speed up dmenu rendering in some edgecases. I've
> sent a patch to the hackers ML about line-length effecting performance.
>
> A second issue I'm noticing is that the line within drw.c:
> FcPatternAddBool(fcpatt
On Sat, Aug 07, 2021 at 08:02:31AM +0200, Sagar Acharya wrote:
> I have written this article at the link below.
>
> https://designman.org/sagaracharya/blog/pretend_computer_security
>
> It enhances the value of suckless by pointing the problems in gigantic
> softwares. Let me know what you think
On Mon, Aug 02, 2021 at 04:13:12PM +0200, Страхиња Радић wrote:
> On 21/08/02 02:31, Petr Vaněk wrote:
> > probably no Serbian reviewers here if no one wrote in 4 months :)
>
> I suspected that is the case, but still the question remains who then reviewed
> layout.sh.h?
>
> > Anyway, I looked to
On Fri, Jul 30, 2021 at 08:53:33PM +0200, Страхиња Радић wrote:
> On 21/03/29 11:39, Страхиња Радић wrote:
> > On 21/03/29 11:25, Hiltjo Posthuma wrote:
> > >
> > > Hi,
> > >
> > > You can add the patch as an attachment or inline and send it for r
On Thu, Jul 08, 2021 at 05:32:38PM +0500, Nikita Zlobin wrote:
> In Mon, 5 Jul 2021 13:36:50 +0200
> Hiltjo Posthuma wrote:
>
> > It is based on:
> > https://9fans.github.io/plan9port/man/man3/arg.html
> >
> > argc (count) and argv (array of strings) a
On Mon, Jul 05, 2021 at 02:48:10PM +0500, Nikita Zlobin wrote:
> For now all names in arg.h use ARG for prefix.
> However, considering existing argv parsing helpers like getopt, there
> could be two prefixes:
> OPT - for option key or name (for long opts)
> ARG - optional option value if any, argum
On Fri, Jul 02, 2021 at 01:16:41AM +0500, Nikita Zlobin wrote:
> I use tabbed for multitab terminal emulator. But I lacked one feature,
> presenting in at least some vte-based terminals: when new tab is
> opened, it inherits workdir from previous active tab.
>
> I tried to find, it same could be i
On Thu, Jul 01, 2021 at 11:54:27PM +0500, Nikita Zlobin wrote:
> Hello.
> I had some ideas for several years, but never tried to discuss them due
> to nothing similar was ever in use. I like suckless direction, though I
> would also seek to use same concepts (those I already know) to boost
> effect
On Sun, Jun 20, 2021 at 08:25:23PM +, opal hart wrote:
> On Sat, 22 May 2021 15:10:02 +0200
> Страхиња Радић wrote:
>
> > Speaking as (thus far) just a user of suckless programs and someone who
> > supports
> > suckless philosophy, it comes down to: why should this protocol be
> > supported
Hi Martin,
Thank you for the valuable feedback.
On Fri, Jun 11, 2021 at 02:15:47PM +0800, Martin Tournoij wrote:
> Hello,
>
> I think the suckless website could do with some updating. I think suckless
> has potential, but people are turned off by the old website. Using a more
> modern website bu
On Fri, May 21, 2021 at 06:11:49PM -0400, Greg Reagle wrote:
> I would like to add mtm (https://github.com/deadpixi/mtm), but I don't know
> whether to add it to "rocks" or "other_projects". What is the difference?
>
The rocks part
--
Kind regards,
Hiltjo
On Sun, May 16, 2021 at 10:39:27PM +0200, qsm...@tutanota.com wrote:
> If I try
>
> printf 'X\n' | dmenu -fn '-misc-fixed-*-*-*-*-*-*-*-*-*-*-*-*'
>
> with Dmenu 5.0, it runs with a fallback font that is clearly not the XLFD
> Fixed font. No warning, nothing at all on standard error to hint
On Fri, May 14, 2021 at 03:59:47PM +0200, Maarten van Gompel wrote:
> Hi all,
>
> I just wanted to drop a little announcement that this weekend on
> AlpineConf 2021, we will present Sxmo, the simple X mobile environment.
> As it is largely based on the suckless stack of tools (dwm, dmenu,
> svkbd,
On Mon, May 03, 2021 at 04:28:47PM -0400, Greg Reagle wrote:
> Would sbase suck less if the program head, which is currently a C program of
> 77 lines, were replaced with something like
> #!/bin/sh
> sed "$1"q
>
No
> I know that it would need to be a bit more elaborate than that to handle
On Wed, Apr 14, 2021 at 09:05:01AM +0300, Sergey Matveev wrote:
> *** Markus Wichmann [2021-04-14 06:03]:
> >I don't care about the speed of a hash function.
>
> If we a talking here about checking software integrity, then speed is
> important. Millions of people check the hash of downloaded files
On Fri, Apr 16, 2021 at 09:16:30PM +0200, Anders Damsgaard wrote:
> * Sagar Acharya [2021-04-16 20:01:56 +0200]:
>
> > Was any decision taken with regards to this? Would we have certain
> > checksums and sigs for releases in future?
> >
> > Thanking you
> > Sagar Acharya
> > https://designman.o
On Tue, Apr 13, 2021 at 04:45:07PM +0200, Daniel Cegiełka wrote:
> How/where SHA512 is better than SHA256 or SHA1? I don't see any added
> value in this. If someone breaks into your server and replace files,
> may also regenerate check sums (SHA256/512 or SHA3, scrypt etc.). The
> use of MD5 will b
On Mon, Apr 12, 2021 at 08:22:18AM +0200, Daniel Cegiełka wrote:
> > Choose an OS which has a small kernel and other minimal software
> > that you need. (OpenBSD is the only one I can see here today)
>
> suckless is strongly Linux-oriented - musl, ubase, smdev, nldev, nlmon
>
No, there are also
On Sat, Apr 10, 2021 at 08:14:08AM +0200, Sagar Acharya wrote:
> >I say that coming from one of the best universities in France; I didn't have
> >very much respect left for the word "scientist" when I left
> Same here. Exactly same! But they for sure are intelligent. One of the key
> things in ca
On Mon, Mar 29, 2021 at 10:38:49AM +0200, Страхиња Радић wrote:
> Hi,
>
> I created a Serbian keyboard layout for svkbd, how can I upload it so it
> can be included in svkbd?
>
> Thanks in advance,
> Strahinya Radich
>
Hi,
You can add the patch as an attachment or inlin
On Wed, Feb 10, 2021 at 01:10:40PM +0200, Κράκ Άουτ wrote:
> Στις 10/2/21 12:34 μ.μ., ο/η Hiltjo Posthuma έγραψε:
> > On Wed, Feb 10, 2021 at 10:40:39AM +0200, Κράκ Άουτ wrote:
> > > I started using dwm a couple of months ago, switching from xfce4. Since
> > > my
On Wed, Feb 10, 2021 at 10:40:39AM +0200, Κράκ Άουτ wrote:
> I started using dwm a couple of months ago, switching from xfce4. Since
> my pc is a bit constrained on resources I really appreciate the low
> memory footprint of dwm. But I've noticed that it's slower than
> xfce/xfwm when resizing/movi
1 - 100 of 378 matches
Mail list logo