You are not logged in.

#1 2007-10-23 14:07:33

number3
Member
Registered: 2007-09-16
Posts: 22

DWM replacement

After using DWM for awhile I've grown sick of recompiling it every time I want to make a change. Is there any alts that have the same functionality?

Offline

#2 2007-10-23 17:04:16

ploxiln
Member
Registered: 2006-10-27
Posts: 50

Re: DWM replacement

xmonad and wmii are similar I think. I like wmii, it uses config files. "awesome" is a dwm spinoff which adds a bunch of features the suckless.org community doesn't want (like config files) and it's here: http://awesome.naquadah.org/

Offline

#3 2007-10-23 18:05:02

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: DWM replacement

I found this very odd at first, but recompiling dwm and restarting is so fast that it's not a big problem. Just a few commands.
And generally, as the time goes, you edit it less and less.

I just thought you could make a one line command for doing it, and put it as an alias. Probably far from bullet proof, but seems to work :

alias editdwm="pushd share/app/dwm && vim config.h && make && sudo make install && killall dwm && popd"

pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#4 2007-10-23 18:49:43

number3
Member
Registered: 2007-09-16
Posts: 22

Re: DWM replacement

Do you know if fibonacci patch is going to be upgraded to support the new release?

What is an alias?

Last edited by number3 (2007-10-23 18:50:32)

Offline

#5 2007-10-23 19:57:36

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: DWM replacement

number3 wrote:

Do you know if fibonacci patch is going to be upgraded to support the new release?

I ported it to dwm-4.6 , keeping the fibonacci.c file and posted it on the ML :
http://news.gmane.org/gmane.comp.window%2dmanagers.dwm

But I just checked the wiki page, and someone now updated it for both 4.5 and 4.6 :
http://www.suckless.org/wiki/dwm/patches/fibonacci

These two patches add the code directly to dwm.c . But that's alright. Maybe that's even the best way finally smile

What is an alias?

http://en.wikipedia.org/wiki/Alias_%28Unix_shell%29


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#6 2007-10-24 16:14:15

number3
Member
Registered: 2007-09-16
Posts: 22

Re: DWM replacement

I don't see dwm 4.6 on suckless... am I missing something?

Offline

#7 2007-10-24 16:29:55

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

Re: DWM replacement

the mercurial branch

btw sick of the 2 secs compiling dwm doesnt sound really sane.. u could 've found a better excuse tongue


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

#8 2007-10-24 16:47:40

number3
Member
Registered: 2007-09-16
Posts: 22

Re: DWM replacement

dolby wrote:

the mercurial branch

btw sick of the 2 secs compiling dwm doesnt sound really sane.. u could 've found a better excuse tongue

Well the thing is that I don't know much code and when it throws an error at me that I have no idea how to fix it sorta gets you just wanting to say forget it.

Offline

#9 2007-10-25 05:50:01

F
Member
Registered: 2006-10-09
Posts: 322

Re: DWM replacement

shining wrote:

But I just checked the wiki page, and someone now updated it for both 4.5 and 4.6 :
http://www.suckless.org/wiki/dwm/patches/fibonacci

Fibonacci finally out for 4.5 WOOOO HOOOOO!!!!!!!

I have been bitching about this patch for ages in #dwm. Glad it finally made its way over wink

Last edited by F (2007-10-25 05:50:12)

Offline

#10 2007-10-25 18:59:06

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: DWM replacement

F wrote:
shining wrote:

But I just checked the wiki page, and someone now updated it for both 4.5 and 4.6 :
http://www.suckless.org/wiki/dwm/patches/fibonacci

Fibonacci finally out for 4.5 WOOOO HOOOOO!!!!!!!

I have been bitching about this patch for ages in #dwm. Glad it finally made its way over wink

Btw, 4.6 is out now. But well, fibonacci is already ready for that version, so you should still be happy smile


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#11 2007-10-25 23:45:23

Phenax
Member
Registered: 2007-01-07
Posts: 21

Re: DWM replacement


Putt's Law wrote:

Technology is dominated by two types of people: those who understand what they do not manage, and those who manage what they do not understand.

Offline

Board footer

Powered by FluxBB