[dwm] multiple functions per key revised

2006-12-14 Thread pancake
-bottom-stack patch and works pretty good for me. Would be good to be included into the main branch. --pancake

Re: [dwm] multiple functions per key revised

2006-12-15 Thread pancake
Yu.. Just KiSS :) On Fri, Dec 15, 2006 at 05:09:43PM +0100, Sander van Dijk wrote: On 12/15/06, Enno Gottox Boland [EMAIL PROTECTED] wrote: Hi! WTF? Adding return for saving a few milliseconds and adding an extra layout to make dwm more bloat... I dont think this is a good idea. Imho we

Re: [dwm] dwm/dmenu how to use?

2006-12-22 Thread pancake
On my debian and ubuntu boxes this flag is necessary. On 12/21/06, Antoni Grzymala [EMAIL PROTECTED] wrote: Tako rzecze Sander van Dijk (w e-mailu datowanym 2006-12-21, 12:16): On 12/21/06, pancake [EMAIL PROTECTED] wrote: `ls /usr/bin | dmenu` `ls --color=never /usr/bin/ | dmenu

Re: [dwm] strangeness with screen

2007-01-09 Thread pancake
would like to see 'st' working soon. --pancake hi there i am altering my dwm config file such that i provide a xterm command with the option -e screen -a when i do this i will often see the resulting xterm only take up a portion of the space allocated to it. for example, the prompt

Re: [dwm] Mail list

2007-01-18 Thread pancake
I think is very useful, so comments are usually useless or criptic. And patches are not very huge. We're working with small LOCs :) --pancake Anselm R. Garbe -- dwm (2007-01-18 13:21:11 +0100): On Thu, Jan 18, 2007 at 12:58:54PM +0100, Javier wrote: Hi there, I'm subscribed to the suckless

Re: [dwm] new windows on slave area

2007-01-19 Thread pancake
into the main stream? --pancake On Thu, Jan 18, 2007 at 03:40:31PM +0100, Oliver Heins wrote: Hi Tener, Tener Hades [EMAIL PROTECTED] writes: i've changed TILESYMBOL the same way the bottom stack patch does to notify of which mode you're in. [-]= appends the stack (your patch

Re: [dwm] slock and fingerprint

2007-01-29 Thread pancake
Before seen any reply..I forgot to say that this patch is just for playing and testing, it's buggy, ugly and almost blameable. So, don't rush your hate against it. I just want to share this toy if anyone of you want to play with it. btw, what's the right place to discuss about slock? --pancake

[dwm] append window patch - reloaded

2007-02-04 Thread pancake
= sw - dc.w; --pancake

Re: [dwm] recent changes to dwm (since dwm-3.5)

2007-02-19 Thread pancake
No rotation cycle between layout modes? maybe a final {0} would be nice for this. I like to minimize the number of keys to use. --pancake On Mon, Feb 19, 2007 at 11:56:18AM -0500, John S. Yates, Jr. wrote: Scanning the bundles showing up on [hackers] it is clear that those of us who have

Re: update: Re: [dwm] recent changes to dwm (since dwm-3.5)

2007-02-20 Thread pancake
redesign of dwm. --pancake On Mon, Feb 19, 2007 at 09:22:41PM -0500, John S. Yates, Jr. wrote: On Mon, Feb 19, 2007 at 11:56:18AM I wrote: Scanning the bundles showing up on [hackers] it is clear that those of us who have any significant investment in dwm patches are in for rough sledding

[dwm] focusnext/prev

2007-02-22 Thread pancake
preparing the append-window patch for the last version of dwm. I'll submit't when finished. What do you think about these changes? --pancake

Re: [dwm] recent changes since 3.6[.1]

2007-02-22 Thread pancake
my boxes. 16 is too low, and I've use't two or three times to get the width I want. BTW imho 15 is wrong. BTW i think this value could be proportional to screen resolution instead of pixel size. --pancake

Re: [dwm] speaking of terminology...

2007-02-22 Thread pancake
arg wrote: I like untiled. The reason why I changed floating is that it clashes with the datatype, however tile() and untile() seem straight-forward. I go for it. ... and tile/untile really shows that dwm is about tiling :_) untile is ok for me too.

Re: [dwm] FYI

2007-02-23 Thread pancake
Interesting/related stuff: http://www.folklore.org/StoryView.py?project=Macintoshstory=Negative_2000_Lines_Of_Code.txt http://programming.reddit.com/info/388u/comments --pancake http://programming.reddit.com/info/15yp3/comments (thanks to Felix Berger for reporting this to me) -- Anselm

Re: [dwm] Tabs in dwm

2007-02-26 Thread pancake
where's the patch? I have modified the restack() function to raise the sel client (it won't happen when the focus changes moving the mouse, it would be annoying). This adds some advantages and removes 3 or 4 loc. This could be useful for people who wants a tabs functionality in dwm. I will

Re: [dwm] update moveresize for dwm 3.7

2007-02-26 Thread pancake
0w 32h }, \ { MODKEY|ShiftMask|ControlMask, XK_k, moveresize, 0x 0y 0w -32h }, \ --pancake On Mon, 26 Feb 2007 14:16:05 +0100 Jan Christoph Ebersbach [EMAIL PROTECTED] wrote: Hi, here is an update of moveresize according to Anselm's comments. Mahlzeit. Jan

Re: [dwm] update moveresize for dwm 3.7

2007-02-27 Thread pancake
Yeah, this new syntax looks cleaner for me. good job. On Mon 26-02-2007 18:27, pancake wrote: On Mon 26-02-2007 15:30, pancake wrote: this is my config: Hm, does this config work for you? Every other value after the integer, except 'r', is interpreted as an absolute instead

Re: [dwm] dzen2

2007-03-02 Thread pancake
)opyright 2007 Robert Manea); \n is done by puts() and stdout is default for printing such * would be nice to be able to choose where we want to print the statusbar (bottom, top, etc) and the height. (not only the font) --pancake Hi, I modified dzen quite a bit and came out with this: http

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

2007-03-03 Thread pancake
The program is buggy (groups and active vectors are not initialized) and always dumps 4 shitty bytes to stdout. BTW Can't understand how this tool works/should be used. Hi everybody, I created a small tool based on gkrellm-xkb plugin called skb. I have leds on my laptop not accessible for eye

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

2007-03-03 Thread pancake
, groups: %s act: %s\n, num_groups, active_group, groups, active); return 0; On Sat, 3 Mar 2007 20:51:33 +0300 Alexander Polakov [EMAIL PROTECTED] wrote: * pancake [EMAIL PROTECTED] [070303 20:45]: BTW Can't understand how this tool works/should be used. It should print current xkb

Re: [dwm] dzen2 latest release

2007-03-04 Thread pancake
for wheel (progressive rollup/rolldown) If we hook USR1 we can put a new keybinging to execute: pkill -USR1 dzen2 This can be used to rollup/down all the running dzen2s with a single keystroke Nice toy! --pancake On Sun, 4 Mar 2007 11:37:35 +0100 Robert Manea [EMAIL PROTECTED] wrote: Hi, i

Re: [dwm] dzen2 latest release

2007-03-05 Thread pancake
. Just for eyecandy purposes O:) --pancake

Re: [dwm] issues with java apps

2007-03-05 Thread pancake
), and if it's not make things go wrong. afaik it works perfectly with GNU Classpath, and gnu classpath people is also notified about this stuff, they tried to talk with sun people to make them fix this stuff, but seems that nothing changed since then. /me hopes to see this fixed in 1.7 --pancake

Re: [dwm] dzen2 latest release

2007-03-06 Thread pancake
and no time for reading ma's) send a patch for dwm for composite support. It was a two lines patch. It could probably be helpful for this. --pancake

Re: [dwm] vulnerability in slock

2007-03-12 Thread pancake
/001518.html Que ho disfrutis ;) --pancake At least in slock 0.6, nothing prevents me from killing the Xorg server with control+alt+backspace, returning to an open tty. Also, I cannot unlock ever: the screen turns black on launching slock, then I type my password and push return. Slock beeps

Re: [dwm] dinput-0.1 - dynamic input

2007-03-14 Thread pancake
what you're looking for is something similar to one of the concepts of the aborted stereowm, the push/pop feature, and would be cool to have a per-desktop push/pop or so, but imho this is out of the dwm approach and can be easily implemented out of the wm. --pancake Christian Dietrich [EMAIL

Re: [dwm] swm-0.1 - selecting window manager

2007-03-14 Thread pancake
think most of the features of swm should be discussed and enhaced, It shows some interesting stuff, but it needs more feedback and discussion. --pancake On Wed, 14 Mar 2007 13:55:06 +0100 Enno \Gottox\ Boland [EMAIL PROTECTED] wrote: Hi! On monday I've got a great idea how I can improve my

[dwm] minor fix for moveresize patch

2007-03-17 Thread pancake
, moveresize, 0x 0y 0w 32h }, \ { MODKEY|ShiftMask|ControlMask, XK_k, moveresize, 0x 0y 0w -32h }, \ Have fun! PD: I would like to see the moveresize patch included into the mainstream dwm. ARG what do you think? --pancake

Re: [dwm] minor fix for moveresize patch

2007-03-19 Thread pancake
to create a new entry in the left menu panel. --pancake On Mon, 19 Mar 2007 20:54:07 +0100 Anselm R. Garbe [EMAIL PROTECTED] wrote: On Sat, Mar 17, 2007 at 09:54:25PM +0100, pancake wrote: I've found a bug in the moveresize patch. You can resize windows when you are in floating mode

Re: [dwm] minor fix for moveresize patch

2007-03-19 Thread pancake
menu panel. --pancake http://www.suckless.org/edit/dwm/patches/pancake ? (i haven't tried it though) Yes that should work (the password is known). Regards, -- Anselm R. Garbe http://www.suckless.org/ GPG key: 0D73F361 --pancake

Re: [dwm] append window patch for dwm-3.8

2007-03-19 Thread pancake
Oops missing url: http://news.nopcode.org/dwm-3.8-append-window.diff --pancake On Tue, 20 Mar 2007 01:41:27 +0100 pancake [EMAIL PROTECTED] wrote: I've updated the append window patch for dwm-3.8. It's a little buggy when zooming, but it's an initial implementation. These days I have

[dwm] More suckless software

2007-04-06 Thread pancake
I've found this browsing thru freshmeat: http://freshmeat.net/projects/thinglaunch/ --pancake

Re: [dwm] More suckless software

2007-04-07 Thread pancake
is that it doens't respect my shell aliases. Anybody know any workarounds ? I tried playin with dmenu_path. But didn't help. -Arun --pancake

[dwm] pvc version control system

2007-04-14 Thread pancake
into the same script written in POD. Take a look: http://www.youterm.com/pvc.html http://www.youterm.com/pvc-0.2.tar.gz --pancake

Re: [dwm] pvc version control system

2007-04-14 Thread pancake
is to finally implement pvc in C. and i cannot create a new repo with './pvc init repo' :) try with: $ PATH=$PWD:$PATH pvc init otherwise thanks, it looks promising Thanks for your interest! --pancake

Re: [dwm] OT: X11 sniffer

2007-05-25 Thread pancake
Thanks for all your tips/ideas! On Fri, 25 May 2007 16:19:22 +0200 Anselm R. Garbe [EMAIL PROTECTED] wrote: On Fri, May 25, 2007 at 04:09:09PM +0200, pancake wrote: I am looking for an X11 protocol sniffer or something similar, I know that there is an X11 proxy, but needs to translate all

Re: [dwm] [OT] which font are you using

2007-05-28 Thread pancake
Any shot? :) i'm curious On Sat, May 26, 2007 at 05:02:46AM -0700, Julian Romero wrote: Which fonts are you guys using? uni_vga for just about everything, including GTK. http://www.inp.nsk.su/~bolkhov/files/fonts/univga/ -- # Kurt H Maier

[dwm] dmenu with mouse support?

2007-06-01 Thread pancake
option should take more sense on a kiss environment, but this will be probably harder to design O:) --pancake

[dwm] focus changes

2007-06-02 Thread pancake
have no time to get a look on the source now. Sorry. --pancake

Re: [dwm] focus changes

2007-06-02 Thread pancake
situations this is a no issue, so there won't be a change.) Yup. maybe. --pancake

[dwm] clients per tag patch (v2)

2007-06-10 Thread pancake
(arg); lt-arrange(); } --pancake

[dwm] clientspertag patch v3

2007-06-10 Thread pancake
Sorry for the previous noise :) Next updates for this patch will appear on the wiki: http://www.suckless.org/wiki/dwm/patches/clientspertag Now you can hide all tiled windows with arg = 0. (default value is -1) --pancake

[dwm] X paste support for dmenu?

2007-06-16 Thread pancake
It can be possible to add 'x paste' support to dmenu? would be nice if possible to copy a string and paste it to a dmenu entry. (handle shift+insert and get the string from the clipboard?). Thanks --pancake

[dwm] dpanel: keyboard friendly frontend using dmenu

2007-06-16 Thread pancake
to discuss your patches, ideas, etc... Have fun! --pancake dpanel.pl.gz Description: GNU Zip compressed data

Re: [dwm] dmenu with mouse support?

2007-06-16 Thread pancake
don't maintain this patch or fmenu anymore (it is difficult to follow dwm development). Anyway if you want I can send you the last version (I think it was for 3.0 or 3.1), just let me know as I would have to search in my backups... see you, -- :: yy :: 2007/6/1, pancake [EMAIL PROTECTED

Re: [dwm] Statusbar gadget: cpubar

2007-06-19 Thread pancake
You can also use mesure(1) http://news.nopcode.org/miau/pvc.cgi?dist=mesure On Tue, Jun 19, 2007 at 03:49:16PM +0200, Robert Manea wrote: * Alexandre Boily ([EMAIL PROTECTED]) wrote: Some days ago I hacked a ruby script to monitor my network connection. By a happy coincidence, I happen

[dwm] xicon - dzen-like tool for icons

2007-06-30 Thread pancake
to define color paletes and better mouse support. Feel free to test and comment me your ideas! Have fun! --pancake

[dwm] xicon : more fixups and so

2007-06-30 Thread pancake
10x20 -fg gray -e aumix ; [ $$ret = 2 ] exit; done The mandatory screenshot: http://news.nopcode.org/volume.png Have fun! --pancake

Re: [dwm] xicon - dzen-like tool for icons

2007-07-01 Thread pancake
that someone will prefer a dzen2-style utility (for powersave reasons and so) and this is the reason I would like to see xicon inside dzen2 :) BTW 1bpp is ok for me for most of things and probably a 2bpp is useless but maybe i can make this without wasting too many LOCs. --pancake

[dwm] porting dwm to w32 and plan9

2007-07-06 Thread pancake
time for this, but if anyone is interested on this I can help as a coder and tester. PD: I have found a tiling window manager for windows (but closed source) http://www.windowsizer.com/ --pancake

Re: [dwm] xpw: x piped widgets

2007-07-08 Thread pancake
Oops missing source link browseable source: http://news.nopcode.org/miau/pvc.cgi?prj=xpw tarball: http://news.nopcode.org/miau/pvc.cgi?dist=xpw --pancake

Re: [dwm] status

2007-07-11 Thread pancake
temporally use an external application like the bb4win one, or directly not supporting it, or provide an external tool. I can't imaginate a tray inside dwm. How do you plan to use stdin and stdout on w32? a dwm-run.bat would be really funny XD --pancake

Re: [dwm] status

2007-07-12 Thread pancake
easier! I use w32 on my job too, and i'll love it. Nowadays i'm configuring the KVM to boot windows from linux and would be really cool to have a w32 with dwm tagged inside a linux dwm. --pancake

Re: [dwm] dwm-4.3 birthday release

2007-07-14 Thread pancake
and announced dwm-0.1 ;) Much progress since then! Happy birthday dwm! Regards, -- Anselm R. Garbe http://www.suckless.org/ GPG key: 0D73F361 --pancake

Re: [dwm] [dzen] Color support for arbitrary parts of the input

2007-07-16 Thread pancake
and I found a suitable icon format. Sorry, i was thinking about the format for images but didn't get a final decision yet. I'll see how you allocate these colors and i can probably get a similar idea for xicon. Have fun! --pancake

Re: [dwm] bottomstacking patch works with dwm-4.3

2007-07-16 Thread pancake
found it not yet finished. --pancake On Mon, 16 Jul 2007 22:25:58 +0100 Frank Boehme [EMAIL PROTECTED] wrote: On Mon, 2007-07-16 at 23:52 +0300, Grigorios Bouzakis wrote: Is there any chance of including the bstack patch in the dwm release source? This seems to come up again and again. I

Re: [dwm] [dzen] Color support for arbitrary parts of the input

2007-07-17 Thread pancake
will be ignored (alpha-like) arf arf arf :) let me know what do you think about all these things. --pancake

Re: [dwm] dwm-4.3 birthday release

2007-07-18 Thread pancake
Can't build with mingw+visualstudio+scons+python+w32 (FUCKING w32 SHIT) I have the WtsApi32.lib and .dll with the right syms but gcc says: C:\src scons scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... gcc -o siaynoq.exe -mwindows main.o

Re: [dwm] dwm-4.3 birthday release

2007-07-18 Thread pancake
can you send me a build? or just upload it to a public host Thanks! maybe my mingw installantion is broken or outdated. I will try tomorrow^Win few hours at work. :) On 7/18/07, pancake [EMAIL PROTECTED] wrote: yes, because if I drop it from the directory gcc says that there's no wtsapi32

Re: [dwm] Basic mouse feature?

2007-07-21 Thread pancake
in this? -- __neutral__insomniac__ --pancake

Re: [dwm] Basic mouse feature?

2007-07-22 Thread pancake
it is a way tag can be used. greetz didi --pancake

Re: [dwm] [dzen] Basic icons support

2007-07-23 Thread pancake
I demand a shot! You have finally decided to use the XBM format? --pancake On Mon, Jul 23, 2007 at 09:45:03AM +0200, Robert Manea wrote: Hi, if anyone wants to give icons support in dzen a first try should checkout svn trunk: svn checkout http://dzen.googlecode.com/svn/trunk/ dzen

Re: [dwm] spiral tiling layout

2007-07-24 Thread pancake
Uhm :) Interesting (not only for visual enjoyment) layout. I will try it asap. Can you upload this patch to? http://www.suckless.org/wiki/dwm/patches On Tue, Jul 24, 2007 at 04:13:08PM +0200, Jeroen Schot wrote: Hi, I stumbled upon the list of Xmonad extensions[1] and saw a spiral tiling

Re: [dwm] spiral tiling layout

2007-07-25 Thread pancake
I've tested the patch and looks nice. but would be cool if it were possible to support the changes number of clients in master area and the size of the master area. It's something that I really miss :) But the idea looks cool --pancake On Tue, Jul 24, 2007 at 04:13:08PM +0200, Jeroen Schot wrote

[dwm] spiral2 (problems)

2007-07-25 Thread pancake
(); } --pancake

Re: [dwm] start maximized patch

2007-07-30 Thread pancake
ion solves this by showing all the client's title on a single line but this will make dwm more complex and ugly :) the question is if you want to store this info in your head or in dwm On Mon, Jul 30, 2007 at 01:44:12PM +0200, Kai Grossjohann wrote: On Thu, Jul 26, 2007 at 08:49:36PM -0400,

Re: [dwm] {V,H}RATIO

2007-08-09 Thread pancake
live without them, or i'll think another keys for this. I tested this proposal for a couple of minutes and it doesn't feels bad, at least not worse than before. I also think that changing the ratio is usually a rare operation. Any complains? /me waiting for the 4.4 release :) --pancake

Re: [dwm] replacing masterw with ratio, which will have effect on tile() in general

2007-08-09 Thread pancake
Is this the same as the {h,v}ratio patch? On Thu, Aug 02, 2007 at 07:59:59PM +0200, Anselm R. Garbe wrote: I have a working algorithm already called rtile. See here for how the new tile is intended to work (on the screenshot you see an rtile algorithm with ratio 0.7, this means that each

Re: [dwm] {V,H}RATIO

2007-08-09 Thread pancake
the clientspertag patch youll get a similar effect without collateral damages and with a more flexible approach. Please consider it. --pancake On Thu, Aug 09, 2007 at 02:19:50PM +0200, pancake wrote: Well I currently think about shortcuts to the desired functionality. Currently we have inchratio

Re: [dwm] dwm-4.4

2007-08-23 Thread pancake
removed features. I refer to the mailing list archives for details. Regards, -- Anselm R. Garbe http://www.suckless.org/ GPG key: 0D73F361 --pancake

[dwm] floating lava layout

2007-08-23 Thread pancake
them to the left. Clients size should try to keep the aspect size of the list of the previously stored. Something like swap client's position if the overlap 60% (for example) would be cool too. (This is a feature of wmii I love when I was using it) --pancake

Re: [dwm] GNU screen-like workflow suggestion for dwm.

2007-08-23 Thread pancake
on a single array and index it with a string like: b^1 (toggle bar to zero to 1) f^1 (toggle floating mode) w^1 (toggle previous client focus) I vote for Control+Tab and Control+Shift+Tab (if anybody writes this patch O:) --pancake On Thu, 23 Aug 2007 22:35:05 +0200 Antoni Grzymala [EMAIL

Re: [dwm] mouse clicks

2007-08-25 Thread pancake
: togglefloating(NULL); break; + case Button3: killclient(NULL); break; + case Button4: focusprev(NULL); break; + case Button5: focusnext(NULL); break; + } } else if((c = getclient(ev-window))) { focus(c); --pancake

[dwm] dwm 4.4.1 with all patches tarball

2007-08-26 Thread pancake
: http://news.nopcode.org/miau/pvc.cgi?dist=dwm You can see the patch for upgrading 4.4 to 4.4.1 here: http://news.nopcode.org/miau/pvc.cgi?diff0=7d6a2a3bprj=dwmdiff1=6f09d0b4 --pancake

[dwm] alt+return zoom and maximize

2007-08-26 Thread pancake
, XK_Return, zoom, NULL }, \ { MODKEY|ShiftMask, XK_c, killclient, NULL }, \ { MODKEY, XK_0, view, NULL }, \ [EMAIL PROTECTED]/prg/pvcroot/dwm$ --pancake

Re: [dwm] feature request: moving/resizing without mouse

2007-08-29 Thread pancake
that doesn't work in this way. --pancake

Re: [dwm] mouse vs keyboard issues

2007-08-30 Thread pancake
at a time. looks confusing to me, but yup, it's useful. Maybe the one only I use (not much times) is 'alt-0' (expose all clients of all tags). --pancake

Re: [dwm] mouse vs keyboard issues

2007-08-30 Thread pancake
On Thu, Aug 30, 2007 at 02:04:56PM +0200, none wrote: pancake wrote: When i was an icewm user the 'not focus on mouseover' approach make me feel conformartable and productive, but, after a year being a dwm and wmii user I can say that it makes the mouse more productive, so you don't have

Re: [dwm] column layout revival?

2007-09-04 Thread pancake
On Tue, Sep 04, 2007 at 06:51:11PM +0200, Anselm R. Garbe wrote: On Tue, Sep 04, 2007 at 08:08:25PM +0200, pancake wrote: Another idea could be to make each column represent one tag, and switching clients between tags be the same as moving between columns. What if a client is tagged

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

2007-09-04 Thread pancake
to add eyecandy animations like when zooming a client or putting semi-translucid the clients not focused and similar things. But I dont feel productive with these things. --pancake On Tue, 4 Sep 2007 10:25:34 -0700 Amit [EMAIL PROTECTED] wrote: hey guys, I've been hearing a lot about Compiz

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

2007-09-15 Thread pancake
, 100.0%, -462:00:00 --pancake On Sat, 15 Sep 2007 13:49:17 -0700 Amit [EMAIL PROTECTED] wrote: Hey guys, I've tried modifying the .xinitrc to contain the battery percentage level from apm but I cannot seem to get it. What is the proper way to do this? I am sure many of you have this on your

Re: [dwm] [patch] Stack columns patch for dwm-4.4.1

2007-09-15 Thread pancake
the columns evenly, the extra space is used by the top-most client in the first column. I'd be interested in any feedback. (I use this 'extended tiling' mode myself, and so intend to maintain the patch going forward.) Best wishes, Chris. --pancake

Re: [dwm] Mouse over tile ...

2007-09-16 Thread pancake
some unused space between clients. Screenshot: http://lmmri.fri.uni-lj.si/damjan/dwmScreenshot.png Peace, -- Damjan Vrenčur ~ http://lmmri.fri.uni-lj.si/damjan/ ~ GPG key: C6A3146F --pancake

Re: [dwm] [patch] togglemax() on tiled windows (for dwm.c)

2007-09-17 Thread pancake
it's ok to keep this nfo in my head, because I use the togglemax feature only for short space times. Maybe a mix of both patches would be the better solution. More pointers? --pancake

Re: [dwm] Announcing awesome

2007-10-02 Thread pancake
to make a gif :P --pancake On Thu, 20 Sep 2007 16:00:15 +0200 James Hoving [EMAIL PROTECTED] wrote: I would say that the lines of code limit is very smart! It make you think before you change/add something, that is much better the wondering how things got so out of hand further down the road. Any

Re: [dwm] On the fly tiling for floating layout

2007-10-04 Thread pancake
windows would be a rectangular layout or something like that. This patch will imply to also add the 'keep-clients-size' patch. --pancake On Thu, 4 Oct 2007 18:19:49 +0200 Jan Christoph Ebersbach [EMAIL PROTECTED] wrote: On Thu 04-10-2007 17:56, Alpt wrote: By pressing (right)Crtl+(left

Re: [dwm] On the fly tiling for floating layout

2007-10-05 Thread pancake
On Thu, Oct 04, 2007 at 09:20:35PM +0200, Alpt wrote: On Thu, Oct 04, 2007 at 08:39:39PM +0200, pancake: ~ This idea is quite similar to the Exposee, which is a nice hack for fixing What is Exposee? This is the expos?e: http://en.wikipedia.org/wiki/Expos%C3%A9_%28Mac_OS_X%29 There'r

Re: [dwm] setmwfact bug

2007-10-08 Thread pancake
it's ok, so you can set an absolute value or a relative one. --pancake

[dwm] mouseontitle patch in wiki

2007-10-15 Thread pancake
After one and a half month I have finally posted the mouseintitle patch into the wiki O:) Its not tested on 4.5, but it should be portable :) http://www.suckless.org/wiki/dwm/patches/mouseontitle --pancake

[dwm] nmaster port for dwm 4.6 + tips

2007-10-16 Thread pancake
*/ { -|=,ntile }, /* first entry is default */ { ,floating }, }; .. { MODKEY|ShiftMask, XK_j, incnmaster, +1}, \ { MODKEY|ShiftMask, XK_k, incnmaster, -1}, \ .. --pancake /* ntile/nmaster layout for dwm-4.6 */ #if 0

Re: [dwm] nmaster port for dwm 4.6 + tips

2007-10-16 Thread pancake
Wiki updated ;) On Wed, Oct 17, 2007 at 04:15:34AM +0200, pancake wrote: I have decided to port the nmaster patch to support the latest dwm changes about the supertile. I think that the new model is nice, but it needs more work to be finished. Here'r my tips. Out of the tile() layout

[dwm] dynamic nmaster proposal

2007-10-17 Thread pancake
on these preferences. Now I'm at work and can't test anything until the night. But I think that in this way we can reduce the user interaction when using the nmaster layout. Let me know about your ideas and the way you use this patch. --pancake

Re: [dwm] [discuss] Tiny C Compiler

2007-10-17 Thread pancake
quite ok and the code is clenaer. --pancake On Wed, Oct 17, 2007 at 11:36:06AM +, Jonas Pfenniger wrote: Hello, yesterday, I discovered tcc[1,2]. It is advertised as really fast but most of software only compile with GCC so I tried it with dwm. I don't have the numbers here

Re: [dwm] Fibonacci patch ported to 4.6

2007-10-17 Thread pancake
I'll port nmaster to be included from config.h. This will probably fix all the issues I noticed of the previous mail. Thanks for the tips and changes. i'll have a try this night. On Wed, Oct 17, 2007 at 04:47:43PM +0200, Anselm R. Garbe wrote: On Thu, Oct 11, 2007 at 07:36:26PM +0200, Anselm

Re: [dwm] [discuss] Tiny C Compiler [offtopic]

2007-10-17 Thread pancake
* --pancake On Wed, 17 Oct 2007 19:28:16 +0200 Enno \Gottox\ Boland [EMAIL PROTECTED] wrote: 2007/10/17, T Biehn [EMAIL PROTECTED]: Open Office is JAVA :P Don't talk shit! Open Office is mostly written in C++, it only has Java Bindings.

Re: [dwm] final test call

2007-10-19 Thread pancake
Please remove all the ISTILE references before the release! Or non tile() layouts will not be able to zoom or change mwfact.. Thanks On Fri, Oct 19, 2007 at 09:06:18AM +0200, Anselm R. Garbe wrote: Hi there, I'd like to ask you to test hg tip. If there aren't major issues, I'm

[dwm] dinamic nmaster patch

2007-10-18 Thread pancake
--pancake

Re: [dwm] final test call

2007-10-19 Thread pancake
the ISTILE check. What do you think Arg? --pancake On Fri, Oct 19, 2007 at 10:50:40AM +0200, Anselm R. Garbe wrote: On Fri, Oct 19, 2007 at 12:10:07PM +0200, pancake wrote: Please remove all the ISTILE references before the release! Or non tile() layouts will not be able to zoom or change

Re: [dwm] dynamic nmaster proposal

2007-10-18 Thread pancake
On Thu, Oct 18, 2007 at 06:59:48PM +0200, y i y u s wrote: 2007/10/18, Tuncer Ayaz [EMAIL PROTECTED]: On 10/17/07, pancake [EMAIL PROTECTED] wrote: Thinking about the most useful use-cases for the nmaster tiling I got the conclussion that the only usable configurations

Re: [dwm] List of derived/customized/forked dwm versions

2007-10-18 Thread pancake
??? xmonad http://www.xmonad.org/ pancake-branch :) http://news.nopcode.org/miau/pvc.cgi?prj=dwm

  1   2   3   >