First off: are you sure you need it? Secondly, what you found there in your link is an extension which should come with the xmonad-contrib package. You don't paste that into your xmonad.hs.This should give you an idea of what you need to do.You should probably read up on XMonad in general though, to figure out how to configure xmonad properly.
I'm using gnome+xmonad, and I'm trying to set the mod key to the windows key. I set my .xmonad.hs file to:
import XMonad
import XMonad.Config.Gnome
main = xmonad gnomeConfig
myModMask = mod4Mask
I tried to reload the file with alt+q, but no change seems to have occurred. Any suggestions? I'm far from a power user.
This is a modified xmonad.hs I got from the internet... it works, but the panel only gets shown after I open a program, and the gnome workspace switcher isn't aware of xmonad's workspaces.... ( What else am I missing from gnomeConfig, and how can I fix the issues ?
I decided to give the xmonad desktop environment a try. First I did a 'sudo apt-get install gnome-panel' as the prerequisite for running Xmonad on Gnome. I then did a 'sudo apt-get install xmonad'. Once it was installed I logged off and logged in again using the Xmonad on Gnome menu option. I then attempted to open a terminal using 'alt-shift-enter'.
I don't have a great deal of space on my screen, so I thought I'd save some by using icons instead of names for my workspaces.
I don't have a great deal of space on my screen, so I thought I'd save some by using icons instead of names for my workspaces.
I'm new to Lubuntu/LXDE/openbox and I've just installed Lubuntu 12.10. I'm so far unable to find a way to tile windows with the keyboard.
Is there a way to have a keyboard shortcut that will make a window fill the left or right half of the screen (like in unity and Windows 7)?
Alternatively, I'm trying to get XMonad to work with Lubuntu.
I'm new to Xmonad. I used to use spectrwm (which I love) but it has been glitchy with a few things and I like the flexibility of Xmonad and its ability to handle exceptions, etc. better. I have, however, run into a sticky spot porting over all my keybindings.
I have problem with Network Manager in xmonad. Let's say I want to connect to a new wireless network. When I try to do so, error is displayed, saying: "insufficient privileges". But when I try do do this with Gnome 3 there is no problem.