Team Chat Logs

March 10, 2010

2010 2
Mo Tu We Th Fr Sa Su
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        

[01:38:43]<Johannes`>how do i resize columns in wmii without the rodent?
[02:43:35]<triplc>Hi all
[02:45:25]<triplc>(dwm) How to have resize hint based on application? (static const Bool resizehints = False/True). I'd like to have it 'true' when using text terminal (urxvt,...) but i'd like it 'false' in other cases.
[02:49:45]<arg>triplc: other cases won't have increment hints set, that is rather the default than the exception, thus there is no real reason to have resizehints on per window class/instance/title
[02:50:50]<triplc>oh... i mean, is it fine to have "rules" like floating rules, for sizehint
[02:54:00]<arg>triplc: as said there is no point, it must be a global, simply because the layout algorithm requires it to be a all or none condition
[02:54:10]<triplc>ok
[02:54:18]<arg>usually it has only effect on terminals anyways
[02:54:26]<arg>there is no other side-effect
[02:54:29]<triplc>i am just a new one using dwm... just have some idea. not of anything important
[02:55:16]<triplc>yeah... so far, i see only terminal need that sizehint
[02:55:17]<arg>well resizehints condition has only effect on clients that set increment hints, and in 90% of all cases these are just terminal apps, all others don't set them
[02:55:54]<arg>if you run xclock multiple times with resizehints for example, you will see no gaps
[02:56:21]<arg>(or surf, or any other app that isn't monospace-font oriented)
[02:57:00]<arg>uriel: good idea, joined, will observe first a bit and then ask
[03:00:18]<Johannes`>mplayer is also affected by resizehints
[03:00:42]<triplc>oh, yes. it keeps the ratio
[03:16:13]<arg>Johannes`: yes, unfortunately ;)
[03:45:51]<triplc>what is hot key in tabbed? i press "control+shift enter" but nothing happend. (change: .v = (char*[]){ "urxvtc", "-embed", winid, NULL} )
[03:46:51]<Gottox>is urxvtd running?
[03:49:08]<triplc>sure
[03:49:17]<triplc>urxvtd is running for sure
[03:49:35]<triplc>i am using urxvtc+irrsi right now
[03:54:47]<Gottox>does it work if you start urxvtc from commandline?
[03:55:08]<Gottox>(winid is printed to stdout when tabbed starts)
[03:55:24]<triplc>yes, (of course without winid)
[03:55:40]<triplc>oh, so you mean i just enter the winid
[03:55:43]<triplc>ok let me try
[03:56:30]<triplc>works!
[03:57:11]<triplc>i think it's the hot key
[03:58:18]<Gottox>is there something printed to stderr/stdout?
[03:58:30]<Gottox>whenn you press the hotkey?
[03:58:39]<triplc>no, nothing seen
[03:59:29]<triplc>strange, ater urxvtc running ok from command line, now, the hotkey work
[03:59:44]<triplc>pressing "control+shift enter" works
[03:59:46]<triplc>strange
[04:04:31]<dibb>hmm... I've observed the same thing as triplc just reported
[04:05:26]<dibb>happens sometimes, usually works after I restart tabbed... never looked closer at it
[04:06:05]<Gottox>hum... never happened to my. but thanks for reporting.
[04:06:36]<dibb>I'll see if I can produce a more coherent and informative report some day.
[04:06:50]<dibb>I know that what I just said is mostly useless from a bugfixing perspective ;)