You are not logged in.

#1 2009-02-13 19:18:08

Blurry
Member
Registered: 2009-02-13
Posts: 4

Xmonad fullscreen I don' get it

Hi everybody,

i'm absolutely new to Archlinux, but not to the Linux-World. wink I am using Xfce with xmonad as Windowmanager. Everything works great but the fullscreen mode of for example mplayer, dosbox, vlc...

I know there is an extension named something with no boarders, but I don't know how to install or load it. Can sonebody help me?

Here is my xmonad.hs:

import XMonad
import XMonad.Config.Xfce
main = xmonad xfceConfig

Thank you and sorry for my bad english... wink

Offline

#2 2009-02-13 19:23:39

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: Xmonad fullscreen I don' get it

http://xmonad.org/xmonad-docs/xmonad-co … rders.html
http://xmonad.org/xmonad-docs/xmonad-co … rders.html

The later have a function smartBorder that will draw a border depending on how many windows there are on the screen


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#3 2009-02-13 19:29:17

Blurry
Member
Registered: 2009-02-13
Posts: 4

Re: Xmonad fullscreen I don' get it

Thank you. I know these sites, but it doesn't work.

Maybe what I did was wrong.

My extended xmonad.hs looks like:

import XMonad
import XMonad.Config.Xfce
import XMonad.Layout.NoBorders

layoutHook = noBorders Full
main = xmonad xfceConfig

but nothing happens...

I will try the first link...

Offline

#4 2009-02-13 19:36:33

Blurry
Member
Registered: 2009-02-13
Posts: 4

Re: Xmonad fullscreen I don' get it

I have no idea how to extend xmonad, sorry.

Can anybody tell me, how my xmonad.hs has to look?

Offline

#5 2009-02-13 23:00:17

phutte
Member
Registered: 2009-02-13
Posts: 14

Re: Xmonad fullscreen I don' get it

While in Xmonad, compile it (Mod+Q (Alt+Q)). If it doesn't work out for you,
is the script located @ /home/YOU/.xmonad/xmonad.hs ?

../greets from a quite snowy Sweden

Offline

#6 2009-02-14 01:14:50

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: Xmonad fullscreen I don' get it

Try something like

main = xmonad $ xfceConfig { layoutHook = noBorders Full }

Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#7 2009-02-14 08:30:14

Blurry
Member
Registered: 2009-02-13
Posts: 4

Re: Xmonad fullscreen I don' get it

Thank you very much! That helped!

Offline

Board footer

Powered by FluxBB