2009/9/2 Marc Lehmann <schm...@schmorp.de> > On Wed, Sep 02, 2009 at 09:57:48PM +0400, Denis Linvinus < > linvi...@gmail.com> wrote: > > i have rewrite kuake plugin > > Hi! > > > undecorated window > > how is this different from the existing -bl switch? >
i have ubuntu 9.04 gnome 2.26 urxvt --version [130 INT] urxvt: "version": unknown or malformed option. rxvt-unicode (urxvt) v9.06 - released: 2008-06-15 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 with -bl urxvt freeze (with compiz and metacity) > > > specific window position > > same here, how is this different from the existing option? > if you about urxvt -g 50x20+50+50 it also setup only window size without position (tested with same wm's) > > stay above > > maybe that should be a separate switch, too. > > > and configuration options > > possibly, but nobody will find them without any documentation. > if you run my version without settings you will get following information urxvt: Kuake: option URxvt.kuake.key is empty, using F1 as key binding. urxvt: Kuake: possible values 'C'-control 'M'-meta 'S'-shift example: 'URxvt.kuake.key: S-C-M-F1' urxvt: Kuake: also possible setup default window position: URxvt.kuake.pos_x URxvt.kuake.pos_y 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. also urxvt have bug, function XGrabKey didn't return anything, so perl script can't understand if bind was success or not. only error in parent terminal urxvt: An X Error occured, trying to continue after report. urxvt: X Error of failed request: BadAccess (attempt to access private resource denied) urxvt: Major opcode of failed request: 33 urxvt: (which is X_GrabKey) > > new version in attachment > > if you want it to become part of urxvt, you should: > sorry i have not enough time for this. i send my version because i spent two days before make urxvt enough suitable as tilda. And i can't find in internet how to get same result without using addition applications. Hope this version help someone. > a) address the above problems > b) use the same style as the rest of urxvt (the code is total > chaos - sometimes 3 spaces indentation are used, sometimes 4, sometimes > 8, all within the same block, sometimes spaces are used around(), > sometimes not, the same is true for {}). > c) nothing can go into irxvt without proper documentation, otherwise any > features are completely useless. > > greetings, > > -- > The choice of a Deliantra, the free code+content MORPG > -----==- _GNU_ http://www.deliantra.net > ----==-- _ generation > ---==---(_)__ __ ____ __ Marc Lehmann > --==---/ / _ \/ // /\ \/ / p...@goof.com > -=====/_/_//_/\_,_/ /_/\_\ >
_______________________________________________ rxvt-unicode mailing list rxvt-unicode@lists.schmorp.de http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode