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

2014-02-14 Thread Yury Shvedov
Hi, I'm newbie in dwm, so I felt the luck of desktops grid like in other Window Managers like XFCE or OpenBox. And I couldn't find any solution for multiple rows of tags, so I decided to make it by myself. In addition I got assumed to xxkb's functionality, but it have some problems with dwm,

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

2014-02-14 Thread Yury Shvedov
s 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 desktops grid like in other Window Managers like XFCE or OpenBox. And I couldn't find any solution for multiple rows of tags, so I decided to make it by myself. In addition I

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

2014-06-22 Thread Yury Shvedov
x27;t working with dmenu, but it could be very useful for it. Does someone has an idea how to handle such problems? On 02/14/2014 09:07 PM, Yury Shvedov wrote: Hi, I'm newbie in dwm, so I felt the luck of desktops grid like in other Window Managers like XFCE or OpenBox. And I couldn't fi

Re: [dev] Plain text editor that sucks less - an alternative to VIM?

2014-06-29 Thread Yury Shvedov
about some dos - like editors running on Linux/Bsd,... *nix? ( Having windowed-look: http://tvision.sourceforge.net/tv2-QNX-tvscreen.jpg ) I looking forward to reading you. Thank you and best regards, Pat -- Kind regards Yury Shvedov

[dev][dwm] Systray and hipchat

2015-03-04 Thread Yury Shvedov
u. -- Kind regards Yury Shvedov

Re: [dev][dwm] Systray and hipchat

2015-03-04 Thread Yury Shvedov
Yep! Sometimes I have the same glitches but It doesn't hurt me. But absence of an icon any time the client runs distress me. I have not much time to investigate this too but when I will, I would look to the code of something like trayer or stalonetray as an example. Kind regards Yury Sh

Re: [dev][dwm] Systray and hipchat

2015-03-07 Thread Yury Shvedov
No I've never seen hipchat client's tray icon working within dwm tray. Maybe I would have some time on this weekends to check this issue by myself. My suggestion is to take one of the applications I mentioned before and compare with it. -- Kind regards Yury Shvedov On 03/07/201

Re: [dev][dwm] Systray and hipchat

2015-03-07 Thread Yury Shvedov
systray. I'll check last one tomorrow. On 03/07/2015 10:30 PM, Eric Pruitt wrote: On Thu, Mar 05, 2015 at 09:40:56AM +0300, Yury Shvedov wrote: Yep! Sometimes I have the same glitches but It doesn't hurt me. But absence of an icon any time the client runs distress me. I have not much t

Re: [dev][dwm] Systray and hipchat

2015-03-09 Thread Yury Shvedov
-- Kind regards Yury Shvedov On 03/09/2015 02:55 AM, Eric Pruitt wrote: Did you actually try implementing the kludge? I attempting to do so in a couple of ways, and in the best case scenario, I got a space in the tray where the icon should be, and although I could click it and have HipChat van

Re: [dev][dwm] Systray and hipchat

2015-03-09 Thread Yury Shvedov
Of course I will. But I want firstly to check it with original dwm and to resolve the last issue with pidgin. I'll do it as soon as possible. On 03/09/2015 05:45 PM, Eric Pruitt wrote: On Mon, Mar 09, 2015 at 10:42:37AM +0300, Yury Shvedov wrote: Yes, I did. And it works well for me

Re: [dev][dwm] Systray and hipchat

2015-03-12 Thread Yury Shvedov
Ok, I apologize for your waiting. I still couldn't find a time for this. But this patch is not very different from the original. The only differences is your check within SYSTEM_TRAY_REQUEST_DOCK handler and my one line withing unmapnotify() function. Kind regards Yury Shvedov On 03/12

Re: [dev] Re: [dwm] [libsl] Xft and fallback fonts support

2015-03-15 Thread Yury Shvedov
using git-am this time. This makes maintaining my personal copy of dwm a and its patches a lot easier. If anyone is currently using the systray patch and would like to update their copy of dwm, I will be submitting an updated version of the patch to the wiki this weekend. Eric -- Kind re

Re: [dev] Re: [dwm] [libsl] Xft and fallback fonts support

2015-03-15 Thread Yury Shvedov
On 03/15/2015 06:28 PM, Eric Pruitt wrote: On Sun, Mar 15, 2015 at 01:41:11PM +0300, Yury Shvedov wrote: Please don't be hurry. I got close to the last systray's problem solution. I hope I will fix it today. Alright. On a related note, it turns out my fix for the missing icons doesn'

Re: [dev] [dwm] alpha+ systray patches not working together

2016-10-27 Thread Yury Shvedov
Hi, what exactly happens when you trying to start it? Does it chrash? If so, try to run under valgrind. Put in your xinitrc or whatever you use something like: valgrind --log-file=/tmp/dwm-crash.log dwm instead of dwm. And then check in /tmp/dwm-crash.log where error exactly happens. Bth