Re: [dwm] dwm's future

2009-04-25 Thread Alexander Polakov
2009/4/25, yy yiyu@gmail.com: There is a middle way solution. I just thought about it, and will probably have its drawbacks, but here it goes: keep a bar with only the tags and tile symbol and print the sel client title to stdout. This way you can use an external program (dzen) to render

Re: [dwm] last.fm + youtube downloader scripts

2009-01-05 Thread Alexander Polakov
http://www.arrakis.es/~rggi3/youtube-dl/

Re: [dwm] dwm: request to discuss

2008-08-28 Thread Alexander Polakov
The most time you spend on developing something. But from time to time you want to check irc and mail, maybe serf smth. And all the time you want to see your im client. What you do? Press Alt-o which brings my IM-client to me. Then press alt-o to hide it back. Such title bars bring a possibility

Re: [dwm] dwm: request to discuss

2008-08-27 Thread Alexander Polakov
Yes, I think it would be nice if the status bar could be written as a plugin: whenever something changed, dwm communicates it as a message (text) on stdout. You can write a patch, and if enough people like it (or Anselm), then it will make into the main stream

Re: [dwm] xxkb, per window keyboard layout

2008-08-10 Thread Alexander Polakov
xneur worked fine for me in the past, should work at the moment too.

Re: [dwm] Being not so elitist

2008-07-29 Thread Alexander Polakov
code quality, not public relations. I found out once that more elitist community is *always* more heplful then polite and friendly one. -- Alexander Polakov | http://rootshell.be/~polachok/

Re: [dwm] Border on fullscreen WINE apps and tag masks

2008-07-18 Thread Alexander Polakov
maybe wine sets _NETWM_STATE_FULLSCREEN and waits wm to handle it, but dwm lacks EWMH support. 2008/7/18, Alex Matviychuk [EMAIL PROTECTED]: Hello, Thanks for a great WM. I've been using it for several months and it has made me much more productive. I have two small issues I have not been

Re: [dwm] New website launch

2008-07-16 Thread Alexander Polakov
I like the design, works fine for me on vga pda. But why do you call it wiki? «A wiki is a collection of web pages designed to enable anyone who accesses it to contribute or modify content». Wiki is *not* a static website you can contribute to with some sort of VCS. Or am I missing something?

Re: [dwm] patch to store layouts per tagset

2008-07-08 Thread Alexander Polakov
windows. Here's a screenie [2]. [1] http://rootshell.be/~polachok/trash/dwm-ion-new-1004.tar.gz [2] http://rootshell.be/~polachok/trash/dwmtabbed.png -- Alexander Polakov | http://rootshell.be/~polachok/

Re: [dwm] Toggle Borders?

2008-06-23 Thread Alexander Polakov
B's button (if it's gui), is it pressed or do you need 2 clicks, one for focus and second for actual pressing? -- Alexander Polakov | http://rootshell.be/~polachok/

Re: [dwm] EWMH code would enable some code cuts

2008-05-06 Thread Alexander Polakov
toggleview(), toggletag(), etc. And you need to write a panel supporting this extended-extended non-already-standard. And plus dzen for stdin processing. -- Alexander Polakov

Re: [dwm] gnome integration

2008-04-24 Thread Alexander Polakov
/echinus/ [2] http://polachok.narod.ru/echinus-0.2.7.tar.gz -- Alexander Polakov

Re: [dwm] off the topic, let sselp support multibyte charactors?

2008-04-16 Thread Alexander Polakov
the attached patch, works fine for me. -- Alexander Polakov diff -ur sselp-0.1/sselp.c sselp-0.1h/sselp.c --- sselp-0.1/sselp.c 2006-10-13 13:11:28.0 +0400 +++ sselp-0.1h/sselp.c 2008-04-17 09:14:02.0 +0400 @@ -23,7 +23,8 @@ static unsigned char * getselection(unsigned long

Re: [dwm] I like Dmenu a little simpler

2008-03-07 Thread Alexander Polakov
' at the r.h.s. of the statusbar)? no -- Alexander Polakov | http://polachok.livejournal.com

Re: [dwm] visibility of focused windows

2008-03-04 Thread Alexander Polakov
for it. -- Alexander Polakov | http://polachok.livejournal.com

Re: [dwm] visibility of focused windows

2008-03-04 Thread Alexander Polakov
with monocle, nmaster, tabbar, xft and scratchpads based on dwm-4.4. -- Alexander Polakov | http://polachok.livejournal.com

Re: [dwm] Mouse Focus

2008-02-29 Thread Alexander Polakov
* Steven Blatchford [EMAIL PROTECTED] [080229 22:51]: 1) I would like to stop mouse movements from changing the window focus, has anyone done this? yep. if you want *only* this you can comment out focus(c) in enternotify(). if you want click-to-focus I have a patch for it. -- Alexander Polakov

Re: [dwm] [PATCH] Xft support for dmenu

2008-02-09 Thread Alexander Polakov
* Jan Blazek [EMAIL PROTECTED] [080210 01:01]: On Sun, Feb 10, 2008 at 12:07:13AM +0300, Alexander Polakov wrote: Hi all. It's a patch to use Xft instead of plain X11 in dmenu. I hope it may be useful for anybody besides me. http://koluthcka.ru/fwm/dmenu-3.4-xft.diff Hi, Yeah

Re: [dwm] [PATCH] Xft support for dmenu

2008-02-09 Thread Alexander Polakov
* Antoni Grzymala [EMAIL PROTECTED] [080210 03:00]: Alexander Polakov dixit (2008-02-10, 02:41): Yeah. Thanks, it helped me with some Czech characters in UTF-8. Only one (rather cosmetic) flaw is that with your patch dmenu is little bit higher. Thanks for the feedback. I noticed

Re: [dwm] Urgency hook?

2007-12-20 Thread Alexander Polakov
* Kurt H Maier [EMAIL PROTECTED] [071220 11:33]: So is the plan to do some kind of color swap on the status bar, or can we do something slightly more flexible? It would be nice if we could treat it just like a keybinding. That way I can set an exec call in config.h to call a script that

Re: [dwm] Proper way of monitoring battery level in DWM

2007-09-15 Thread Alexander Polakov
] | 01:02 | 0.03 [1] http://rootshell.be/~polachok/statusd-46.tar.gz -- Alexander Polakov | http://polachok.livejournal.com Russian DWM users | http://community.livejournal.com/ru_dwm/

Re: [dwm] Dwm and Ubuntu -- how to keep nifty UI features?

2007-09-10 Thread Alexander Polakov
2007/9/10, Kai Grossjohann [EMAIL PROTECTED]: Having been a Debian user, I now got an Ubuntu box and I wonder what is the best approach to running dwm on it, so that I won't lose the nifty UI features that Ubuntu offers, such as the Network Manager and the update notifications. Any advice?

Re: [dwm] cyrillic characters in the status bar (again)

2007-09-06 Thread Alexander Polakov
the result. http://rootshell.be/~polachok/XLC_LOCALE -- Alexander Polakov | http://polachok.livejournal.com Russian DWM users | http://community.livejournal.com/ru_dwm/

Re: [dwm] column layout revival?

2007-09-04 Thread Alexander Polakov
branch? I don't need columns and like the ability to view more than one tag. -- Alexander Polakov | http://polachok.livejournal.com Russian DWM users | http://community.livejournal.com/ru_dwm/

Re: [dwm] What is the use of Compiz on DWM?

2007-09-04 Thread Alexander Polakov
? If so what features do use? And are there any advantages to it? Thanks, Amit Hey! Compiz is a window(+composite) manager, you cannot use it with another window manager (dwm). I tried it for a couple of hours and couldn't find any useful features. -- Alexander Polakov | http

Re: [dwm] mouse vs keyboard issues

2007-08-30 Thread Alexander Polakov
, that's very annoying IMHO. If I want to change focus and I have hands on keyboard, I use an Alt-Tab / Alt-Shift-Tab way to change focus between clients and I wouldn't use stupid clicks all the time :) Thx for help, Wyrmskull -- Alexander Polakov | http://polachok.livejournal.com Russian

Re: [dwm] {V,H}RATIO

2007-08-06 Thread Alexander Polakov
, False); ny += nh; i++; -- Alexander Polakov | http://polachok.livejournal.com

Re: [dwm] start maximized patch

2007-07-31 Thread Alexander Polakov
already doing exactly this. patch: http://rootshell.be/~polachok/dwm-tabbar-4.3.diff and screenshot: http://rootshell.be/~polachok/dwm-19-07-07.png -- Alexander Polakov | http://polachok.livejournal.com

Re: [dwm] start maximized patch

2007-07-31 Thread Alexander Polakov
* Jeremy O'Brien [EMAIL PROTECTED] [070731 18:02]: On Tue, Jul 31, 2007 at 09:12:50AM -0400, Jeremy O'Brien wrote: On Tue, Jul 31, 2007 at 12:17:11PM +0400, Alexander Polakov wrote: * Kai Grossjohann [EMAIL PROTECTED] [070731 03:44]: On Mon, Jul 30, 2007 at 08:01:11PM +0200, pancake

Re: [dwm] Basic mouse feature?

2007-07-22 Thread Alexander Polakov
the screeny and get the patch [1], adding something like a taskbar. Code is nasty, I know. [1] http://community.livejournal.com/ru_dwm/1481.html -- Alexander Polakov | http://polachok.livejournal.com

Re: [dwm] Regexp difficulty

2007-07-06 Thread Alexander Polakov
?rkl | [EMAIL PROTECTED] Institute of Microelectronic Systems | http://www.ims.uni-hannover.de Phone: +49-(0)-511-762-19657 | Fax: +49-(0)-511-762-19694 -- Alexander Polakov | http://polachok.livejournal.com

Re: [dwm] X paste support for dmenu?

2007-06-17 Thread Alexander Polakov
http://www.suckless.org/download/sselp-0.1.tar.gz. -- Alexander Polakov | http://polachok.livejournal.com

Re: [dwm] Rearrange clients in stack.

2007-05-30 Thread Alexander Polakov
* Rickard Gustafsson [EMAIL PROTECTED] [070531 01:44]: So I guess that I have to change the order of the clients in some other way. Any proposals? Change the order of clients in double-linked list and call lt-arrange(). -- Alexander Polakov | http://polachok.livejournal.com

Re: [dwm] BUG? firefox save as dialog

2007-05-10 Thread Alexander Polakov
* Anselm R. Garbe [EMAIL PROTECTED] [070510 16:36]: Do you notice the same? No. gtk-2.10.11 on archlinux. -- Alexander Polakov | http://polachok.livejournal.com

Re: [dwm] make a window unfocussable?

2007-04-05 Thread Alexander Polakov
it runs with dwm - perhaps it uses WM_HINTS. Regards, Christian -- Christian.Garbs.http://www.cgarbs.de UH VEN root-tail works fine with dwm, I can see it on my only one tag dedicated to floating time management app (calcurse). -- Alexander

Re: [dwm] st terminal

2007-03-15 Thread Alexander Polakov
* Stalwart [EMAIL PROTECTED] [070315 14:25]: I think you'll end up on writing your own suckless kernel or building your own suckless CPU (DISC? Dynamic Instruction Set Computer?) What about Minix3 for suckless kernel? -- Alexander Polakov | http://polachok.livejournal.com

Re: [dwm] st terminal

2007-03-15 Thread Alexander Polakov
* Stalwart [EMAIL PROTECTED] [070315 14:40]: Jari is more suckless Jari was rather incomplete when I tried it last time a couple of months ago... Does it worth another try? -- Alexander Polakov | http://polachok.livejournal.com

Re: [dwm] [skb] skb-0.2 Simple xkb status

2007-03-03 Thread Alexander Polakov
* pancake [EMAIL PROTECTED] [070303 20:45]: BTW Can't understand how this tool works/should be used. It should print current xkb layout on stdin for use with dwm status bar if you have sth like: Option XkbLayout us,ru(winkeys) in /etc/X11/xorg.conf -- Alexander Polakov | http

Re: [dwm] uriel sez the default config is retarded

2007-02-10 Thread Alexander Polakov
against 3.4. -- Alexander Polakov | http://polachok.livejournal.com

Re: [dwm] dwm-3.3

2007-02-01 Thread Alexander Polakov
is still in progress, but the basic things work fine already.) Regards, -- Anselm R. Garbe http://suckless.org/~arg/ GPG key: 0D73F361 Where is the project philosophy? Cannot find it to point my friend to... -- Alexander Polakov | http://polachok.livejournal.com

Re: [dwm] removing unfocused labels

2006-12-08 Thread Alexander Polakov
me. -- Alexander Polakov | http://polachok.livejournal.com