<br><br><div class="gmail_quote">2009/9/2 Marc Lehmann <span dir="ltr"><<a href="mailto:schmorp@schmorp.de">schmorp@schmorp.de</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Wed, Sep 02, 2009 at 09:57:48PM +0400, Denis Linvinus <<a href="mailto:linvinus@gmail.com">linvinus@gmail.com</a>> wrote:<br>
> i have rewrite kuake plugin<br>
<br>
</div>Hi!<br>
<br>
> undecorated window<br>
<br>
how is this different from the existing -bl switch?<br></blockquote><div> </div><div>i have ubuntu 9.04 gnome 2.26<br>
<br>
urxvt
--version                                                                                                                                                                                  
[130 INT]<br>
urxvt: "version": unknown or malformed option.<br>
rxvt-unicode (urxvt) v9.06 - released: 2008-06-15<br>
options:
perl,xft,styles,combining,blink,iso14755,unicode3,encodings=eu+vn+jp+jp-ext+kr+zh+zh-ext,fade,transparent,tint,afterimage,XIM,frills,selectionscrolling,wheel,slipwheel,smart-resize,cursorBlink,pointerBlank,scrollbars=plain+rxvt+NeXT+xterm<br>

<br>
with -bl urxvt freeze (with compiz and metacity)<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
> specific window position<br>
<br>
same here, how is this different from the existing option?<br></blockquote><div><br>if you about urxvt -g 50x20+50+50 it also setup only window size without position (tested with same wm's)<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
> stay above<br>
<br>
maybe that should be a separate switch, too.<br>
<br>
> and configuration options<br>
<br>
possibly, but nobody will find them without any documentation.<br></blockquote><div><br>if you run my version without settings you will get following information<br><br>urxvt: Kuake: option URxvt.kuake.key is empty, using F1 as key binding.<br>
urxvt: Kuake: possible values 'C'-control 'M'-meta 'S'-shift example: 'URxvt.kuake.key: S-C-M-F1' <br>urxvt: Kuake: also possible setup default window position: URxvt.kuake.pos_x URxvt.kuake.pos_y<br>
<br>previous kuake use hard-coded urxvt::AnyModifier , which bind all
possible key combinations, so kuake didn't work if one of them already
binded by another application. <br>also urxvt have bug, function XGrabKey didn't return anything, so perl script can't understand if bind was success or not.<br>only error in parent terminal<br>urxvt: An X Error occured, trying to continue after report.<br>
urxvt: X Error of failed request:  BadAccess (attempt to access private resource denied)<br>urxvt: Major opcode of failed request:  33<br>urxvt: (which is X_GrabKey)<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
> new version in attachment<br>
<br>
if you want it to become part of urxvt, you should:<br></blockquote><div><br>sorry i have not enough time for this.<br>i send my version because i spent two days before make urxvt enough suitable as tilda.<br>And i can't find in internet how to get same result without using addition applications.<br>
<br>Hope this version help someone. <br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
a) address the above problems<br>
b) use the same style as the rest of urxvt (the code is total<br>
   chaos - sometimes 3 spaces indentation are used, sometimes 4, sometimes<br>
   8, all within the same block, sometimes spaces are used around(),<br>
   sometimes not, the same is true for {}).<br>
c) nothing can go into irxvt without proper documentation, otherwise any<br>
   features are completely useless.<br></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
greetings,<br>
<font color="#888888"><br>
--<br>
                The choice of a       Deliantra, the free code+content MORPG<br>
      -----==-     _GNU_              <a href="http://www.deliantra.net" target="_blank">http://www.deliantra.net</a><br>
      ----==-- _       generation<br>
      ---==---(_)__  __ ____  __      Marc Lehmann<br>
      --==---/ / _ \/ // /\ \/ /      <a href="mailto:pcg@goof.com">pcg@goof.com</a><br>
      -=====/_/_//_/\_,_/ /_/\_\<br>
</font></blockquote></div><br>