Minimal changes to floating windows
This commit is contained in:
parent
19e2679cd3
commit
247a95be44
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ myManageHook = composeAll
|
|||
--, className =? "Do" -?> (doFloat <+> doConfigBorderOff)
|
||||
, className =? "MPlayer" -?> doCenterFloat
|
||||
, className =? "Gimp" -?> doFloat
|
||||
, className =? "Gajim.py" -?> doFloat
|
||||
, className =? "Display" -?> doFloat
|
||||
, className =? "Wine" -?> doFloat
|
||||
, isFullscreen -?> doFullscreen
|
||||
]
|
||||
|
|
Reference in a new issue