You are not logged in.
Actually I was never able to reproduce this bug, it just happens with bash, so I assume you are using bash too, right? What other key combinations aren't working properly and you are sure you haven't accidently overwritten theses combinations in your config?
Offline
Allright I picked up subtle again
I have two issues:
I try to set ncmpcpp to a tag named music and put it on the view media. I launch it with the following grab:
grab "W-C-m", "urxvt -name ncmpcpp -e ncmpcpp"
the music tag has:
match :instance "ncmpcpp" and it puts ncmpcpp on the media view but it also keeps showing up in my terms view and for that one I have:
exclude "ncmpcpp" ( I tried with :instance, :role, :name, :class )
match "urxvt"
I tried a lot of different combinations but ncmpcpp keeps showing up on my terms view. It worked before but I lost my old subtle config and can't figure out how I did it.
Second thing:
I'd like to switch clients with the H,J,K,L keys but when the focussed client is a urxvt terminal with vim running it doesn't work. Vim sees it as h,j,k,l commands. It works fine with other terminal or non terminal apps.
I've used AwesomeWM before and I never noticed this behaviour so it might have something to do with subtle.
I'm using subtle-hg
Thanks in advance and keep up the good work !
github - tweets
avatar: The Oathmeal
Offline
I tried a lot of different combinations but ncmpcpp keeps showing up on my terms view. It worked before but I lost my old subtle config and can't figure out how I did it.
Please read following news and FAQ entry:
http://subforge.org/news/39
http://subforge.org/ezfaq/show/subtle?faq_id=15
I'd like to switch clients with the H,J,K,L keys but when the focussed client is a urxvt terminal with vim running it doesn't work. Vim sees it as h,j,k,l commands. It works fine with other terminal or non terminal apps.
I've used AwesomeWM before and I never noticed this behaviour so it might have something to do with subtle.
Do you use the keys in combination with any modifier? If not you can't blame subtle for not overriding keys like awesome obviously does. Key stuff in subtle is a passive grab of the real keys to prevent any override.
Thanks in advance and keep up the good work !
Thanks I will try.
Offline
Please read following news and FAQ entry:
http://subforge.org/news/39
http://subforge.org/ezfaq/show/subtle?faq_id=15
Brilliant, that worked, thanks a lot.
I'm sorry, I meant W-h, W-j, etc. but nevermind because now it suddenly seems to work. I don't know what I did different this time.
github - tweets
avatar: The Oathmeal
Offline
I'm sorry, I meant W-h, W-j, etc. but nevermind because now it suddenly seems to work. I don't know what I did different this time.
Np and glad it works now.
Offline
hey,
i've got a problem in building subtle-hg from AUR. rake states "checking for stdio.h... rake aborted!" error, although the header-files are present in /usr/include. Invoking rake with libdir-option doesn't do the trick.
do you have any ideas?
Offline
hey,
i've got a problem in building subtle-hg from AUR. rake states "checking for stdio.h... rake aborted!" error, although the header-files are present in /usr/include. Invoking rake with libdir-option doesn't do the trick.
do you have any ideas?
Can you paste the config.log from your install attempt? That check e.g. fails when there is no working compiler.
Offline
hmm, i don't think my compiler is broken, as building other packages works w/o problems...
cat ./src/subtle-build/config.log
"gcc -o conftest -I/usr/include/ruby-1.9.1/x86_64-linux -I/usr/include/ruby-1.9.1/ruby/backward -I/usr/include/ruby-1.9.1 -I/usr/bin -march=x86-64 -mtune=generic -O2 -pipe -fPIC conftest.c -L. -L/usr/lib -L. -Wl,--hash-style=gnu -Wl,--as-needed -rdynamic -Wl,-export-dynamic -lruby-static -lpthread -lrt -ldl -lcrypt -lm -lc"
checked program was:
/* begin */
1: #include "ruby.h"
2:
3: int main() {return 0;}
/* end */
Offline
hmm, i don't think my compiler is broken, as building other packages works w/o problems...
Looks like that is an internal problem of ruby, something is broken and it is not subtle's fault. Which ruby version are you using?
Edit: That was an issue with a module I use in the buildsystem, it is fixed in the latest revision.
Last edited by unexist (2011-06-05 23:36:23)
Offline
After toying around with the have_header() in subtile's Rakefile and also in a custom Rakefile, i figured out that rake (Edit: probably the module you mention) was somehow broken. Purging and reinstalling fixed it. Thanks for your effort and this really nice piece of software!
Last edited by arxx.43 (2011-06-06 07:37:07)
Offline
Yep rake is broken, they did a really bad job in the 0.9.1 and you are welcome.
Offline
Not sure if you like bug posts here, but I'm having a problem with the volume sublet. It's looking for /dev/mixer, which I don't have. So the sublet isn't showing up. Not sure when this stopped working, but it was within the last couple weeks... Any ideas?
Offline
No problems with bug reports here, just with stuff that is explained in the wiki and the faq.
Offline
Thank you I shall check wiki/faq first next time!
Offline
Yeah, when all people would do…
Offline
I have just tried subtle and I must say you have done a fine job with it. It is a shame I do not like manual tiling, otherwise I would likely switch.
Offline
I have just tried subtle and I must say you have done a fine job with it. It is a shame I do not like manual tiling, otherwise I would likely switch.
Thanks, but the real question is why do you prefer autotiling then? From my experience I had to change any layout more often than I need to change any gravity. All my windows appear exactly where I want them to be.
Offline
Well if I open one application, it takes up the fullscreen. No problem there. But if I open a second (third, fourth, etc) application, I want them to be split. Then once I close an application, I would like the remainder of them to resize again. To me this seems how dynamic tiling works.
Offline
Sure, this is the case when you open like four urxvt on the same view or whatever you call that in your wm. This requires to select a proper layout, e.g. when you want 2x2 and the order is essential. And then you can happily change the layout and move windows around when you need to arrange the windows differently than the layout expects like one window bigger than the other etc.
I wrote the gravity in system with crappy layouts in mind, in my daily workflow I really rarely change any gravity because I configured everything in my config. And I always use the same apps, so I prefer to configure them once than doing this every time.
Offline
vik_k wrote:also, how can i change the title width (i tried changing it in ruby.c, but it's the same).
Use the width property of the client style: http://subforge.org/projects/subtle/wiki/Styles#Width (requires subtle-hg)
tried that too, but somehow the width is stuck to 100 characters max, even if i set width more than that.
"First learn computer science and all the theory. Next develop a programming style. Then forget all that and just hack." ~ George Carrette
Offline
tried that too, but somehow the width is stuck to 100 characters max, even if i set width more than that.
Yep, 100 is the hardcoded limit. Reserving a huge buffer for no benefit isn't something I usually do and I still don't see a reason why you need to display so many characters of a title. Want to use a whole panel just for the title?
Offline
vik_k wrote:tried that too, but somehow the width is stuck to 100 characters max, even if i set width more than that.
Yep, 100 is the hardcoded limit. Reserving a huge buffer for no benefit isn't something I usually do and I still don't see a reason why you need to display so many characters of a title. Want to use a whole panel just for the title?
ya, i am actually planning of using the top panel for title and views only so most of the panel is empty as i use conky directly on the desktop for various info. So which file should i edit to remove that hardcoded limit. It can be done, right?
"First learn computer science and all the theory. Next develop a programming style. Then forget all that and just hack." ~ George Carrette
Offline
ya, i am actually planning of using the top panel for title and views only so most of the panel is empty as i use conky directly on the desktop for various info. So which file should i edit to remove that hardcoded limit. It can be done, right?
I removed the hardcoded limit in r2880, update subtle-hg and it should work like you expect.
Offline
I removed the hardcoded limit in r2880, update subtle-hg and it should work like you expect.
thanks. that worked flawlessly.
"First learn computer science and all the theory. Next develop a programming style. Then forget all that and just hack." ~ George Carrette
Offline
Hi, are there any known problems with matching clients by the WM_NAME? It simply does not work for me. Has support for it been removed or am I missing something? Tried the newest subtle-hg from AUR and the one from [community].
Offline