You are not logged in.

#1 2009-02-15 20:45:19

SLKDK
Member
Registered: 2008-08-11
Posts: 61

Tiling WMs

Hi all.

I wanna try something new.
I have tried Xmonad, dwm and awesome (Just really quickly (~5-10 min each)).

I like the way a tiling WM work and would really like to use a tiling WM.

But wich should I go for and stick with? I don't wanna learn programming language just to config it, so I guess Xmonad is gone?
dwm + dmenu works great I think, awesome looks a bit nicer though, but with the little time spend on the WMs I guess I like dwm the most.

Any good advice for a tiling-WM-newcomer? big_smile Any good links that could help me become better to tiling WMs?


Best regards

Offline

#2 2009-02-15 20:47:49

deadlylife
Member
Registered: 2008-12-24
Posts: 120

Re: Tiling WMs

I  like Awesome, use it for about an hour before you start configure.

Offline

#3 2009-02-15 20:50:21

SamC
Member
From: Calgary
Registered: 2008-05-13
Posts: 611
Website

Re: Tiling WMs

Let's see, both awesome and xmonad are out for you, even though you don't actually need to learn any programming. DWM is configured in C, but, again, you don't need to know C to actually use it. Stumpwm is lisp, but it's predecessor, ratpoison, has a pretty simple config file. There are some DWM forks that use things like .XDefaults to hold the configuration options, but I don't know much about them. Also, read this.

Offline

#4 2009-02-15 20:53:51

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: Tiling WMs

You do not need to learn Haskell to configure XMonad and the documentation is really great - just takes a while to get used to. Look here: http://www.xmonad.org/xmonad-docs/

Dwm is really simple to configure, but you need to edit the header file (config.h) and recompile. The compilation part takes two seconds.

http://wiki.archlinux.org/index.php/Dwm … ll_package

I usually just have a build dir in my ~ and copy the dwm executable to a dir in my PATH.

So stick with dwm if it fits your needs.

Offline

#5 2009-02-15 20:59:34

scj
Member
From: Sweden
Registered: 2007-09-23
Posts: 158

Re: Tiling WMs

Try them all out for a little longer than 10 minutes and you will find out for yourself which one you want to stick with.

Offline

#6 2009-02-15 21:02:51

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: Tiling WMs

Ashren wrote:

Dwm is really simple to configure, but you need to edit the header file (config.h) and recompile. The compilation part takes two seconds.

2 seconds ??? yikes
That's way too long... hmm


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#7 2009-02-15 21:08:20

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: Tiling WMs

moljac024 wrote:
Ashren wrote:

Dwm is really simple to configure, but you need to edit the header file (config.h) and recompile. The compilation part takes two seconds.

2 seconds ??? yikes
That's way too long... hmm

Figuratively speaking. wink

 [edgar@archedgar dwm]$ time make
dwm build options:
CFLAGS   = -std=c99 -pedantic -Wall -Os -I. -I/usr/include -I/usr/X11R6/include -DVERSION="5.0" -DXINERAMA
LDFLAGS  = -s -L/usr/lib -lc -L/usr/X11R6/lib -lX11 -L/usr/X11R6/lib -lXinerama
CC       = cc

real    0m0.049s
user    0m0.040s
sys    0m0.010s

Satisfied?! Huh! HUH!?

Last edited by Ashren (2009-02-15 21:09:56)

Offline

#8 2009-02-15 21:22:09

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: Tiling WMs

Meh, while not as bad as 2 seconds, this isn't all that great either...

Last edited by moljac024 (2009-02-15 21:22:37)


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#9 2009-02-15 21:26:48

SLKDK
Member
Registered: 2008-08-11
Posts: 61

Re: Tiling WMs

Im trying out Awesome again, but Im having a hard time just to find a config file sample to work out from??

Offline

#10 2009-02-15 21:41:48

BabyDoc
Member
Registered: 2008-03-20
Posts: 76

Re: Tiling WMs

SLKDK wrote:

Im trying out Awesome again, but Im having a hard time just to find a config file sample to work out from??

Found this page in the awesome wiki: click
Gigamo here on the forums used to have some nice configs to, I assume it still is that way.

For myself I find dwm to be much easier to configure then awesome. If you really don't want to learn a programming language it's best to stick to dwm imo.

Last edited by BabyDoc (2009-02-15 21:44:37)

Offline

#11 2009-02-15 21:55:52

initbox
Member
Registered: 2008-09-27
Posts: 172

Re: Tiling WMs

Ratpoisoooooooon.

It doesn't annoy you by trying to automatically tile. It is really easy to configure, and basically, you don't really even have to.

Plus, it lets you get rid of the rat, of course.

Offline

#12 2009-02-16 01:07:13

thayer
Fellow
From: Vancouver, BC
Registered: 2007-05-20
Posts: 1,560
Website

Re: Tiling WMs

initbox wrote:

Ratpoisoooooooon.

It doesn't annoy you by trying to automatically tile. It is really easy to configure, and basically, you don't really even have to.

Plus, it lets you get rid of the rat, of course.

The same could be said for dwm and I'm sure a number of other tilers.


thayer williams ~ cinderwick.ca

Offline

#13 2009-02-16 02:55:00

yvonney
Member
Registered: 2008-06-11
Posts: 671

Re: Tiling WMs

yep, 2 seconds. Changed my entire computing life. dwm new version 5.4.1
when going to new version remember to do abs update.
see wiki. 'dwm'  step by step. perfect for me.

Offline

#14 2009-02-16 02:58:50

anrxc
Member
From: Croatia
Registered: 2008-03-22
Posts: 834
Website

Re: Tiling WMs

SLKDK wrote:

Im trying out Awesome again, but Im having a hard time just to find a config file sample to work out from??

You got a sample configuration file with your package. But it would be best if you start with man pacman, again.


You need to install an RTFM interface.

Offline

#15 2009-02-16 03:05:35

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: Tiling WMs

If you're using the version of Awesome in community, feel free to borrow my configs


.:[My Blog] || [My GitHub]:.

Offline

#16 2009-02-16 07:56:04

Berticus
Member
Registered: 2008-06-11
Posts: 731

Re: Tiling WMs

You don't really need to learn Haskell unless you plan to make your own extensions, just like any other window manager, I suppose. All you need to do is read the extension and configuration libraries. You can use example configuration files to see how to use the libraries, if you have issues deciphering it.

Offline

#17 2009-02-16 08:55:26

adamlau
Member
Registered: 2009-01-30
Posts: 418

Re: Tiling WMs

Once it becomes a bit more robust, scrotwm will be on all of my boxes.


Arch Linux + sway
Debian Testing + GNOME/sway
NetBSD 64-bit + Xfce

Offline

#18 2009-02-17 04:38:54

joephantom
Member
From: Latinoamérica
Registered: 2008-01-09
Posts: 94
Website

Re: Tiling WMs

adamlau wrote:

Once it becomes a bit more robust, scrotwm will be on all of my boxes.

scrotwm is cool smile.


By striving to do the impossible, man has always achieved what is possible. Those who have cautiously done no more than they believed possible have never taken a single step forward - Mikhail Bakunin

Offline

#19 2009-02-17 12:04:50

OpenBSD
Member
Registered: 2009-02-04
Posts: 43

Re: Tiling WMs

joephantom wrote:
adamlau wrote:

Once it becomes a bit more robust, scrotwm will be on all of my boxes.

scrotwm is cool smile.

Yep, I switched to scrotwm.
SVN version has wmname build in (java apps run w/o hack on jre 1.7) and allow to change modkey, stacking works as well.

Good stuff.
Oh, the way it handles dual displays is brilliant.

Offline

#20 2009-02-17 12:26:49

Vintendo
Member
From: Netherlands
Registered: 2008-04-21
Posts: 375
Website

Re: Tiling WMs

Does it handle them the same way as xmonad?

Offline

#21 2009-02-17 14:21:03

tjwoosta
Member
Registered: 2008-12-18
Posts: 453

Re: Tiling WMs

SLKDK wrote:

    Im trying out Awesome again, but Im having a hard time just to find a config file sample to work out from??

if your going to try to use awesome you will definatly want to read the wiki (or at least skim through the important stuff)

http://awesome.naquadah.org/


the awesome config file /etc/xdg/awesome/rc.lua

the default awesome theme file /usr/share/awesome/default/theme

example configs submitted by users for you to examine and learn from  http://awesome.naquadah.org/wiki/index. … tion_Files

Offline

#22 2009-02-17 16:43:48

bgc1954
Member
From: Edmonton, AB, Canada
Registered: 2006-03-14
Posts: 1,160

Re: Tiling WMs

If you ever get tired of compiling dwm every time you want to change something, you could try wmii--dwm's big brother.  It has a wmiirc file which lets you reconfigure things your own way and after using for awhile now I prefer it to dwm.  Try it if you like.  More info here: http://wiki.archlinux.org/index.php/Wmii


Time is a great teacher, but unfortunately it kills all its pupils ... - Louis Hector Berlioz

Offline

#23 2009-02-17 17:48:49

SLKDK
Member
Registered: 2008-08-11
Posts: 61

Re: Tiling WMs

Hi all again.

Still stuck on Awesome wink I really like it, I think..

I have seen some screenshots with Awesome with a small sysinfo-bar at the bottom (proberly conky?), but how to have margins so the windows don't overlap conky, at the bottom?

Any link to tutorial on how to conky in awesome?

Best regards.

Offline

#24 2009-02-17 19:02:33

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Tiling WMs

I have never used a tiling WM....but I am planning to install it and access it on tty3.

Can someone tell me what scrotwm can do that the others cannot?


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#25 2009-02-17 19:24:20

Gigamo
Member
Registered: 2008-01-19
Posts: 394

Re: Tiling WMs

SLKDK wrote:

Hi all again.

Still stuck on Awesome wink I really like it, I think..

I have seen some screenshots with Awesome with a small sysinfo-bar at the bottom (proberly conky?), but how to have margins so the windows don't overlap conky, at the bottom?

Any link to tutorial on how to conky in awesome?

Best regards.

That's just another wibox (statusbar). You don't need conky to feed information to it.

Offline

Board footer

Powered by FluxBB