
10 Jul
2009
10 Jul
'09
2:28 p.m.
Quoting Alistair Gee
[((m .|. modMask, key), screenWorkspace sc >>= flip whenJust (windows . f)) | (key, sc) <- zip [xK_s, xK_d, xK_w, xK_e] [0..] , (f, m) <- [(W.view, 0), (W.shift, shiftMask)]]
This code looks fine to me (though I'm a bit rusty, as I learned last night when I tried to actually write some code). Are you sure xmonad is definitely loading your new config? Does xmonad --recompile (on the command line) report any errors? Does xmonad --restart work after that? Cheers, ~d