On Wed, Jul 15, 2009 at 11:51 AM, Raphael Scholer <[email protected]
> wrote:

> Hi,
> i've just installed the current git version of awesome, and immeadiatly
> an errer. I've set feh to be an floating app in rc.lua, and run it with
> "feh --fullscreen FILE". feh is correctly set to floating, but it only
> uses only the current slave width.
> Any ideas?
>

If you generally want feh to start fullscreen, you can let awesome do the
fullscreening.  In my rc.lua, in the awful.hooks.manage.register(function
(c, startup) section, I have the following to always maximize my editor:

   -- Always start komodo maximized
   if c.class == "komodo" then
       c.maximized_horizontal = true
       c.maximized_vertical = true
   end

To fullscreen, rather than maximize, set c.fullscreen.  HTH.

-- 
James Pearson
--
The best way to predict the future is to invent it.
 - Alan Kay
--
GCS/MU d- s+:- a--- C++(++++)>$ ULC+(++)>$ P(+) L+++>++++$ !E W++(+++)$>$
N+(++) o? K-- w--- O? M--(+) V? PS+(--) PE++() Y+(++) PGP- !t !5 !X R-
tv-(--) b+>+++ DI+(++) D G e>++ h- r y- [http://tinyurl.com/23uv8t]

Reply via email to