Re: [dev] Suckless pinyin input?

2014-02-24 Thread Chris Down
On 2014-02-24 12:58:38 +0900, Renick Bell wrote: I've had better luck with fcitx, though not sure how much less the code sucks. fcitx with sunpinyin is great, thanks. I've switched over to that. :-) 谢谢 pgpjIfEmIMC4F.pgp Description: PGP signature

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

2014-02-24 Thread Krol, Willem van de
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 0001-reset-channel-buffer-after-leaving-saved-channel.patch Description:

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 first

Re: [dev] [dwm] Why fullscreen at all?

2014-02-24 Thread Michael Hauser
Szilagyi Szilveszter writes: I have tried the mod-shift-space trick and it works. Visually I get the menu back but my browser still remains its fullscreen mode while I can tile it and/or switch to other buffers. If then I press F11 it returns to normal mode. If then again press F11 I have

Re: [dev] [dwm] Why fullscreen at all?

2014-02-24 Thread Michael Hauser
sta...@cs.tu-berlin.de writes: * Michael Hauser 2014-02-24 02:04 No, they do not float. If they did, I would be able to move or resize them. Also they cannot be toggled to float, as long in fullscreen mode. Try it and see. Don't have feh, ffx here; can't find how to go fullscreen in

Re: [dev] tmux/screen alternative

2014-02-24 Thread Roberto E. Vargas Caballero
Remark: st -o .../bla.st is not explicitely what I'm after. I only want the output and I don't want to specify a file name each time I run it. I guess I will hack st to log to /var/log or something similar for this task. I have some patches in my repository about this point. There are some

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

2014-02-24 Thread Krol, Willem van de
Yes, but very late. I waited more than a day but didn't see my mail on the mailing list for some strange reason. On Mon, Feb 24, 2014 at 5:47 PM, Carlos Torres vlaadbr...@gmail.com wrote: Hello, On 2/24/14, Krol, Willem van de 008...@jfc.nl wrote: Hi, sic saves the first channel you join,

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

2014-02-24 Thread Carlos Torres
I think it takes a day for the list to update? on lists.suckless.org, just a guess. I got your first email Fed 22, 2014 at 4:14pm On 2/24/14, Krol, Willem van de 008...@jfc.nl wrote: Yes, but very late. I waited more than a day but didn't see my mail on the mailing list for some strange reason.

Re: [dev] [dwm] Why fullscreen at all?

2014-02-24 Thread Szilagyi Szilveszter
I use dwm-6.0 btw. I tried feh and it works fine. I can also tile it after put it into fullscreen mode and press mod-shift-space. (I only have issues with virtualbox even if I use its mouse-integration feature)

Re: [dev] [dwm] Why fullscreen at all?

2014-02-24 Thread Michael Hauser
Szilagyi Szilveszter writes: I use dwm-6.0 btw. I tried feh and it works fine. I can also tile it after put it into fullscreen mode and press mod-shift-space. Yahoo, I just compiled dwm-6.0 and this works perfectly as you described. I think I can go with the extra keys needed for now. So

[dev] Re: [dwm] Why fullscreen at all?

2014-02-24 Thread Michael Hauser
Hi, now I am ashamed. I have read into the superb source (dwm-6.0) a litte and just commented out: c-isfloating = True; in the function: void setfullscreen(Client *c, Bool fullscreen) And now it's fine and does precisely what I want. Happy hacking! mih On 2/23/14, Michael Hauser