You are not logged in.
i only let robots touch my computer
Offline
drunken sloths binging on nitrous
That made me smile. :-)
Offline
Try with xcompmgr.
I was joking, but tried it. Drop-shadow defaults kill the focus-window border, and pseudo-transparency is more than adequate on terminal windows. I did get better cursor response and focus-following with Cairo-compmgr, though, but it still feels crufted-up that way.
Cairo-compmgr was the least buggy vs. xcompmgr & dcompmgr, which is as much as I'm willing to fiddle with for now, on this machine (intel core duo + intel onboard i915 shared RAM video + mystery proprietary OEM motherboard) with ScrotWM.
in the beginning was the switch operator
Offline
Sure. At the very least you'd need to change
#define SWM_WS_MAX (10)
to something smaller. You may also have to track down and remove a bunch of keybindings.
Why not just pretend they don't exist? All that effort only saves about a kilobyte of ram.
Offline
I just installed scrotWm and am really liking it. I did run into a small snag though
[jarvis@watson tmp]$ adb shell
ERROR: ld.so: object '/usr/lib/libswmhack.so.0.0' from LD_PRELOAD cannot be preloaded: ignored.
It still works as intended but I just get that error.
Offline
IIRC libswmhack ensures that apps are loaded into the workspace from where they are called, even if you switch to another one in between.
"...one cannot be angry when one looks at a penguin." - John Ruskin
"Life in general is a bit shit, and so too is the internet. And that's all there is." - scepticisle
Offline
Yes I like it a lot.
Sorry I can't help fix the issue, BTW. I've not really got any idea where to start.
There is a conformal scrotwm forum though, https://opensource.conformal.com/fluxbb … .php?id=10
Post back here if you do get it sorted.
"...one cannot be angry when one looks at a penguin." - John Ruskin
"Life in general is a bit shit, and so too is the internet. And that's all there is." - scepticisle
Offline
Some programs don't play well with the libswmhack stuff. For those, you can disable it by aliasing a command:
env -u LD_PRELOAD fooprogram
The only app I do this with is my terminal.
Offline
Some programs don't play well with the libswmhack stuff. For those, you can disable it by aliasing a command:
env -u LD_PRELOAD fooprogram
The only app I do this with is my terminal.
Maybe if I had read one page back I would have found that. /headslap.
I just read through the whole thread and wanted to say appreciate all the work you guys have put into this.
Edit::
Your alias thought worked perfect..
[jarvis@watson ~]$ adbshell
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
shell@android:/ $
Last edited by doug piston (2012-02-03 02:49:25)
Offline
I am either reading the man page incorrectly or have misconfigured my scrotwm.conf, but I can't get applications to load in their designated workspaces. I have this in my conf:
autorun = ws[1]:web
autorun = ws[2]:tmux
autorun = ws[3]:mutt
autorun = ws[4]:mplayer
autorun = ws[4]:skype
autorun = ws[4]:keepassx
and yet applications only open in the current workspace. My full conf is here: http://beta.intuxication.org/jasonwryan … rotwm.conf
I have patched scrotwm.c with the color_bar patch - but I don't think that is the issue...
Am I missing something obvious?
Offline
Try commenting out the web line. I assume that's a function or script like the web program definition?
It may be that at start-up scrotwm can't find it and fails and stops doing autorun handling?
I don't use autorun myself, but the syntax looks correct based on the manual.
Also, a quick google of scrotwm.conf suggests you've got the syntax right:
"...one cannot be angry when one looks at a penguin." - John Ruskin
"Life in general is a bit shit, and so too is the internet. And that's all there is." - scepticisle
Offline
Thanks skanky. Good idea; it pointed me towards a better understanding of how it works.
It hasn't solved the issue for me, but I'll keep playing around with it.
Offline
It's not confused by the fact that you have programs defined with the same name is it?
If you run out of ideas, I'd try the scrotwm forum (above).
"...one cannot be angry when one looks at a penguin." - John Ruskin
"Life in general is a bit shit, and so too is the internet. And that's all there is." - scepticisle
Offline
Anyone able to get terminus to be used in the scrotbar? I've seen it in configs that I have search for around the intertubes but fails for me. I've added it to .scrotwm.conf
bar_font = -*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*
But instead shows up as a very tiny unreadable font.
EDIT: I should read the font's wiki before asking such silly questions.
Last edited by doug piston (2012-02-07 21:43:48)
Offline
any changelog for 0.11.0-1 ?
Offline
From Freshmeat:
Release Notes: This release adds M-f to make switching between windows in the same workspace easier. Moving and resizing floating windows with the mouse is now based on click location. UTF-8 support has been added. The flip layout command M-S-\ has been added. Uniconify works on windows with non-ASCII titles. Memory and file descriptor leaks in conf_load are plugged. The missing ws_prior key binding has been added to the keyboard mapping files. The response to applications when windows are not reconfigured as requested has been fixed. There are many fixes to the bar display.
See also here: https://opensource.conformal.com/fluxbb … php?id=345
"...one cannot be angry when one looks at a penguin." - John Ruskin
"Life in general is a bit shit, and so too is the internet. And that's all there is." - scepticisle
Offline
I just installed this yesterday and already I like it verrra much thank you. I also use ratpoison and the difference in OOTB usability is amazing, though I did have to drop back into tty2 to figure out how to open anything. I haven't found anything that annoys me yet, but it's early days still. New favorite WM.
Offline
Name is changing...
https://opensource.conformal.com/fluxbb … d=975#p975
Offline
That's a shame. I think I'll always call it scrotwm.
Last edited by skanky (2012-02-17 10:37:15)
"...one cannot be angry when one looks at a penguin." - John Ruskin
"Life in general is a bit shit, and so too is the internet. And that's all there is." - scepticisle
Offline
Anyone able to get terminus to be used in the scrotbar? I've seen it in configs that I have search for around the intertubes but fails for me. I've added it to .scrotwm.conf
bar_font = -*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*
But instead shows up as a very tiny unreadable font.
EDIT: I should read the font's wiki before asking such silly questions.
I have read the font's wiki,not so clearly about it(My english is not good). and I still don't know why set the font like you do,but it doesn't take effect.
Could you tell me how to do that?Thanks.
Offline
I was using dzen for the scrotbar but this should get it done for you. Modify the ~/.xinitrc
Offline
I was using dzen for the scrotbar but this should get it done for you. Modify the ~/.xinitrc
it works! Thanks~
Offline
I have a few questions:
1. Is it possible to make spectrwm always run foo program on bar desktop? I tried the autorun feature, but I think its just for starting application on startup, correct?
2. How can I stop the focus from following the mouse?
3. How can I change the default keybinds? I don't see them inside /etc/spectrwm.conf.
Offline