You are not logged in.

#1 2009-12-26 03:03:46

sw2wolf
Member
From: China
Registered: 2009-06-08
Posts: 99
Website

xmonad problem using FireFox

The confirm dialog will be hidden when restoring bookmarks in FireFox. I have to move the covering window to make it visible sad

myManageHook = composeAll . concat $
                        [ [ className =? c --> doFloat | c <- myCFloats]
                         ,[ className =? c --> doIgnore | c <- myIgnores]
                         ,[ className =? "Audacious" --> doShift "3" ]
                         ,[ className =? "Firefox" --> doF W.swapDown]
                         ,[ resource  =? r --> doCenterFloat | r <- myRFloats]
                         ,[ title     =? t --> doFloat | t <- myTFloats]
                         ,[(role =? "gimp-toolbox" <||> role =? "gimp-image-window") --> (ask >>= doF . W.sink)]
                         ,[name  =? n  --> doCenterFloat | n <- myNames]
                         ,[isFullscreen --> doFullFloat]]
                    where myCFloats = ["Shredder", "GQview", "MPlayer", "Gimp","Vncviewer","Xmessage","Google","Pidgin"]
                          myRFloats = ["Dialog", "Download", "Places"]
                          myTFloats  = ["Firefox Preferences", "Element Properties", "VLC"]
                          myIgnores = ["trayer"]
                          myNames   = ["bashrun","Google Chrome Options","R Graphics: Device 2 (ACTIVE)"]
                          role = stringProperty "WM_WINDOW_ROLE"
                          name = stringProperty "WM_NAME"

Siincerely!


e^(π⋅i) + 1 = 0

Offline

Board footer

Powered by FluxBB