You are not logged in.

#1 2007-10-24 13:05:16

Hide
Member
From: Castalia
Registered: 2007-02-02
Posts: 368

Tiling WMs problems

dwm:

I downloaded source from the official site, unpacked it, installed (make, make install clean) and everything worked. However, when i altered config.h, it compiled nicely, but changes wouldn't appear (terminal shortcut, etc).

wmii:

I guess this is easy one. What is the MOD setting for Ctrl in wmiirs (MOD1 is Alt)?

xmonad:

This tiny file requires a 40mb program as a dependency. Is there a workaround for this?

Last edited by Hide (2007-10-24 13:05:36)

Offline

#2 2007-10-24 13:22:46

Sigi
Member
From: Thurgau, Switzerland
Registered: 2005-09-22
Posts: 1,131

Re: Tiling WMs problems

dwm:

# pacman -S cvsup
change "!community" in /etc/abs/abs.conf to "community" 
# abs
copy the dwm folder in /var/abs/community/x11/ into /var/abs/local
copy your changed config.h into /var/abs/local/dwm
delete the md5sum of the config.h in dwm's PKGBUILD
# makepkg

works great here...

Cheers Sigi


Haven't been here in a while. Still rocking Arch. smile

Offline

#3 2007-10-24 13:47:48

rson451
Member
From: Annapolis, MD USA
Registered: 2007-04-15
Posts: 1,233
Website

Re: Tiling WMs problems

if you are building from abs, be sure you edit the config.h in the root dwm directory. another one is created in the src subdirectory but it gets overwritten by the one in the dwm root.


archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson

Offline

#4 2007-10-24 13:49:49

Sigi
Member
From: Thurgau, Switzerland
Registered: 2005-09-22
Posts: 1,131

Re: Tiling WMs problems

rson451 wrote:

if you are building from abs, be sure you edit the config.h in the root dwm directory. another one is created in the src subdirectory but it gets overwritten by the one in the dwm root.

Forgot to mention that, great hint rson451


Haven't been here in a while. Still rocking Arch. smile

Offline

#5 2007-10-24 14:34:56

Hide
Member
From: Castalia
Registered: 2007-02-02
Posts: 368

Re: Tiling WMs problems

Thx guys, md5 error always bothered me. It works like charm now wink

However, the other two problems remain wink

Offline

#6 2007-10-24 15:49:32

rson451
Member
From: Annapolis, MD USA
Registered: 2007-04-15
Posts: 1,233
Website

Re: Tiling WMs problems

i should have read your first post more carefully. i suggest you use abs to build dwm. it will do all the dirty work for you.  if you still have no luck doing it this way, please post your config.h and let us see if maybe you are changing something incorrectly.


archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson

Offline

#7 2007-10-24 17:44:56

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

Re: Tiling WMs problems

Hide wrote:

I downloaded source from the official site, unpacked it, installed (make, make install clean) and everything worked. However, when i altered config.h, it compiled nicely, but changes wouldn't appear (terminal shortcut, etc).

sudo make install && killall dwm


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

Offline

#8 2007-10-25 05:47:45

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

Re: Tiling WMs problems

did you get out of dwm when you made the changes and recompiled? Changes take effect after you restart dwm.

Offline

#9 2007-10-25 15:52:12

Hide
Member
From: Castalia
Registered: 2007-02-02
Posts: 368

Re: Tiling WMs problems

as i wrote several posts above, my dwm problem is now gone. Any opinions on the rest of my original post?

Offline

#10 2007-10-25 17:18:01

Sigi
Member
From: Thurgau, Switzerland
Registered: 2005-09-22
Posts: 1,131

Re: Tiling WMs problems

xmonad:
I never tried xmonad but from what I can tell it is written and depending on haskell. There is no "work around" this.

wmii:
never tried this one either. Have you tried "ctrl" instead of MOD1?


Haven't been here in a while. Still rocking Arch. smile

Offline

#11 2007-10-26 00:51:05

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

Re: Tiling WMs problems

xmonad doesnt need to depend on ghc, someone needs to split ghc into the compiler, and libghc (ubuntu, debian and other distros do this), just like we have done with gcc.

You'll still need ghc to rebuild xmonad for configuration changes, but that's just like requiring gcc to rebuild dwm.... though gcc's a tad more standard and common.

James

Offline

#12 2007-10-26 14:21:07

Hide
Member
From: Castalia
Registered: 2007-02-02
Posts: 368

Re: Tiling WMs problems

ok, wmii problem is solved. It's "Control"! (ran into this while reading a fluxbox tutorial big_smile)

@iphitus
so i'm going to have to install it sooner or later? sad

Offline

Board footer

Powered by FluxBB