[dwm] [dvtm] Cyrillic input

2008-11-29 Thread SIO
If I start some applications inside dvtm, sometimes I've got troubles
with cyrillic input.
Sometimes letters enter, sometimes not. I have to press a key for a
long time to get it entered.

1.
mcabber reports following error:
   Unknown key=128
(keycode may vary)

2.
aptitude crashes with a report:
   Uncaught exception: Unable to read from stdin: Success

3.
htop just closes the search prompt when I try to enter some cyrillic symbols


But some applications always work pretty good with cyrillic input,
e.g. bash, ncmpc, vim

I tested it on:
 - dvtm 0.4.1-1 from ubuntu repos,
 - dvtm 0.4.1 compiled from source (tarball from
http://www.brain-dump.org/projects/dvtm/dvtm-0.4.1.tar.gz)
 - dvtm 0.4.1 from git repository (fetched on November, 29)

The bug appears in all versions.

Is there any way to fix it?



[dwm] slock dialog behavior

2008-11-29 Thread list subscriber
Hello,
It seems as though some variation of a previous dialog bug (
http://lists.suckless.org/dwm/0711/4361.html) still exists. I was able to
reproduce the behavior with dwm and twm. In the first case I am able to
regain control to the window manager, but in the second case X must be
restarted.

 cat t.sh
#!/bin/bash

firefox 
PID=$!
sleep 3
kill -9 $PID

# 1. slock drops back to wm and all windows are visible until an input event
# (key press/mouse event) in which case it blanks again and it behaves as
# normal
slock 
firefox 

# 2. just flashes to wm on an input event but doesn't allow entering
password
# Warning! I was unable to unlock the display and had to restart X
:EOF
while :; do
[[ `xlsclients | grep firefox` ]]   slock
done
EOF

Thanks


Re: [dwm] [dvtm]: fix for status bar

2008-11-29 Thread Claudio M. Alessi
I tested your patch a bit and it seems to work properly.
Does it will going in upstream?

Thanks for your help and time.


Claudio M. Alessi

-- 
JID: [EMAIL PROTECTED]
WWW: http://dinotte.teroristi.org



[dwm] urgent windows border

2008-11-29 Thread yy
The attached patch set a different border color for windows with the
urgency hint flag set. The flag will be removed when the client is
focused (instead of when it is visible). It saves some lines of code
(and can save some more moving clearurgent() to focus(), since it is
used only there).

have fun,

-- 


- yiyus || JGL .


urgentborder.diff
Description: Binary data


[dwm] Re: urgent windows border

2008-11-29 Thread yy
It had a bug. We don't want to set as urgent the sel client. Sorry for
the noise.



-- 


- yiyus || JGL .


urgentborder.diff
Description: Binary data