Re: [dev] macOS tester needed for libgrapheme

2022-10-09 Thread simon
> With best regards > > Laslo > > [0]:https://libs.suckless.org/libgrapheme/ > Hi Following the instructions worked for me on macOS 12.6. ls /usr/local/lib/libgrapheme* gives the following: /usr/local/lib/libgrapheme.2.dylib /usr/local/lib/libgrapheme.a The example compiled successfully and the output is the same as on the website. Simon

Re: [dev] golang: time.Tick() and ntp

2014-10-09 Thread Simon Lieb
content to X selections ? -- Simon Lieb

Re: [dev] [sbase] Command list

2013-10-18 Thread Simon Lieb
On 18/10/13 20:13:08 +0800, Chris Down wrote: > On 2013-10-18 14:03, Simon Lieb wrote: > > May sbase be interested in a small utility called « slow » I wrote some > > time ago to slow down down input to output ? I can make a patch for > > sbase. > > > > I m

Re: [dev] [sbase] Command list

2013-10-18 Thread Simon Lieb
Mmh, I should have attached an archive. Regards, -- Simon Lieb slow-1.0.tar.gz Description: application/tar-gz pgp8S4avR09z_.pgp Description: PGP signature

Re: [dev] [sbase] Command list

2013-10-18 Thread Simon Lieb
small utility called « slow » I wrote some time ago to slow down down input to output ? I can make a patch for sbase. I mainly use it with ii and to avoid trigger anti‐flood system and some other cases. See my git repository[0]. Regards, [0]: git:://home.tibu.fr/slow -- Simon Lieb

Re: [dev] only first tag and can't switch to other tags

2012-11-28 Thread Simon Lieb
On 28/11/12 16:21:35, Bryan Bennett wrote: > >> i have the same code in the config.h but no event when i use 1-9 key, > >> for kill dwm need to use mod1+q > You should modify the TAGKEYS define to use MODKEY|ShiftMask for view. > > > Ok, it really seems that the config.def.h is not used. > config.

Re: [dev] only first tag and can't switch to other tags

2012-11-28 Thread Simon Lieb
On 28/11/12 21:54:57, major_ghz wrote: > Le Wed, 28 Nov 2012 21:38:00 +0100, > Simon Lieb a écrit : > > > On 28/11/12 21:13:14, major_ghz wrote: > > > Le Wed, 28 Nov 2012 20:51:50 +0100, > > > Simon Lieb a écrit : > > > > > > >

Re: [dev] only first tag and can't switch to other tags

2012-11-28 Thread Simon Lieb
On 28/11/12 21:13:14, major_ghz wrote: > Le Wed, 28 Nov 2012 20:51:50 +0100, > Simon Lieb a écrit : > > > On 28/11/12 16:50:12, major_ghz wrote: > > > hello, > > > > > > when i try to mod1+(1-9) there is no action. > > > > > > i use b

Re: [dev] only first tag and can't switch to other tags

2012-11-28 Thread Simon Lieb
lace on the keyboards); And focusing/tagging monitor from [shift+]comma/period to [shift+]q/g. I hope it will fit your fit your needs. happy bépo, -- Simon Lieb --- dwm-6.0/config.def.h 2011-12-19 16:02:46.0 +0100 +++ dwm-6.0-modified/config.def.h 2012-03-20 23:47:40.0 +0100 @

[dev] dwm - patch bepo dvorak-fr keys

2012-03-26 Thread Simon Lieb
function on the "x" key. I hope it would be helpful for someone else. Let me know if something is wrong with the patch. Best regards to suckless community, -- Simon () ascii ribbon campaign - against html e-mail /\ http://www.asciiribbon.org/index-fr.ht

[dev] [perl] Saturdays troll

2012-02-11 Thread Simon Wurstwasser
Hi, please review the attached perl script. I bet, it could be written more efficiently. :-) Thanks, Simon #!/usr/bin/perl -w # Bofh.pl Volume 1 # clean a given system # please rewrite as necessary ;) binmode(STDOUT, ":utf8"); use vars qw ($nolo $line); print "Ein \x{224}?

Re: [dev] How do you cope with OSX? (if at all)

2011-08-21 Thread Simon Rozet
https://gist.github.com/311377 On Fri, Mar 18, 2011 at 10:23 AM, Anselm R Garbe wrote: > Hi there, > > at work I have to use OSX (on a MacBook Pro 13") for various reasons > and wonder if anyone is using dwm in conjunction with OSX? > I tried different approaches so far, but all are really PITA.

Re: [dev] Suckless UML

2011-05-10 Thread CHABOT Simon
lready used it to draw graph, but never I never though to try it for UML. I take a look ! -- CHABOT Simon Université de Technologie de Compiègne GPG KeyID : B6DFD50C signature.asc Description: Digital signature

Re: [dev] Suckless UML

2011-05-10 Thread CHABOT Simon
Le mardi 10 mai 2011 à 04:50:01, timow+...@diningphilosopher.de a écrit : > The best solutions I could find was UMLGraph (http://www.umlgraph.org/) > and MetaUML (http://metauml.sourceforge.net/old/index.html). MetaUML looks great, thanks ! -- CHABOT Simon Université de Technologie de Com

[dev] Suckless UML

2011-05-10 Thread CHABOT Simon
ng about a software where UML diagram is describe, and then compiled (something like LaTeX, you see ?) Thank you… -- CHABOT Simon Université de Technologie de Compiègne GPG KeyID : B6DFD50C signature.asc Description: Digital signature

Re: [dev] [dwm] number of tag limited?

2010-08-05 Thread Simon Parent
On Fri, Aug 6, 2010 at 1:27 AM, thuban wrote: >> >> I just changed the colour scheme in drawbar() so that unoccupied tags >> are invisible (by making the text colour the same as the background). >> This was enough for me, as I was mostly concerned with the visual >> noise of all the unoccupied tag

Re: [dev] [dwm] number of tag limited?

2010-08-05 Thread Simon Parent
On Thu, Aug 5, 2010 at 4:50 PM, thuban wrote: > Le Thu, 5 Aug 2010 18:59:29 +0200, > yy a écrit : > >> 2010/8/5 thuban : >> > Just a question about dwm, is it possible to have more than 9 tag? >> >> You can define as many tags as you want in your config.h file. >> >> > My question is, could you c

Re: [dev] pertag and bstack patches to dwm incompatible

2010-07-07 Thread Simon Gomizelj
Hello. I've been a long time reader but never posted here before. This might be of some interest. I've tackled this issue before with my own version of the pertag patch that dynamically allocates memory. This patch also adds per tag defaults. Any comments and criticisms appreciated. --- a/config.d

Re: [dev] [surf] projects with the same name

2010-01-27 Thread Simon Wesp
on issue! It can be solved in the distributing level, but it would be more helpfull to solve this on a global level. -- Mit freundlichen Grüßen aus dem schönen Hainzell Simon Wesp The G in GNU stands for GNU http://fedoraproject.org/wiki/SimonWesp

Re: [dev] [surf] projects with the same name

2010-01-27 Thread Simon Wesp
ge it. > Imho to ignore that conflict isn't the right way. I would prefer "first come first served". It's older and known software which is hosted at sourceforge, a known software-portal and distributed in mandriva and opensuse, which are known linux distributions. -- Mit f

Re: [dev][surf] Next schedule?

2009-09-17 Thread Simon Rozet
ch less distracted and more focused when browsing the web. dwm + surf <3 -- Simon Rozet http://atonie.org

Re: [dev] [dwm] dwm upgrade issues...

2009-06-13 Thread Simon Parent
On Sat, Jun 13, 2009 at 12:14 PM, Szabolcs Nagy wrote: > On 6/13/09, Thanos Zygouris wrote: >> I use dwm-5.3.1 some time now and i really love the "gapless grid" layout >> and the "save floats" patch. >> I recently tried to upgrade to dwm-5.5, but it seems that the "save floats" >> patch is no lon