Browse Source

xmonad: unfuck Gimp save dialogs

...by removing a doFloat.  Things seem normal, minus this, since
(evidently) dialogs are floated by default.  I was getting this horrible
flickering effect before.  In my mind, I added this in the first place
to try to solve that problem, but obviously something has changed.
exuberance
Brennen Bearnes 9 years ago
parent
commit
6d2350d5c7
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      .xmonad/xmonad.hs

+ 0
- 1
.xmonad/xmonad.hs View File

@ -96,7 +96,6 @@ myKeys x =
myManageHook = composeAll
[ className =? "Gimp" --> doFloat
, className =? "Quit Gimp" --> doFloat
, className =? "Vncviewer" --> doFloat
, className =? "Nautilus" --> doFloat
, className =? "Svkbd" --> doFloat


|||||||
x
 
000:0
Loading…
Cancel
Save