You are not logged in.
I am looking for a window manager, that will work thus, my main window on my main left monitor, and my stack (my unfocused windows) on my right monitor. Is there a WM that can do this or anyone know one that comes close.
Thanks
Offline
xmonad can. I'll bet that awesome can too.
Offline
Well, you can look at Awesome WM. The configure file of Awesome is a lua script, and is really very configurable.
Offline
u can with awsome. I used it during a year and this is possible.
Now I use my kdemod in the awesome mode: shortcuts, tiling, ...
...
Offline
Offline
No, but it doesn't regularly break your config :-)
Offline
Awesome doesn't regularly break your config if that's what you mean. Unless you consider changing a few lines now and then a breakage.
Offline
Offline
If you know C, you can do what you want with DWM. It support multihead. You just have to write a patch which provide this layout. ![]()
Julien Pecqueur (JPEC)
--
[url]http://julienpecqueur.com - Unix, code & web![/url]
HTC Magic (Android) | Shuttle X27D (Archlinux + DWM) | Asus EeeBox (Debian Lenny Server)
Offline
Unfortunately I do not know C. The dependencies for xmonad are HUGE, plus it is not really doiing what I want.
I usually use ratpoison but the problem with that is window tiling is manual, plus moving windows between screens is non existant as far as I know.
Offline
Awesome is what you want, and configuring it is not at all hard.
Offline
Unfortunately I do not know C. The dependencies for xmonad are HUGE, plus it is not really doiing what I want.
I usually use ratpoison but the problem with that is window tiling is manual, plus moving windows between screens is non existant as far as I know.
XMonad is pretty easy to setup once, the deps aren't that huge just ghc is 665 Mb. Why care about that diskspace isn't a problem today and they are stripping down ghc already.
But if it doesn't "do" what you want, consider choosing another wm
Offline
If it helps at all, this is a useful way to look at awesome vs. xmonad:
awesome is pretty much a complete WM/DE (it's close to being a full DE) with a task bar, system tray, run dialog, something like nine preconfigured window management algorithms, right-click menus, etc. Through lua scripting it can be fully extended. There's a lot to awesome by default and more often than not users are going to start to tear it down because there's just so much of it.
xmonad out of the box is about 5% WM and 95% toolkit to build your own. It has no DE features upon first start and few layouts. If your objective is to build up your WM and not to tear it down, this is a good place to start. The GHC dependency is irrelevant if this is your goal (assuming you can afford the hard drive space) in my opinion.
One thing that's pretty cool about xmonad that a lot people may not realize is that some of it's developers are involved with Arch. Arch-haskell (the bazillion packages in AUR), Real World Haskell (the book), and GHC are all tied nicely together by some of these people.
Offline
Very well put skottish! I found that Awesome was working almost like I wanted right from the start as everything worked once I figured it out by reading through the settings file. Later on I started tearing things down like you say, and it's a constant work-in-progress.
I can see why some people prefer something else though.
Offline
Since i use it myself, i recommend giving i3 a try. It's really minimal but quite powerful, and it comes with sane defaults which can't be said for all tiling WM's. Dual-monitor works out of the box, a second monitor gets a workspace assigned automatically when you plug it in.
ᶘ ᵒᴥᵒᶅ
Offline
Since i use it myself, i recommend giving i3 a try. It's really minimal but quite powerful, and it comes with sane defaults which can't be said for all tiling WM's. Dual-monitor works out of the box, a second monitor gets a workspace assigned automatically when you plug it in.
Spot on. Thats exactly what I'm looking for. Purrrfect ![]()
Offline
If it helps at all, this is a useful way to look at awesome vs. xmonad:
awesome is pretty much a complete WM/DE (it's close to being a full DE) with a task bar, system tray, run dialog, something like nine preconfigured window management algorithms, right-click menus, etc. Through lua scripting it can be fully extended. There's a lot to awesome by default and more often than not users are going to start to tear it down because there's just so much of it.
xmonad out of the box is about 5% WM and 95% toolkit to build your own. It has no DE features upon first start and few layouts. If your objective is to build up your WM and not to tear it down, this is a good place to start. The GHC dependency is irrelevant if this is your goal (assuming you can afford the hard drive space) in my opinion.
One thing that's pretty cool about xmonad that a lot people may not realize is that some of it's developers are involved with Arch. Arch-haskell (the bazillion packages in AUR), Real World Haskell (the book), and GHC are all tied nicely together by some of these people.
What is cool about XMonad too that you can integrate Gnome and KDE easily in XMonad and bluetile is really cool for starters ![]()
Offline
I believe pretty much all tiling wm support dual head setup, sans official ion3. If you want ion3, you need to compile it yourself from aur (the author doesn't like dual head).
Offline
litemotiv wrote:Since i use it myself, i recommend giving i3 a try. It's really minimal but quite powerful, and it comes with sane defaults which can't be said for all tiling WM's. Dual-monitor works out of the box, a second monitor gets a workspace assigned automatically when you plug it in.
Spot on. Thats exactly what I'm looking for. Purrrfect
Well, actually i3 isn't really finished in this aspect yet.
Workspaces get assigned automatically, but there is no way to switch a workspace to another monitor - a big showstopper for me.
But otherwise I've been using it quite some time and like it very much!
Offline
You might also want to try scrotwm. It worked with my xrandr setup straight away, and it's config file is the simplest out of any tiling wm that I've used. All I really had to do was set ALT+TAB to switch between monitors, everything else just worked right away. It might not have all the functionality you want though, as it's very minimalistic.
Offline