Menu

#315 split screen resize

future
closed-out-of-date
resize (1)
5
2015-01-24
2014-05-05
No

it would be nice as fluxbox had a resize shortcut,

some examples:
- ctrl+super+left arrow would resize the window using the left half of the screen
..
- ctrl+super+up arrow would maximize the window
..

or using the numpad:
- ctrl+super+home(7) would resize the window to use 1/4 of the screen in the upper left corner
..
- ctrl+super+middle(5) would maximize the window
..

i like fluxbox,
but this is the a feature that i find usefull in unity,
or similar in https://wiki.archlinux.org/index.php/Bspwm,

Related

Feature Requests: #315

Discussion

  • Mathias Gumz

    Mathias Gumz - 2014-05-05

    with fluxbox-1.3.3 (check http://fluxbox.org/news/ ) supports "percentag values" for some commands, eg ResizeWindow. With that it's quite easy to do this (citing from my own .fluxbox/keys):

    Mod4 Left :MacroCmd {MoveTo 0% 0%} {ResizeTo 50% 100%}
    Mod4 Right :MacroCmd {MoveTo 50% 0} {ResizeTo 50% 100%}
    Mod4 End :MacroCmd {MoveTo 16% 16%} {ResizeTo 66% 66%}

    the resize-shortcut itself is in fluxbox since the dawn of time. i consider the feature-request as "implemented already". if you think otherwise: point me to the feature that is missing atm.

     
    • Gonzales, Speedy

      tnx, i'll check it,
      reinstalling this weekend

      a good keys file seems to make the difference

      On Mon, 2014-05-05 at 16:43 +0000, Mathias Gumz wrote:

      with fluxbox-1.3.3 (check http://fluxbox.org/news/ ) supports
      "percentag values" for some commands, eg ResizeWindow. With that it's
      quite easy to do this (citing from my own .fluxbox/keys):

      Mod4 Left :MacroCmd {MoveTo 0% 0%} {ResizeTo 50% 100%}
      Mod4 Right :MacroCmd {MoveTo 50% 0} {ResizeTo 50% 100%}
      Mod4 End :MacroCmd {MoveTo 16% 16%} {ResizeTo 66% 66%}

      the resize-shortcut itself is in fluxbox since the dawn of time. i
      consider the feature-request as "implemented already". if you think
      otherwise: point me to the feature that is missing atm.


      [feature-requests:#315] split screen resize

      Status: open
      Group: Next_Release_(example)
      Labels: resize
      Created: Mon May 05, 2014 03:40 PM UTC by Gonzales, Speedy
      Last Updated: Mon May 05, 2014 03:40 PM UTC
      Owner: nobody

      it would be nice as fluxbox had a resize shortcut,

      some examples:
      - ctrl+super+left arrow would resize the window using the left half of
      the screen
      ..
      - ctrl+super+up arrow would maximize the window
      ..

      or using the numpad:
      - ctrl+super+home(7) would resize the window to use 1/4 of the screen
      in the upper left corner
      ..
      - ctrl+super+middle(5) would maximize the window
      ..

      i like fluxbox,
      but this is the a feature that i find usefull in unity,
      or similar in https://wiki.archlinux.org/index.php/Bspwm,


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/fluxbox/feature-requests/315/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Feature Requests: #315

  • Mathias Gumz

    Mathias Gumz - 2014-05-05
    • status: open --> closed-out-of-date
    • assigned_to: Mathias Gumz
     

Log in to post a comment.