[xmonad] Issue 155 in xmonad: Don't display borders around
fullscreen MPlayer
codesite-noreply at google.com
codesite-noreply at google.com
Fri Mar 21 00:30:18 EDT 2008
Issue 155: Don't display borders around fullscreen MPlayer
http://code.google.com/p/xmonad/issues/detail?id=155
Comment #3 by dons00:
Yes, the solution is to use full mode, and toggle off the status bar.
For best effect, use the NoBorders:smartBorder extension, which hides
borders in
fullscreen mode.
import XMonad.Layout.NoBorders
And then:
layoutHook = smartBorders myLayouts
General support for having this happen when fullscreen mode is
requested is tied to
another ticket.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
More information about the xmonad
mailing list