Re: [dev] [dwm] [PATCH] Focus root window on startup

2013-08-31 Thread Lukas Fleischer
On Sat, Aug 31, 2013 at 02:11:26PM +0300, FRIGN wrote: > Am 8/31/13 1:37 PM, schrieb Markus Teich: > >I don't think this is a valid argumentation, since you could also turn it > >around and say: > >As lxdm works with most other window managers, it is the dwm-developers' > >job. > > > >Therefore i t

Re: [dev] [dwm] [PATCH] Focus root window on startup

2013-08-27 Thread Lukas Fleischer
On Tue, Aug 27, 2013 at 11:34:32AM +0200, Martti Kühne wrote: > On Mon, Aug 26, 2013 at 10:09 PM, Lukas Fleischer > wrote: > > *bump*. Is this something that might be included in mainline? > > > >> > >> diff --git a/dwm.c b/dwm.c > >> index 6f716e

Re: [dev] [dwm] [PATCH] Focus root window on startup

2013-08-26 Thread Lukas Fleischer
On Sun, Aug 18, 2013 at 01:36:50PM +0200, Lukas Fleischer wrote: > It seems like we did not ensure that the root window has the input focus > when starting dwm without any clients. This led to several problems, > such as dwm being unresponsive when started from LXDM, se

[dev] [dwm] [PATCH] Focus root window on startup

2013-08-18 Thread Lukas Fleischer
input focus in setup(). Signed-off-by: Lukas Fleischer --- I am not entirely sure whether this is the right thing to do but it fixes the problems mentioned in the commit message for me. dwm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dwm.c b/dwm.c index 6f716e9..1bbb4b3 100644 --- a

Re: [dev] [PATCH] Changed the way title is set to support UTF-8.

2013-02-22 Thread Lukas Fleischer
On Fri, Feb 22, 2013 at 09:25:19PM +0400, Alexander Sedov wrote: > Fair enough. Looks like automatic sending via git has its downsides. You can use `git send-email --annotate HEAD^` and add a prefix to the subject. Or just change the "format.subjectprefix" configuration value to something like "st

Re: [dev] [suckless] Migration to git

2013-02-13 Thread Lukas Fleischer
On Thu, Feb 14, 2013 at 01:01:03PM +1100, Sam Watkins wrote: > > I've been working with git lately, trying to do some unusual things, > > and I need to say this is one of the least suckless pieces of software > > I've ever worked with. It's complex, obscure, inconsistent, quirky... > > > tell wha

Re: [dev] Re: [suckless] Migration to git

2012-11-26 Thread Lukas Fleischer
On Mon, Nov 26, 2012 at 03:59:11PM +0100, pancake wrote: > On 11/26/12 12:31, Christian Neukirchen wrote: > >pancake writes: > > > >>git is far more confusing than hg.. in fact sometimes i have to check > >>my notebook or manpages in order to do something in hg is plain easy. > >Do you have some c

Re: [dev] sbase TODO patch

2012-02-09 Thread Lukas Fleischer
On Thu, Feb 09, 2012 at 10:52:57PM +, Connor Lane Smith wrote: > On 9 February 2012 22:44, Lukas Fleischer wrote: > > Yeah. 'if (!argv[1]) argv[1] = "y";' and this gets a +1 from me :) > > It'd probably be more like, > > > const char *s = (ar

Re: [dev] sbase TODO patch

2012-02-09 Thread Lukas Fleischer
On Thu, Feb 09, 2012 at 10:19:55PM +, Connor Lane Smith wrote: > Do we really need multiple arguments for yes(1)? BSD doesn't. > > > while(puts(argv[1]) != EOF); Yeah. 'if (!argv[1]) argv[1] = "y";' and this gets a +1 from me :) > > cls

Re: [dev] sbase TODO patch

2012-02-09 Thread Lukas Fleischer
On Thu, Feb 09, 2012 at 04:06:59PM -0500, Galos, David wrote: > malloc() in yes(1) is definitely overkill. I've attached a simple > version. Invoking malloc() once (resulting in O(1) additional time and space) is overkill but using printf() in every iteration (which means firing up the printf() pa

Re: [dev] [dwm] code cleanup

2011-07-26 Thread Lukas Fleischer
On Tue, Jul 26, 2011 at 11:16:30PM +0400, anonymous wrote: > Style fixes, removed > > missing = NULL; > > line. XCreateFontSet do it for you at the beginning of function [1]. > Added missing blank line, still 5 lines removed. > > dwm page [2] says "dwm is only a single binary, and its sou

Re: [dev] dmenu-4.4

2011-07-20 Thread Lukas Fleischer
On Wed, Jul 20, 2011 at 10:58:32AM +0100, Kai Hendry wrote: > On 20 July 2011 10:54, Nick wrote: > >  wget http://dl.suckless.org/tools/dmenu-4.4.tar.gz.sig > >  gpg --verify dmenu-0.4.tar.gz.sig > > is not that tricky. > > You've skipped over the part of how you exchange the public key, no? Jus

Re: [dev] @bleidl, 26/03/11 19:41

2011-03-29 Thread Lukas Fleischer
On Tue, Mar 29, 2011 at 06:35:05PM +0200, pancake wrote: > [brl_normal]Bruce Leidl (@bleidl) > 26/03/11 19:41 > Dude patiently tries to explain to #Archlinux why no authentication for > packages is a huge problem. Ban hammer. bit.ly/hSZUR3 > http://www.toofishes.net/blog/real-story-behind-arch-l

Re: [dev] backup windows

2011-03-09 Thread Lukas Fleischer
On Wed, Mar 09, 2011 at 07:44:36PM +, hiro wrote: > I currently use ftp to manually backup an important folder from the > windows laptop to my lunix file server. > This folder has gotten too big and complicated lately, so I'm > searching for a windows application to automate this. > It probably