fluxbox fork with a slight change to maximized windows
Find a file
Mark Murawski 7cb7bfaa44 Support 'vertical' Workspace warping
'Vertical' Workspace warping is a variant of the existing Workspace
warping feature: When a user drags a window to the edge of the Screen,
the window is warped to the next / previous workspace.

'Vertical' Workspace warping detects a drag towards the upper / lower
border of the screen and warps the current workspace about an 'offset'.
Example given, lets say the user has 9 workspaces and considers them to
form a 3x3 grid:

  +-+-+-+
  |1|2|3|
  +-+-+-+
  |4|5|6|
  +-+-+-+
  |7|8|9|
  +-+-+-+

An 'offset' of 3 warps from workspaces 2 to workspace 5 (or 8), when a
window is dragged to the bottom / top border.

New configuration ressources:

    session.screenN.workspacewarpingvertical: true
    session.screenN.workspacewarpingverticaloffset: X
2017-11-19 20:10:26 +01:00
3rd/vim vim syntax: Recognize fluxbox files 2017-09-06 20:12:32 +02:00
build-aux build-sys: use iconv library detections from gettext 2013-05-26 10:38:11 +01:00
data Fix build-system: install data files (keys, apps, menu ...) 2015-01-05 15:08:32 +01:00
doc fix manpage fluxbox-style 2017-04-24 20:58:25 +02:00
m4 add automake helpers to enforce --std=cxx11 2016-11-05 22:38:47 +01:00
nls update da_DK translations 2017-03-01 07:48:48 +01:00
src Support 'vertical' Workspace warping 2017-11-19 20:10:26 +01:00
util remove dead switch from help 2016-11-20 14:08:25 +01:00
.gitignore build-sys: move to non-recursive build 2013-05-26 10:38:11 +01:00
.mailmap Add .mailmap file 2015-02-08 10:47:52 +01:00
AUTHORS updated the AUTHOR file 2011-01-23 22:23:13 +01:00
autogen.sh build-sys: move autotools files to subdirectories 2013-05-26 10:38:10 +01:00
ChangeLog Final notes 2015-02-08 11:44:34 +01:00
configure.ac add automake helpers to enforce --std=cxx11 2016-11-05 22:38:47 +01:00
COPYING cosmetics 2011-02-27 18:43:29 +01:00
Doxyfile docs: update Doxyfile 2013-05-26 10:38:09 +01:00
INSTALL moved meta-information around a little bit 2011-11-01 07:24:11 +01:00
Makefile.am Fix build-system: install data files (keys, apps, menu ...) 2015-01-05 15:08:32 +01:00
NEWS Final notes 2015-02-08 11:44:34 +01:00
README moved meta-information around a little bit 2011-11-01 07:24:11 +01:00
TODO allow decorations bitmask to be specified with 0x 2007-10-21 21:37:48 +00:00
version.h.in Identify clang compiler 2015-01-03 17:52:15 +01:00

Fluxbox is a windowmanager for X that was based on the Blackbox 0.61.1 code.
It is very light on resources and easy to handle but yet full of features to
make an easy, and extremely fast, desktop experience.

Read INSTALL to read about building and installing fluxbox. Read NEWS to see
whats new in this release, for copyright information see COPYING. For more
information go to:

    http://fluxbox.org/

Thanks:

  Blackbox team

  People at #fluxbox on the irc.freenode.net irc-network.

  And all the people who sent bugfixes/patches and helped us making
  Fluxbox a better application, see AUTHORS for a incomplete list
  of people who helped fluxbox.