You are not logged in.

#1 2008-12-05 19:25:11

Roberth
Member
From: The Pale Blue Dot
Registered: 2007-01-12
Posts: 894

Tiling wm with simple configuration?

Hello, I like tiling window managers, but I don't the configurations syntaxes that xmonad, awesome etc uses, is there any who is as simple to configure as for example openbox?


Use the Source, Luke!

Offline

#2 2008-12-05 19:29:16

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: Tiling wm with simple configuration?

Ratpoison is really simple.

Offline

#3 2008-12-05 19:35:27

Roberth
Member
From: The Pale Blue Dot
Registered: 2007-01-12
Posts: 894

Re: Tiling wm with simple configuration?

Ratpoison is just like evilwm, to simple.


Use the Source, Luke!

Offline

#4 2008-12-05 19:40:22

mentallaxative
Member
From: Australia
Registered: 2008-07-14
Posts: 134
Website

Re: Tiling wm with simple configuration?

Is that "too simple"? Ratpoison can do a lot of things, trust me.

Offline

#5 2008-12-05 19:44:04

Roberth
Member
From: The Pale Blue Dot
Registered: 2007-01-12
Posts: 894

Re: Tiling wm with simple configuration?

mentallaxative wrote:

Is that "too simple"? Ratpoison can do a lot of things, trust me.

Anyway it's still complicated, as I mentioned, I need simple configuration not a simple window manager.


Use the Source, Luke!

Offline

#6 2008-12-05 20:06:57

heleos
Member
From: Maine, USA
Registered: 2007-04-24
Posts: 678

Re: Tiling wm with simple configuration?

How about a list of what you want in a tiling window manager, instead of shooting down the idea of ratpoison because its 'too simple'?

Offline

#7 2008-12-05 20:11:31

mentallaxative
Member
From: Australia
Registered: 2008-07-14
Posts: 134
Website

Re: Tiling wm with simple configuration?

Roberth wrote:

Anyway it's still complicated, as I mentioned, I need simple configuration not a simple window manager.

You said it's too simple, and now you're saying it's still complicated? I don't quite follow you. Ratpoison is easy to configure since .ratpoisonrc is not written in any programming language you need to know in order to configure it. I have a feeling you won't really like anyone's recommendation, so I suggest you install everything that looks remotely simple to try it out yourself.

Offline

#8 2008-12-05 20:31:52

string
Member
Registered: 2008-11-03
Posts: 286

Re: Tiling wm with simple configuration?

I've had no trouble writing an Xmonad configuration file -- from scratch -- without actually knowing Haskell. Looking at examples and understanding what they do (making a small modification here and there to see how it affects things in order to gain a better understanding in some places helps). If you're comfortable with C, go for DWM. I remember writing an OpenBox configuration file from scratch -- their documentation is awesome, I'll give them that -- but can't say it was easier than my Xmonad experience.

Offline

#9 2008-12-05 20:35:15

Windowlicker
Member
Registered: 2008-07-20
Posts: 15

Re: Tiling wm with simple configuration?

dwm

Offline

#10 2008-12-05 21:11:20

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Tiling wm with simple configuration?

mentallaxative wrote:
Roberth wrote:

Anyway it's still complicated, as I mentioned, I need simple configuration not a simple window manager.

You said it's too simple, and now you're saying it's still complicated? I don't quite follow you. Ratpoison is easy to configure since .ratpoisonrc is not written in any programming language you need to know in order to configure it. I have a feeling you won't really like anyone's recommendation, so I suggest you install everything that looks remotely simple to try it out yourself.

Haha. I was going to say something similar. Openbox is configured in XML, isn't it? That's not exactly "simple" to me. But, hey, to each his own. Perhaps you might like 'awesome', which I think uses lua?

Offline

#11 2008-12-05 21:24:40

Roberth
Member
From: The Pale Blue Dot
Registered: 2007-01-12
Posts: 894

Re: Tiling wm with simple configuration?

Okay to be honest ratpoison doesn't look so bad after all. Can anyone give me an example of the configuration syntax?


Use the Source, Luke!

Offline

#12 2008-12-05 21:35:47

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: Tiling wm with simple configuration?

Roberth wrote:

Okay to be honest ratpoison doesn't look so bad after all. Can anyone give me an example of the configuration syntax?

Sure, here is my rc. I don't use frames and groups though

escape C-grave

definekey top KP_Left prev
definekey top KP_Right next
definekey top KP_Subtract delete
definekey top KP_Up windows
definekey top KP_Insert colon
definekey top KP_Delete redisplay
definekey top Print nextscreen

set border 0
rudeness 12
startup_message off

#bar appearance
msgwait 0
set winname class
set barborder 0
set font 9x15
set inputwidth 500
set bgcolor black
set fgcolor #7070ff
set bargravity se
set winliststyle row
set winfmt %t

Offline

#13 2008-12-05 23:13:03

Roberth
Member
From: The Pale Blue Dot
Registered: 2007-01-12
Posts: 894

Re: Tiling wm with simple configuration?

Is there any way to remove the borders for certain appliacations?


Use the Source, Luke!

Offline

#14 2008-12-05 23:16:12

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,549

Re: Tiling wm with simple configuration?

Do note that ratpoison is (IIRC) no longer maintained, it has become Stumpwm.

dwm also has a simple configuration, and some of its forks (dwm-gtx, echinus, etc.).

Offline

#15 2008-12-05 23:25:32

elmer_42
Member
From: /na/usa/ca
Registered: 2008-10-11
Posts: 427

Re: Tiling wm with simple configuration?

wmii has very easy configuration, and dwm isn't that much harder to configure. Both are great WMs.


[ lamy + pilot ] [ arch64 | wmii ] [ ati + amd ]

Offline

#16 2008-12-06 07:30:24

Nikitka
Member
From: Zelenograd, Moscow, Russia
Registered: 2007-12-26
Posts: 11

Re: Tiling wm with simple configuration?

Echinus is a tiling window manager in spirit of dwm with a simple configuration. Echinus is configured via one config file in Xresources format.

Offline

#17 2008-12-06 07:54:28

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Tiling wm with simple configuration?

Ranguvar wrote:

Do note that ratpoison is (IIRC) no longer maintained, it has become Stumpwm.

dwm also has a simple configuration, and some of its forks (dwm-gtx, echinus, etc.).

lol stumpwm

From: http://www.nongnu.org/stumpwm/screenshot.html

These screenshots are specifically designed to trigger a feverish commitment to stumpwm. If you have a heart condition or are easily whipped into psychotic frenzies please consult your doctor before viewing these pictures.

Offline

#18 2008-12-06 07:56:52

u_no_hu
Member
Registered: 2008-06-15
Posts: 453

Re: Tiling wm with simple configuration?

I would also recommend wmii . It works pretty well with the default configuration wmiirc. And wmiirc is pretty easy to understand and reconfigure.

Last edited by u_no_hu (2008-12-06 07:57:08)


Don't be a HELP VAMPIRE. Please search before you ask.

Subscribe to The Arch Daily News.

Offline

#19 2008-12-06 07:58:51

dolby
Member
From: 1992
Registered: 2006-08-08
Posts: 1,581

Re: Tiling wm with simple configuration?

IMO the simplest config have ratpoison and xmonad.
dwm used to be much simpler but i guess its pretty straightfoward as well.
Configs can get complicated as you start adding stuff.

Last edited by dolby (2008-12-06 07:59:06)


There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums.  That is why we avoid it. -- ewaller (arch linux forum moderator)

Offline

#20 2008-12-06 08:32:04

string
Member
Registered: 2008-11-03
Posts: 286

Re: Tiling wm with simple configuration?

OFFTOPIC ALERT

What kind of laptops are those shown in: http://www.nongnu.org/stumpwm/exciting.jpg ? I'm guessing the black one is an EeePC, what about the white one?

Offline

#21 2008-12-06 16:54:47

Roberth
Member
From: The Pale Blue Dot
Registered: 2007-01-12
Posts: 894

Re: Tiling wm with simple configuration?

Echinus doesn't work for me since it has no xinerama support:(


Use the Source, Luke!

Offline

#22 2008-12-07 00:56:03

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Tiling wm with simple configuration?

Ranguvar wrote:

Do note that ratpoison is (IIRC) no longer maintained, it has become Stumpwm.

That's actually not true. It's no longer *actively developed* because the lead developer has moved on to stumpwm, but he still *maintains* ratpoison.

Offline

#23 2008-12-07 01:38:48

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,549

Re: Tiling wm with simple configuration?

Then I would recommend dwm-gtx. Ridiculously simple (note, simple, not easy) and multihead support.

Thanks for the NFO, phrakture smile

Offline

#24 2008-12-11 20:07:35

vogt
Member
From: Toronto, Canada
Registered: 2006-11-25
Posts: 389

Re: Tiling wm with simple configuration?

Roberth wrote:

...but I don't the configurations syntaxes that xmonad...

But that logo is still good?

Maybe this could make it easy enough:
http://braincrater.wordpress.com/2008/0 … -released/

In any case, configuration is something that shouldn't have to happen very often at all (maybe only once), so whatever pain you endure in piecing together bits of code from other configurations and the documentation could be worth it in the long run.

Offline

#25 2008-12-11 22:41:15

Roberth
Member
From: The Pale Blue Dot
Registered: 2007-01-12
Posts: 894

Re: Tiling wm with simple configuration?

xmonad-light seem to be the exact thing i want, it just need to mature more!


Use the Source, Luke!

Offline

Board footer

Powered by FluxBB