Re: Re-enabling workspaces properly



On Tue, Jul 27, 2004 at 08:20:41AM +0300, era+gmane iki fi wrote:

> On Mon, 26 Jul 2004 13:14:59 -0500 (CDT), Jonathan Koren
> <jkoren cs siu edu> posted to gmane.comp.window-managers.sawfish:
>  > On Mon, 26 Jul 2004 era+gmane iki fi wrote:
>  >> On Thu, 22 Jul 2004 11:42:33 +0200, Christian Marillat <marillat free fr>
>  >> posted to gmane.comp.window-managers.sawfish:
>  >> > era+gmane iki fi writes:
>  >> >> What are the steps required to re-enable workspaces completely?
>  >> > Not so hard. All hiden features are documented in the OPTIONS file.
>  >> Sorry, my "real" question was, how do I get back the menu choices
>  >> pertaining to viewports on the window menu. I couldn't find anything
>  >> about this in the OPTIONS file, either.
>  > I've got this in my .sawfishrc and it works just fine.
>  > (setq customize-command-classes '(default viewport))
>  > (setq viewport-dimensions '(3 . 3))
> 
> And you get the Viewport Up, Down, Left, Right choices in the Send
> window to submenu of the window menu, is that right? Which version of
> Sawfish is this?

Well, I presume that these menu options used to exist, but I can't find them,
so I presume that they've been removed.  There's a long-term vendetta against
viewports being prosecuted by the Sawfish team, though no-one's ever explained
why.

I suggest that you add the commands that you want yourself.  Try

(setq root-menu
      (cons `("_Viewports" . (("Move Viewport _Left"  (move-viewport -1  0))
                              ("Move Viewport _Right" (move-viewport  1  0))
                              ("Move Viewport _Up"    (move-viewport  0 -1))
                              ("Move Viewport _Down"  (move-viewport  0  1)))
              )
            root-menu))

Cheers,

Ewan.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]