You are not logged in.
ksevelyar, posto your config please - also try to restart fully subtle - sometimes grabs just need a full restart dunno why
Offline
ksevelyar, posto your config please - also try to restart fully subtle - sometimes grabs just need a full restart dunno why
Mostly default: https://github.com/ksevelyar/dotfiles/b … le.rb#L277
"sudo reboot" several times, but unfortunately no success.
Sorry for my poor English.
Offline
Everything seems ok, maybe the Alt based keybinding isn't triggerd - I see you have tried to run roxterm via W-b - what about urxvt?
What does this output before/after first scratchpad invocation:
# subtler -clf scratch
# subtler -clf scratch -G
Also - try to run urxvt -name scratch manually and check above commands.
Offline
Everything seems ok, maybe the Alt based keybinding isn't triggerd - I see you have tried to run roxterm via W-b - what about urxvt?
What does this output before/after first scratchpad invocation:
# subtler -clf scratch
# subtler -clf scratch -GAlso - try to run urxvt -name scratch manually and check above commands.
Oh! After another reboot (for clear result first "subtler -clf scratch") this things works now.
._.
Thanks anyway
Sorry for my poor English.
Offline
Never mind this... question removed.
Maybe one of the mods can delete this post. Thank you.
Last edited by ozar (2013-01-09 16:06:23)
oz
Offline
Trying out subtle(coming from xmonad wm), and i gotta say im impressed. I like that you manually tile everything from the gravities. But the only thing im still used to from xmonad is opening a terminal into different workspaces. O well i guess thats what subtle is designed for, and you can use another program to get dummy tags on your terminal but im not that far yet.
My question is, can you wrap icons on the views/workspaces? Like having those small squares.xbm on the top left of a view.
Last edited by battleMang0 (2013-01-20 06:17:52)
Offline
What has happened to Subtle.. i have just started to use it and i love it.. now when i try to expand my knowledge of subtle, the website subtle.subforge.org is down.. have been for a couple of days..
Is this the end of subtle? if so can someone fork it or suggest another wm.
Kind Regards Exebat
Multiseat AMD FX 4100, 4GB Ram, Nvidia Geforce 260 GTX, Nvidia Gefore 8800 GTX
DE/WM: Cinnamon/Subtle wm
Some of my projects: http://sourceforge.net/projects/gameins … =directory
Offline
oO!
A bad day.
I don't know what the problem is, but I can provide some help if need.
Offline
I love subtle, please don't die!
Offline
Guys keep calm and carry on . If you join #subtle on freenode you can see this in the chat title:
"subforge.org/subtle.de currently down due to hardware malfunction"
Offline
Is there any update on when this site might be back up?
Offline
Is there any update on when this site might be back up?
I don't know but you can try to ask on irc I guess.
Offline
You can stay up to date in the news visiting the irc channel in freenode, irc.freenode.net channel #subtle
Offline
Hi all!
I'm being trying subtle and I want keychains. I've probed this:
grab "W-t a", "urxvt"
but it doesn't work. On :keychains appears W- when I pressed "Win-t" and that's all. After when I press "a" urxvt will not run.
What I'm doing wrong?
Offline
I'm trying to experiment with Subtle, but a lot of my keybindings/grabs don't work. I can start a terminal and my browser, but even some of the defaults don't seem to do anything. Can someone look at my subtle.rb and let me know if I've made some mistake somewhere? It's mostly the default config.
Edit: For example, of the grabs I've defined to start programs:
# Exec programs
grab "W-S-Return", "$HOME/bin/emet"
grab "W-w", "firefox"
grab "W-t", "$HOME/bin/ranger_spawn.sh"
grab "W-p", "dmenu_run -fn '-misc-ohsnap-medium-r-normal--11-79-100-100-c-60-iso8859-1' -nb '#000000' -nf '#e0e0e0' -sb '#000000' -sf '#4abcd4k'"
grab "W-Return", "urxvt"
only W-w and W-Return work.
Last edited by ibrunton (2013-03-30 18:11:07)
Offline
$HOME is a environment variable, a way to acess it in ruby is via ENV, like
grab "W-S-Return", "#{ENV["HOME"]}/bin/emet"
Other than that, "#4abcd4k" is not a valid color name.
Offline
Hi
I'm trying Subtle as my first Tiling WM and everything's going smooth, it's fairly great.
My only problem isn't really one in itself : is the sur/sublets server momentarily down or has it been like this for a very long time? I haven't been able to access it from the site nor with the sur command since yesterday (when I first tried), so I'm wondering if I have to find another WM or if Subtle and his sublets are still maintained.
Thanks!
Offline
It still being actively developed, the latest update in the subtle's source occurred 6 days ago. You can grab and build from here (til the website be fixed): http://hg.subforge.org/sublets/file
Or use the mirror: https://bitbucket.org/unexist/sur-repository/src
Offline
Oh great, thanks a lot
Offline
$HOME is a environment variable, a way to acess it in ruby is via ENV, like
grab "W-S-Return", "#{ENV["HOME"]}/bin/emet"
Other than that, "#4abcd4k" is not a valid color name.
Thanks for pointing those out. I fixed those.
Now subtle won't even start (just drops me back to the console). There must be something else seriously wrong, but "subtle -k" tells me the config file is OK.
Offline
Just wanted to tip my hat to a great project, this really is a great WM.
Sublets and sublext are awesome and have me hooked on learning more ruby.
Sadly I find actually managing windows/tags/views too cumbersome and I spend too much time fighting the WM to do what I want. Sometimes it takes 10 key presses to cycle through the clients in just the right order or direction to get to the one I want.
Although it goes against the main design of subtle I really hope to see a combination of Subtle with 'traditional' automatic tiling and layouts someday.
Offline
There are, just look at the available sublets, but - at least to me - the Subtle way works really well (It's my default window manager for almost 2 years, in a "monocle" layout).
Offline
I should have chosen my words better, I meant automatic tiling combined with non strict tagging, eg XMonad/Awesome/400 others. The Subtle way as you put it just doesn't work for all I guess, as with most things in life.
I had given the layouts sublet a try but didn't find it to my liking, I had some redraw issues and some windows just plain refused to be tiled (that may have been a config issue). Also gave the retagging keybinds from the wiki a try for less strict tabs, but that has some glitches too like the views in the panel not immediately updating to show the move.
But I don't want to appear like I am complaining, I understand that this functionality goes against the core design.
I mostly just wanted to express that subtle has a great set of extras that other tilers lack and with a little more familiar/traditional tagging and tiling funcitonality it would be one of the best of that category too.
Last edited by pseup (2013-04-02 00:35:59)
Offline
Yeah, the single thread design makes impossible real time update of panel/sublets.
Offline
Hi.
Sorry to bother again, but I'm finalizing my subtle config and I have a little problem : when compton is on, every terminal window borders become semi-transparent. The exception is for urxvt, which behaves as it should; but the others (xfce4-terminal, terminator and lxterminal were tested) are concerned. Every other application borders render nicely. The terminal window borders keep the colors they should have, only semi-transparent, which is pretty disgracious
Neither my compton command nor my compton.conf file are using the transparency options (in the conf file, every transparency option is set to 1; anyway I don't call the conf file, I only use compton with the command line parameters).
EDIT: Well, it might be good to know if other have the same problem but as for me, I finally decided to stick with urxvt, so "no more problem!"
By the way, is there any way to change the type of valid icons for sublets? It seems only .xbm files are valid, which is fairly limited for colors, for example.
EDIT2 : Well, I asked on IRC, it's impossible to use other icon formats, in order to limit the number of required libraries. So, everything's fine now x)
Any idea?
Thanks
Last edited by Lolostudio (2013-04-27 11:57:53)
Offline