Re: [dev] Update outdated suckless website

2021-06-11 Thread Carlos Torres
Hi Martin, On Fri, Jun 11, 2021 at 2:16 AM Martin Tournoij wrote: > > This email has been written with TDD. I'm offended by your lackadaisical use of the term TDD > > Martin Tournoij > Innovator. > Visionary. > Industry Thought Leader. > Cloud-Native Web

Re: [dev] Programs that rock

2021-01-25 Thread Carlos Torres
You Guys can, checkout the suckless sites repo git://git.suckless.org/sites and submit your own preferred changes for review. --Carlos On Mon, Jan 25, 2021 at 2:00 AM Kyryl Melekhin wrote: > > Mart Zirnask wrote: > > > I will definitely try out neatvi, but shouldn't you mention somewhere > > in

Re: [dev] [TinyGL]Request to add project to suckless.org repositories

2020-10-13 Thread Carlos Torres
Hello Gek, On Mon, Oct 12, 2020 at 5:16 PM geklmintendont wrote: > > Dear Suckless Community, > > I am the maintainer of the most up-to-date > TinyGL fork. bold words, you just took over the project on Oct 8th 2020, from someone that took it over August 23rd 2020, Since the last commit in 2015

Re: [dev] [st] cursor color and current language

2018-04-20 Thread Carlos Torres
Thats a cool idea. Its currently not implemented but patches are welcome :) —Carlos > On Apr 20, 2018, at 9:54 AM, Dennis Yurichev wrote: > > Hi all! > > Is it possible somehow to make st's cursor changing according to the current > language? > So it would alternate between two colors? > >

Re: [dev] Some suckless hackathon 2017 preparation

2017-09-01 Thread Carlos Torres
Hello, > On Aug 30, 2017, at 2:07 PM, Silvan Jegen wrote: > > * Wayland dwm prototype? > * Suckless Wayland client library prototype? I think Michael Forney has already addressed these issues. And many others. —Carlos

Re: [dev] [ask] search binary file offset in file

2017-03-24 Thread Carlos Torres
Hi Amer, On Fri, Mar 24, 2017 at 4:50 PM, Amer wrote: > https://github.com/Sepero/SearchBin >- compiles file in regex beforehand >- python > => ignored: naive > > https://github.com/rsharo/bgrep >- overcomplicated >- no need for regex support, only offsets >- no effective stri

Re: [dev] oasis: small linux system inspired by stali

2017-02-12 Thread Carlos Torres
Hi Michael, On Sun, Feb 12, 2017 at 4:55 PM, Michael Forney wrote: > For a while now, I've been working on putting together a linux system > based on suckless core tools, as well as various other projects. There > are still a number of things left to do, but I'm now at a point where > it is quite

Re: [dev] surf: connection progress

2017-01-06 Thread Carlos Torres
The Window Title already shows the url you're mousing over. On Fri, Jan 6, 2017 at 12:42 PM, Joshua Haase wrote: > Greg Minshall writes: > >> it would also be nice to show the URL as a pop-up (whatever) when the >> mouse hovers over an active link. (i like this in general, but it can >> be usef

Re: [dev] how to view the output of st -o some_file? particularly with less

2016-05-28 Thread Carlos Torres
Hi Britton, On Sat, May 28, 2016 at 3:29 PM, Britton Kerin wrote: > > What I'm really looking to do is replace scrollback in gnome-terminal there might be a scrollback patch on the suckless st site, but you might want to try dvtm within st. --Carlos

Re: [dev] suckless shared tools

2016-02-28 Thread Carlos Torres
Hello kowal256, On Sat, Feb 27, 2016 at 8:03 PM, Daniel Kowalski wrote: > Synchronization of common code between projects is built into git: > https://git-scm.com/docs/git-submodule That had been proposed and discused earlier, and it was considered full of suck. --Carlos

Re: [dev] [ANNOUNCE] slock-1.3

2016-02-13 Thread Carlos Torres
you can already use xssstate to monitor the state of the screen and the screensaver, why not use that to do both slock, and eventually sleep? --Carlos On Sat, Feb 13, 2016 at 3:57 PM, hiro <23h...@gmail.com> wrote: > Oh god no. > > You guys must have some strange use cases. > > When I run slock t

Re: [dev] [dwm] 6.1 release

2015-12-07 Thread Carlos Torres
Hello, For xft Terminus, I simply use "Terminus:bold:size=9", that seems to work best, you should check "fc-list | grep Terminus" to see if Terminus is in fontconfig fontpath (or whatever its called) or else add it, like so "xset +fp ~/.fonts/terminus" or where ever you have yours, with .xinitrc

Re: [dev] MIT/BSD licensed ELF linker?

2015-11-23 Thread Carlos Torres
Hello, On Tue, Aug 4, 2015 at 8:42 PM, Anselm R Garbe wrote: > Hi there, > > I'm working on a new stali distro (current state will be published > during the next days) and am looking for a ELF capable linker that > doesn't suffers from GPL/copyleft licensing issues. > > Background: I need to solv

Re: [dev] paste@

2015-11-23 Thread Carlos Torres
JWZ’s Law of Software Envelopment: “Every program attempts to expand until it can read mail. Those programs which cannot so expand are replaced by ones which can.”

Re: [dev] [st] can't use Xterm font

2015-02-24 Thread Carlos Torres
the reason xfontsel and xlsfonts aren't that usefull anymore is because of Xft, and fontconfig, of which you should read all the manuals for. there are ways to use xlfd definitions with Xft though. and you can change which mono font you pick up with fontconfig too. --Carlos On Tue, Feb 24, 2015

Re: [dev] surf trivial bugs patch

2015-01-17 Thread Carlos Torres
2 actually. On Sat, Jan 17, 2015 at 9:49 PM, Carlos Torres wrote: > Hello, > > On Sat, Jan 17, 2015 at 1:23 AM, Christoph Lohmann <2...@r-36.net> wrote: >> Thanks, the patch has been applied. >> > > cmd[] still appears to be 1 short > > --Carlos

Re: [dev] surf trivial bugs patch

2015-01-17 Thread Carlos Torres
Hello, On Sat, Jan 17, 2015 at 1:23 AM, Christoph Lohmann <2...@r-36.net> wrote: > Thanks, the patch has been applied. > cmd[] still appears to be 1 short --Carlos

Re: [dev] security issue running surf from home folder

2015-01-15 Thread Carlos Torres
Hello, On Wed, Jan 7, 2015 at 3:29 PM, Christoph Lohmann <2...@r-36.net> wrote: > Theses patches have been discussed on IRC. The optimal solution has been > to make the default DOWNLOAD macro to ask for a string. If the string is > empty, pass ‐O to curl, if it’s non‐empty add ‐‐create‐dirs

Re: [dev] patch for bell in st

2014-10-03 Thread Carlos Torres
Hello, On Fri, Oct 3, 2014 at 3:25 PM, CustaiCo wrote: > The XBell() call currently used when a bell is recieved sends a message > to the X server, but if the X server doesn't know how to sound it, > it just gets ignored and I have not been able to find anywhere in x.org's > code a way to configu

Re: [dev] [st] Colors

2014-07-25 Thread Carlos Torres
On Fri, Jul 25, 2014 at 12:30 PM, Henrique Lengler wrote: >> >> This is awesome!! there should be a Mortal Kombat terminal too with >> Subzero!! >> >> --Carlos > > I would say that this is a kind of strange > > -- > Henrique Lengler > Or it could be a terminal thats like wolfenstein, and thats

Re: [dev] [st] Colors

2014-07-25 Thread Carlos Torres
Yo, On Fri, Jul 25, 2014 at 3:04 AM, Martti Kühne wrote: > This might be a bit over the top, I'll still reuse it, as it's > somewhat relevant to the topic. > So, why would you only want to customize the colors? Why not go full > pikachu [0]!? > > cheers! > mar77i > > [0] http://jeanguyomarch.gith

Re: [dev] [st] Colors

2014-07-24 Thread Carlos Torres
Hey Henrique, On Thu, Jul 24, 2014 at 8:57 PM, Henrique Lengler wrote: > > No i mean point a color to another. Like the black in my terminal is > pointed to a hexcode of a red color, so when st display black > requested by an application it will show red. > People do this like change a normal gre

Re: [dev] [st][PATCH] Add info about Backspace and Delete to the FAQ

2014-07-24 Thread Carlos Torres
Yes, there are some grammatical errors but they can be fixed with patches later :) --Carlos

Re: [dev] [st] Colors

2014-07-24 Thread Carlos Torres
Yup, On Thu, Jul 24, 2014 at 7:30 PM, Henrique Lengler wrote: > Hi, > > I'm not familiar with st code, so i wanna know if have how i change st > colors? Not just selecting one in the config.h file but change > how this color looks. E.g Point black color to some RGB hexcode like > people do with u

Re: [dev] Looking for simple, alpha supporting image format

2014-07-18 Thread Carlos Torres
On Fri, Jul 18, 2014 at 1:56 PM, Charlie Murphy wrote: > FRIGN wrote: >> But it would be cool if the user wouldn't have to manage this and >> instead was able to rely on any converter to take care of this. > > Perhaps it can have an option, like tar does? > > tar -cjf archive.tar.bz2 archi

Re: [dev] [sandy] Undo, redo and repeat

2014-07-15 Thread Carlos Torres
Hey, On Tue, Jul 15, 2014 at 4:20 AM, Rafa Garcia Gallego wrote: > TODO: need to extend the repeat framework (i.e. the '.' command) to > store operations, multiplication and their parameters. This reminds me of the record option in vim with q @ to replay... i never got the "." command to do

Re: [dev] suckless arg.h

2014-07-14 Thread Carlos Torres
On Mon, Jul 14, 2014 at 1:28 PM, Dimitris Papastamos wrote: > On Mon, Jul 14, 2014 at 01:19:22PM -0400, Carlos Torres wrote: >> Hello, >> >> On Mon, Jul 14, 2014 at 1:16 PM, Weldon Goree >> wrote: >> > On 07/14/2014 09:54 PM, Carlos Torres wrote: >> &g

Re: [dev] suckless arg.h

2014-07-14 Thread Carlos Torres
Hello, On Mon, Jul 14, 2014 at 1:16 PM, Weldon Goree wrote: > On 07/14/2014 09:54 PM, Carlos Torres wrote: >> Enjoy! > > I do! Huge thanks to all of those who made this. > I think full credit goes to 20h :) --Carlos

Re: [dev] suckless arg.h

2014-07-14 Thread Carlos Torres
Hello, On Mon, Jul 14, 2014 at 12:20 PM, Weldon Goree wrote: > How much of util/ needs to be pulled in if one copies arg.h and its > fairly awesome ARGBEGIN, etc.? > > Weldon > The arg.h header has everything it needs to exist on its own. without needing to pull anything else in. All the macros

Re: [dev] [sandy] Implement copy/paste/replace?

2014-07-14 Thread Carlos Torres
if by copy paste you mean getting and putting text from the X selection stuff, like primary, secondary and clipboardi think shell stuff is enough, and allows for tools specifically made to handle that kind of stuff like xsel, xclipboard etc... if you mean yanking and putting, and visual bloc

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-11 Thread Carlos Torres
On Thu, Jul 10, 2014 at 6:32 PM, Dimitris Papastamos wrote: > There are many ways to do this, I'd go for the simplest approach in terms of > code > readability and stop worrying about performance. > > If it is slow or memory hungry, it can be fixed later incrementally. > I agree with this approa

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Carlos Torres
Yo On Wed, Jul 9, 2014 at 5:00 PM, Carlos Torres wrote: > Hey Marc, > > On Wed, Jul 9, 2014 at 4:42 PM, Marc André Tanner wrote: >> On Wed, Jul 09, 2014 at 09:14:16PM +0200, Rafa Garcia Gallego wrote: >> ...this includes >> a design based on piece tables rather

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Carlos Torres
Hey Marc, On Wed, Jul 9, 2014 at 4:42 PM, Marc André Tanner wrote: > On Wed, Jul 09, 2014 at 09:14:16PM +0200, Rafa Garcia Gallego wrote: > ...this includes > a design based on piece tables rather than the double linked list approach > taken by sandy. What are the performance benefits of having

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Carlos Torres
Dimitris, http://git.dzervas.gr/sandy/commit/?id=60777b454326ce3790fcaf530fe3fd73469b5605 config.h is generated by Makefile from config.def.h you should put your changed in config.def.h instead, no? then maybe Rafa can pull your changes into his mainline easier. if he wants them :p --Carlos

Re: [dev] [PATCH] Add tab-completion file-name expansion.

2014-07-07 Thread Carlos Torres
Hello, On Mon, Jul 7, 2014 at 7:20 PM, Maxime Coste wrote: > On Mon, Jul 07, 2014 at 09:39:36PM +0200, Anselm R Garbe wrote: >> On 7 July 2014 21:24, Maxime Coste wrote: >> Otherwise the tomatos that you harvest >> in the summer in your garden might also become property of your >> employer ;) >

Re: [dev][libsl] Naming scheme

2014-07-07 Thread Carlos Torres
Yo, On Mon, Jul 7, 2014 at 6:29 PM, Lee Fallat wrote: > AFAIK no graphical official suckless programs > use libsl yet...) > the way you use libsl is a bit un-orthodox. you basically check it out into your project and just use it that way. dwm uses libsl (somewhat), in that way... see it has drw

Re: [dev] Graphics library that sucks the least?...

2014-07-07 Thread Carlos Torres
On Mon, Jul 7, 2014 at 5:02 PM, Nick wrote: > Quoth Calvin Morrison: >> There was at one time a suckless widget system in the works, I don't >> know what happened to that. > > swt was the name; https://github.com/vlaadbrain/swt.git I started swt. but its been idle for a while. not sure i see a p

Re: [dev] suckless distro

2014-06-25 Thread Carlos Torres
On Wed, Jun 25, 2014 at 2:17 PM, Sylvain BERTRAND wrote: > giberish... > Sylvain > why don't you start another thread about makefiles vs shell scripts

Re: [dev] suckless distro

2014-06-25 Thread Carlos Torres
i think Slackware is a fairly simple distro. like sin mentioned you can have a fairly small install with tag files. It also hasn't changed much in 10 years. they just have new packages :) there are some live distros like slax that are based on slackware :) or corelinux are good. i think the ef

Re: [dev] suckless distro

2014-06-25 Thread Carlos Torres
On Wed, Jun 25, 2014 at 11:22 AM, Martti Kühne wrote: > Thread subjects are overrated. As is bottom posting. > touché sir, touché!

Re: [dev] suckless distro

2014-06-25 Thread Carlos Torres
FWIW the subject of the thread is straying away from "suckless distro" On Wed, Jun 25, 2014 at 9:34 AM, Dimitris Papastamos wrote: > On Wed, Jun 25, 2014 at 02:57:30PM +0200, Sylvain BERTRAND wrote: >> I stole parts of the ffmpeg configure script for my >> needs. > > Nothing to see here. >

Re: [dev] [PATCH] Remove dead code.

2014-06-23 Thread Carlos Torres
Hey Markus, On 6/21/14, Markus Teich wrote: > tabbed.c | 3 --- > 1 file changed, 3 deletions(-) > ... > diff --git a/tabbed.c b/tabbed.c > index ba22f9a..cbdaa1f 100644 > --- a/tabbed.c > +++ b/tabbed.c good thing your text mentioned tabbed, though i think subjects and file patches are nicer

Re: [dev] Microblogging?

2014-05-23 Thread Carlos Torres
On 5/23/14, Dimitris Papastamos wrote: > On Fri, May 23, 2014 at 11:51:19AM +0200, Manolo Martínez wrote: >> Do you guys hang out at any microblogging platform? I used to use >> identi.ca, but the move to pump.io put me off somewhat -- the client I >> was used to use didn't work anymore, etc. Also

Re: [dev] [off-topic]How to donate to suckless.org?

2014-02-27 Thread Carlos Torres
Hello, On 2/27/14, YpN wrote: > Hi there, > > It seems we can't donate without a Paypal account. You must have a lot of bitcoins sitting around :p --Carlos

Re: [dev][sic][PATCH] reset channel buffer after leaving saved channel

2014-02-24 Thread Carlos Torres
for some strange reason. > > On Mon, Feb 24, 2014 at 5:47 PM, Carlos Torres > wrote: >> Hello, >> >> On 2/24/14, Krol, Willem van de <008...@jfc.nl> wrote: >>> Hi, >>> >>> sic saves the first channel you join, but doesn't reset this a

Re: [dev][sic][PATCH] reset channel buffer after leaving saved channel

2014-02-24 Thread Carlos Torres
Hello, On 2/24/14, Krol, Willem van de <008...@jfc.nl> wrote: > Hi, > > sic saves the first channel you join, but doesn't reset this after you > leave that channel. This patch fixes this, so the channel buffer will > contain the right channel if you joined only one channel. > > Willem van de Krol

Re: [dev] [dwm] [PATCH] Tags grid and xxkb-like behaviour

2014-02-14 Thread Carlos Torres
Hello Yury, On 2/14/14, Yury Shvedov wrote: > But I thought they must pass some kind of verification don't they? putting them on the wiki doesn't mean they get mainlined. Its another way of sharing your ideas. If you think they're useful, patches can be submitted to the wikis repo, the push g

Re: [dev] [dwm] [PATCH] Tags grid and xxkb-like behaviour

2014-02-14 Thread Carlos Torres
Thanks for you patches, you can push them on to the wiki too.. just clone git://git.suckless.org/sites and somewhere in there is a dwm wiki, you can add your patches and documentation for them there. --Carlos On 2/14/14, Yury Shvedov wrote: > Hi, > > I'm newbie in dwm, so I felt the luck of de

Re: [dev][ubase][PATCH] alternative - return exit codes like util-linux

2014-02-10 Thread Carlos Torres
Hello, On 2/10/14, sin wrote: > So I don't see how or-ing the return values actually does anything. > It can only be -1 or 0. > > Am I missing something here? No sir. this patch simply emulates whats wrong with util-linux's swapon/swapoff. Its not necessary unless you want full compatibility.

[dev][ubase][PATCH] alternative - return exit codes like util-linux

2014-02-09 Thread Carlos Torres
Hello, This patch is food for thought. i looked closer at what util-linux does (ugh) and found that their exit codes are what swapon/swapoff return. so this is an alternative patch that behaves the same way. I thought its possible there are shell scripts out there that are interested in the ex

Re: [dev] [surf] [PATCH] improve title change handling

2014-02-09 Thread Carlos Torres
I'm weary about ifdef statements and it doesn't look like this would handle future versions of webkit anyway. --Carlos On 2/9/14, Quentin Rameau wrote: > Here is another patch, I'm not sure we should handle multiple versions > of webkitgtk. But as this bug is corrected in newer (recent, stable)

[dev][ubase][PATCH] swapon/swapoff -a and -p

2014-02-08 Thread Carlos Torres
Hi sin, attached are two patches for the -a flag on swapon and swapoff. there is room for improvement. and cleaning up, but i wasn't sure how you might want it organized. i altered the error handling a little bit, since it felt funny how you let the loop continue on error and possibly removing t

Re: [dev] dmenu-based clipboard manager

2014-02-07 Thread Carlos Torres
On Feb 5, 2014 5:46 AM, "Chris Down" wrote: > > In case it interests anyone, I wrote a clipboard manager based around > dmenu[0]. > [0]: https://github.com/cdown/clipmenu Thank you sir. though i happen to be using both the clipboard, primary and secondary with xsel --Carlos

Re: [dev] ncurses or ...

2014-01-31 Thread Carlos Torres
Hello, On 1/31/14, Dimitris Zervas wrote: > hmm, fifo interface for Xlib. > Sounds like a good way to get my hands dirty with Xlib. > > Do I have to interface all the features of xlib, or we need some specific? > Maybe i miss spoke a little when stating "fifo interface to Xlib", Xlib itself is a

Re: [dev] ncurses or ...

2014-01-31 Thread Carlos Torres
Hello, On 1/31/14, Carlos Torres wrote: > surfs fifo patch doesn't currently allow for injection of html or execution > of javascript. it simply allows you to control the interface via a file. > > maybe injection/execution of javascript is doable already, but i'm not >

Re: [dev] ncurses or ...

2014-01-31 Thread Carlos Torres
Hello, On 1/31/14, Dimitris Zervas wrote: > > So, why not use surf as the abstract layer I was thinking before > (Roberto's idea) surf is the most sensible interface to stuff on the internet, it uses WebKit, which certainly...nothing is stopping you from writting an html page and using that in s

Re: [dev] ncurses or ...

2014-01-31 Thread Carlos Torres
Hello, On 1/31/14, Christoph Lohmann <2...@r-36.net> wrote: > Greetings. > > A different paradigm has to be solved here. The paradigm of 2D inter‐ > faces to complex tasks. This could be done using swk. If you have swk > done right, then it could be easily run in text or graphics mode. Curr

Re: [dev] [tools] mouse button binding and key event generation

2014-01-30 Thread Carlos Torres
Hey Christoph, On 1/30/14, Christoph Lohmann <2...@r-36.net> wrote: > They look useful. Could you add them to the wiki? [0] > Done :) --Carlos

[dev][svkbd][PATCH] allow make LAYOUT=...

2014-01-30 Thread Carlos Torres
Hello, Here is a simple patch that allows make LAYOUT=de or en or arrows it looks like it was meant to work that way but got overlooked. --Carlos allow_make_layout.patch Description: Binary data

[dev] [tools] mouse button binding and key event generation

2014-01-30 Thread Carlos Torres
Hello, I've written two tools which i'm using to bind my mouse thumb buttons ctrl+h and ctrl+l i use those with surf. [1] xbmouse simple binds either a ButtonPress or ButtonRelease of a Button (by number) to a command [2] xkev generates simple key events with optional modifiers (shift,cont

Re: [dev] [dwm] [patch] Add DWM control FIFO implementing all existing keybinds

2014-01-29 Thread Carlos Torres
Hello sin, On 1/29/14, sin wrote: > On Wed, Jan 29, 2014 at 12:38:25PM +, sin wrote: > The latest patch is here: > http://amnezia.2f30.org/u/sin/patches/0001-Add-DWM-control-FIFO.patch > Do you really need all those do functions? it would seem to me that you could use the same funcs they cal

Re: [dev] hide mouse cursor while typing

2013-12-27 Thread Carlos Torres
Hello On 12/27/13, Markus Teich wrote: > Heyho guys, > > I would like to hide the mouse cursor when typing. What is your approach? > I don't have an approach, but google suggests 'unclutter'; its source could use some clean-up but since i don't use it i'll leave that up to you :) you might jus

Re: [dev] Slock segfaults if USER variable is empty

2013-12-18 Thread Carlos Torres
Hello, On 12/18/13, Ivan Vershinin wrote: > But crontab file does not contain USER > environment variable by default, I might be missing something but doesn't crontab allow you to mention env variables in it, and it passes them to its execv? all you'd have to do is USER=ivan --Carlos

Re: [dev] [st] Rendering Glitch

2013-12-06 Thread Carlos Torres
Hello, On 12/6/13, Raimundo Martins wrote: > On Thu, 5 Dec 2013 21:29:30 -0600 Eric Pruitt wrote: > >> I use st with screen, and I've noticed that when alternating between >> windows inside of screen, character attributes are not always restored >> properly > > While we're at it, this might be re

Re: [dev] Bringing together OS'es terminals and their codepages

2013-12-03 Thread Carlos Torres
Hello Thorsten, On 12/3/13, Thorsten Glaser wrote: > > I did suggest banning them, didn’t I? ☺ > here we go again... > > bye, > //mirabilos > -- > „Also irgendwie hast du IMMER recht. Hier zuckelte gerade ein Triebwagen > mit > der Aufschrift "Ostdeutsche Eisenbahn" durch Wuppertal. Ich glaubs

Re: [dev] Adding MRU support to dmenu

2013-12-02 Thread Carlos Torres
Hello, On Mon, Dec 02, 2013 at 09:40:24PM +0100, q...@c9x.me wrote: > On Mon, Dec 02, 2013 at 10:07:17AM -0600, Chris Down wrote: > > On 2013-12-01 18:19:22 -0500, Eyal Erez wrote: > > > create mode 100644 .gitignore > > > > A gitignore when there are no subdirectories? What do you want a > > gi

Re: [dev] Re: [st] System freeze when killing X after using st-git

2013-11-30 Thread Carlos Torres
Hello, On Sat, Nov 30, 2013 at 07:29:47AM -0800, Ryan O’Hara wrote: > Christoph Lohmann <2...@r-36.net>, 2013-11-30T08:08:43Z > > I won’t add a »I‐am‐so‐stupid‐to‐buy‐Apple‐ > > hardware« or »I‐am‐a‐retard‐ > > using‐Arch‐Linux‐after‐the‐systemd‐disaster« flag. > > > > The bug is outside of st.

Re: [dev] [st] st does not show window name for wmctrl

2013-11-26 Thread Carlos Torres
On Tue, Nov 26, 2013 at 09:13:08PM +0300, Alexander S. wrote: > 2013/11/25 Carlos Torres : > > On 11/25/13, Alexander S. wrote: > >> Is it definitely okay to use Xutf8TextListToTextProperty with XStringStyle? > >> i checked out the man page and XStringStyle i

Re: [dev] [st] Cannot compile latest HEAD, nor 0.4.1

2013-11-25 Thread Carlos Torres
Hello On 11/25/13, Silvan Jegen wrote: > Hi > > You have to make sure that the config.h you are using actually matches > the checked-out version of st.c (i. e. checkout config.def.h and copy > it to config.h for the default settings). > to add to this, bellvolume is declared in config.def.h whi

Re: [dev] [st] st does not show window name for wmctrl

2013-11-25 Thread Carlos Torres
> 2013/11/25 Martti Kühne : >> How many people commit suicide per year because their application >> windows use utf-8 titles? >> I submitted another "simpler patch" that doesn't revert the setting of WM_NAME to XStringStyle. Since i don't really have a use case for UTF8. The simpler patch only a

[dev] [st] add _NET_WM_NAME

2013-11-22 Thread Carlos Torres
Here is a simpler patch that adds _NET_WM_NAME Atom to st. --Carlos From edde8703967cf381e52182efddd81ffe00e82e85 Mon Sep 17 00:00:00 2001 From: "Carlos J. Torres" Date: Fri, 22 Nov 2013 10:45:48 -0500 Subject: [PATCH] add _NET_WM_NAME --- st.c |4 +++- 1 file changed, 3 insertions(+), 1 de

Re: [dev] [st] st does not show window name for wmctrl

2013-11-22 Thread Carlos Torres
Hello again, On 11/22/13, Carlos Torres wrote: > On 11/22/13, Federico MP wrote: >> I'm using st 0.4.1 and latest wmctrl and for wmctrl -l I'm getting: > lol, i'm must not be on the tip! my bad... it appears that st 0.4.1 sets WM_NAME as UTF8_STRING and st 0.3 was

Re: [dev] [st] st does not show window name for wmctrl

2013-11-22 Thread Carlos Torres
Hola, On 11/22/13, Federico MP wrote: > I'm using st 0.4.1 and latest wmctrl and for wmctrl -l I'm getting: lol, i'm must not be on the tip! my bad... --Carlos

Re: [dev] [st] st does not show window name for wmctrl

2013-11-22 Thread Carlos Torres
Hola, On 11/22/13, Federico MP wrote: > wmctrl -l shows N/A for st. i'm using st 0.3 (tip) and wmctrl -l does show WM_NAME for the various st instances i have open. you might want to update your st and try again. i tried it out with wmctrl 1.07-7 --Carlos

Re: [dev] [st] st does not show window name for wmctrl

2013-11-22 Thread Carlos Torres
On 11/22/13, Federico MP wrote: > I'm currently using https://github.com/Antithesisx/dswitcher and, since > this script uses wmctrl, I noticed that st does not have a valid window > title. > > wmctrl -l shows N/A for st. Yes, st doesn't set any EWMH information it does however set WM_NAME which

Re: [dev] Possible improvement on slock - suid

2013-11-14 Thread Carlos Torres
Hi Patrick, On 11/14/13, patrick295767 patrick295767 wrote: > > Ok, look my example, think about a student behind the rules of the admin. Then you must appeal to the administrator(s) and provide the source so that they may review it and install it. just the same way they've installed other X11

Re: [dev] Possible improvement on slock - suid

2013-11-13 Thread Carlos Torres
On 11/13/13, sin wrote: > On Wed, Nov 13, 2013 at 09:32:44PM +0100, patrick295767 patrick295767 > wrote: >> even to avoid the suid/sgid check. > > So we should not check for errors anymore? That check is > perfectly valid. > Yeah, i would agree with sin here, it makes sense to tell the user wha

Re: [dev] Mailing list behavior

2013-11-07 Thread Carlos Torres
On Thu, Nov 7, 2013 at 11:57 AM, Dmitrij D. Czarkoff wrote: > Thorsten Glaser said: >> Can we please ban Googlemail from this mailing list? > > Obviously I'm against this. > Yeah, I'm against it too :) --Carlos

Re: [dev] [dwm] spawn and monitor placement

2013-11-05 Thread Carlos Torres
On Fri, Oct 25, 2013 at 6:05 AM, Martin Kopta wrote: > Hi, I am still having problems with placement of windows while using two > monitors [1]. I am using latest git version of dwm. > When I have cursor on VGA1 and launch dmenu, it is created on VGA1. I noticed the same behavior and i remember th

Re: tinycore - Used to be [dev] I'm back

2013-10-22 Thread Carlos Torres
On Tue, Oct 22, 2013 at 3:23 AM, Jens Staal wrote: > On Monday 21 October 2013 14:43:16 Carlos Torres wrote: >> so then...on a separate topic is stali meant to be a distro that sucks >> at being extensible? >> or is it meant to be a distro thats simple, lean and yet

tinycore - Used to be [dev] I'm back

2013-10-21 Thread Carlos Torres
On Mon, Oct 21, 2013 at 1:15 PM, hiro <23h...@gmail.com> wrote: > Yeah, tinycore's biggest failure is that it's too difficult to find > the right man pages of certain packages. I knew tinycore wouldn't have docs included, they say so in the website, heck when i create a tcz for my self, i strip th

Re: [dev] I'm back

2013-10-21 Thread Carlos Torres
On Mon, Oct 21, 2013 at 8:41 AM, hiro <23h...@gmail.com> wrote: > then simply don't use pure 64bit, why did you think that was a good idea? when i hopped on the pure 64 band wagon i "assumed" that the x86 packages would have been rebuilt for pure 64 eventually... that was a big mistake on my part.

Re: [dev] I'm back

2013-10-20 Thread Carlos Torres
On Tue, Aug 13, 2013 at 6:24 PM, Carlos Torres wrote: > Glad you changed your mind on Android core. > Consider looking at tinycorelinux; it too is very simple. simpler than crux. hmm, after tooling around with tinycorelinux, i think its use doesn't make sense as a day-to-day distro

Re: [dev] Talk about suckless

2013-09-25 Thread Carlos Torres
On Wed, Sep 25, 2013 at 10:00 AM, Martin Kopta wrote: > Thank you very much for your hints! I will surely mention all of the above in > my talk. Good idea to prepare myself to defend static linking :-) > there is also [1] a presentation that Anselm gave a while ago about stali and static linking.

Re: [dev] [dwm] Weird behavior of Java programs

2013-09-09 Thread Carlos Torres
On Mon, Sep 9, 2013 at 7:28 PM, <7...@mail.com> wrote: > But with Java? Sorry, but I'm pretty sure that > reading any man is a waste of time almost all > the time. On the other hand, reading the web > is relevant here, and it would even be great to > find the dwm man page that way. > you can sear

Re: [dev] [dwm] Weird behavior of Java programs

2013-09-09 Thread Carlos Torres
On Mon, Sep 9, 2013 at 2:40 PM, Florian wrote: >> http://tools.suckless.org/wmname wmname LG3D that is the magic that helps java apps behave like they're running through the looking glass. --Carlos

Re: [dev] I'm back

2013-08-13 Thread Carlos Torres
On Tue, Aug 13, 2013 at 1:21 PM, Anselm R Garbe wrote: > Actually I gave up on the android core now and am looking at crux 3.0 > now. Glad you changed your mind on Android core. Consider looking at tinycorelinux; it too is very simple. simpler than crux. Thanks, --Carlos

Re: [dev] Wayland st!!??

2013-07-28 Thread Carlos Torres
Hi Michael. On Sun, Jul 28, 2013 at 1:43 AM, Michael Forney wrote: > On Sat, 27 Jul 2013 14:17:42 -0400, Carlos Torres > wrote: >> I didn't know about this >> >> http://www.phoronix.com/scan.php?page=news_item&px=MTQyMTQ >> >> I'm both excited

[dev] Wayland st!!??

2013-07-27 Thread Carlos Torres
I didn't know about this http://www.phoronix.com/scan.php?page=news_item&px=MTQyMTQ I'm both excited or looking to troll

Re: [dev] [sbase] [patch] Adding tar v2

2013-07-16 Thread Carlos Torres
On Jul 16, 2013 3:58 AM, "Nick" wrote: > > Quoth Chris Down: > > On 14 July 2013 20:42, Nick wrote: > > > I'd be inclined to check for and filter out leading .. and / > > > characters, to avoid tarballs doing unexpectedly evil things. > > > > I think all security onus for stuff like that should b

Re: [dev] Suckless Laser GUI

2013-07-01 Thread Carlos Torres
On Jul 1, 2013 5:30 PM, "Charlie Paul" wrote: > > Hello, > > I'm working for a lab, and I'm making a piece of software to control a table full of optical elements (mirrors, lasers, and detectors). I wrote a nice little interface to the hardware in C, but now I need to make a way for the user to co

Re: [dev] Re: Maintaining sbase

2013-06-25 Thread Carlos Torres
On Tue, Jun 25, 2013 at 8:58 AM, Galos, David wrote: >> What is your opinion on a shell for sbase? > > The shell is a topic around which there is far too much religion. > Sbase should not include a shell. > :) i like this answer

Re: [dev] any update on stali?

2013-06-06 Thread Carlos Torres
That's true, I top post all the time :) On Jun 6, 2013 7:09 PM, "hiro" <23h...@gmail.com> wrote: > i never said i don't top post. > >

Re: [dev] any update on stali?

2013-06-06 Thread Carlos Torres
On Thu, Aug 30, 2012 at 4:11 PM, hiro <23h...@gmail.com> wrote: > I'm looking forward to it. I reckon you have looked at tinycore once? > They did some of the things you mentioned (for example I have tinycore > on SD and load all of it into RAM on boot). Also they have already > decided that they w

Re: [dev] [sbase / 9base] Still working on it?

2013-05-27 Thread Carlos Torres
sbase and 9base overlap a bit on functionality. sbase is better suited for core. though currently it seems you should layer sbase on top of 9base to fulfill some of sbase's TODO's. get porting :) --Carlos On Mon, May 27, 2013 at 3:01 PM, Hugues wrote: > Le 27-05-2013 20:14, Ca

Re: [dev] [sbase / 9base] Still working on it?

2013-05-27 Thread Carlos Torres
need stuff that uses auto* cruft? --Carlos On Mon, May 27, 2013 at 6:01 AM, Hugues wrote: > Le 27-05-2013 02:48, Carlos Torres a écrit : > >> sbase and 9base are still used. i use 9base every day :). > > Ah, nice. It's awesome. > >> not much work goes into these si

Re: [dev] [sbase / 9base] Still working on it?

2013-05-26 Thread Carlos Torres
sbase and 9base are still used. i use 9base every day :). if you think there is any part of p9port that should be in 9base port it. and send a patch. not much work goes into these since they don't aspire to having all the gnu options... what more do you need? --Carlos On Sun, May 26, 2013 at 1

Re: [dev][ii]Help with my frontend

2013-05-04 Thread Carlos Torres
https://github.com/c00kiemon5ter/iii https://github.com/c00kiemon5ter/iim On Sat, May 4, 2013 at 8:51 AM, Carlos Torres wrote: > > On Apr 29, 2013 2:13 PM, "Hugues Moretto-Viry" > wrote: >> >> Hi guys, >> >> I installed ii and now I'm trying to cr

Re: [dev][ii]Help with my frontend

2013-05-04 Thread Carlos Torres
On Apr 29, 2013 2:13 PM, "Hugues Moretto-Viry" wrote: > > Hi guys, > > I installed ii and now I'm trying to create a little shell (mksh) frontend for it. I saw the existing frontends on the wiki, but I prefer creating another one from scratch. > It will perfectly fit my needs. > > I use "tail -f"

Re: [dev] rio for linux

2013-05-02 Thread Carlos Torres
there are libraries that draw to the framebuffer, opengl, svgalib, libsdl. at one point i contemplated writting one with svgalib, it was short lived. go nutz on them. On Thu, May 2, 2013 at 1:24 AM, Sam Watkins wrote: >> The problem is the complexity of writing a replacement and all the >> comp

  1   2   3   >