You are not logged in.

#1 2010-08-29 21:38:09

gtklocker
Member
Registered: 2009-09-01
Posts: 462

Xmonad: I finally found a WM I like and easily learnt! :D

Yes, Xmonad. I've tried it many times before and I thought it has absolutely no use. Now, I installed it again, took the toor and... magic! It's awesome. big_smile

The shortcuts I know so far are:

- mod-space
- mod-p
- mod-h
- mod-l
- mod-shift-enter
- mod-[1-...] (workspaces)

I'm good with these for now. I'd just want to configure it a bit more, though I don't know haskell. In the meantime, can someone tell me if there are any other useful Xmonad keybindings?

My current xmonad.hs is soooo tiny btw. big_smile

 import XMonad
 
 main = do
   xmonad $ defaultConfig
     { terminal    = "urxvt"
     , modMask     = mod4Mask
     , borderWidth = 3
     }

-- the surprised gtklocker big_smile

Offline

#2 2010-08-29 21:42:28

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Xmonad: I finally found a WM I like and easily learnt! :D

There is a lengthy xmonad thread here: https://bbs.archlinux.org/viewtopic.php?id=94969

Closing


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB