diff options
author | hubertf <hubertf@pkgsrc.org> | 2003-07-28 17:50:07 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2003-07-28 17:50:07 +0000 |
commit | 3bd7246bcd4b0ac26fc89eb0a2e80f82aebeb498 (patch) | |
tree | 0673e4d0927b526c35c8fa35168f81bf8798c54d /wm/fluxbox/PLIST | |
parent | cab075c2edb8aa069e83deb0c94c82c028cf8859 (diff) | |
download | pkgsrc-3bd7246bcd4b0ac26fc89eb0a2e80f82aebeb498.tar.gz |
Update fluxbox to 0.9.4. Changes:
* Keyboard navigation in menus
* Keys:
Up/Down: select menu item
Left/Right: go in/out from sub menus
Escape: close menu and return focus to windows
Enter: run/execute/toggle menu item
To set input focus on the menu you either click on the title bar
or bring it up with key bindings
* New action strings
* ArrangeWindows
This will arrange the windows on the current desktop
* ShowDesktop
This will iconify all windows on the current desktop
* The same action strings that are in keys file can
now be used in the menu
example:
[ArrangeWindows] (arrange windows)
* New theme items
* toolbar.button.borderWidth: <integer>
* toolbar.borderWidth: <integer>
* toolbar.bevelWidth: <integer>
* toolbar.borderColor: <color>
* slit.borderWidth: <integer>
* slit.bevelWidth: <integer>
* slit.borderColor: <color>
* [startup] option in remember file
Can now add entries to apps file like:
[startup] {xterm}
Then "xterm" will be launched on fluxbox startup.
Can also give a screen option:
[startup] (screen=1) {xterm}
will start it on screen 1 rather than the default 0.
* Rounded corners on menu, windows and toolbar
Theme items:
* menu.roundCorners: <shape item>
* toolbar.shaped: <boolean>
* window.roundCorners: <shape item>
Shape item can be: TopLeft TopRight BottomLeft and/or BottomRight
example: menu.roundCorners: TopRight BottomLeft
* The current style is now marked in the style menu
* Compile time option for toolbar
--disable-toolbar
--enable-toolbar (default)
* Emacs style key bindings in fbrun
* Tab completion in fbrun
* Group persistence over a restart
* Maximization stop on slit and toolbar (check Maximize Over menu items)
* Support for _NET_WM_STRUT
* Regular expression support for remember
Bug fixes:
* Toggle maximize vertical/horizontal
* Slit/Toolbar auto hide bug
* Button alignment bug in title bar
* Trailing whitespace in group file resource
* Group cycling
Based on patch by Tom Hensel [ tom at replic8 dot net ].
Diffstat (limited to 'wm/fluxbox/PLIST')
-rw-r--r-- | wm/fluxbox/PLIST | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/wm/fluxbox/PLIST b/wm/fluxbox/PLIST index d3235ec9e8b..a6d97711033 100644 --- a/wm/fluxbox/PLIST +++ b/wm/fluxbox/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.4 2002/12/10 20:39:08 jschauma Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/07/28 17:50:10 hubertf Exp $ bin/fbrun +bin/fbsetbg bin/fluxbox bin/fluxbox-generate_menu man/man1/fluxbox.1 @@ -11,6 +12,7 @@ share/fluxbox/nls/POSIX share/fluxbox/nls/US_ASCII share/fluxbox/nls/bg_BG/fluxbox.cat share/fluxbox/nls/da_DK/fluxbox.cat +share/fluxbox/nls/de_DE/fluxbox.cat share/fluxbox/nls/en share/fluxbox/nls/en_US share/fluxbox/nls/es @@ -38,6 +40,7 @@ share/fluxbox/styles/Flux share/fluxbox/styles/LemonSpace share/fluxbox/styles/Makro share/fluxbox/styles/MerleyKay +share/fluxbox/styles/Meta share/fluxbox/styles/Minimal share/fluxbox/styles/Nyz share/fluxbox/styles/Operation @@ -61,6 +64,7 @@ share/fluxbox/styles/qnx-photon @dirrm share/fluxbox/nls/fr_FR @dirrm share/fluxbox/nls/et_EE @dirrm share/fluxbox/nls/es_ES +@dirrm share/fluxbox/nls/de_DE @dirrm share/fluxbox/nls/da_DK @dirrm share/fluxbox/nls/bg_BG @dirrm share/fluxbox/nls/C |