diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2021-09-02 22:17:50 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2021-09-02 22:17:50 +0200 |
commit | 4d7b91d727b891b33ea11e873cbf97684a426bde (patch) | |
tree | 7da25664c7e910ce8d455c551219a84ce1416f17 /x11/fvwm-obsd/pkg | |
parent | f0b1d2e45100eebc1edf0bec4ed961dab2b2fb3f (diff) |
add fvwm-obsd 2.2.5
Diffstat (limited to 'x11/fvwm-obsd/pkg')
-rw-r--r-- | x11/fvwm-obsd/pkg/DESCR | 36 | ||||
-rw-r--r-- | x11/fvwm-obsd/pkg/PLIST | 47 |
2 files changed, 83 insertions, 0 deletions
diff --git a/x11/fvwm-obsd/pkg/DESCR b/x11/fvwm-obsd/pkg/DESCR new file mode 100644 index 0000000..f00b1f3 --- /dev/null +++ b/x11/fvwm-obsd/pkg/DESCR @@ -0,0 +1,36 @@ +Fvwm is a window manager for X11. It is a derivative of twm, +redesigned to minimize memory consumption, provide a 3-D look to window +frames, and provide a simple virtual desktop. Version 2.xx uses only +slightly more memory than 1.xx, mostly due to some global options being +able to be window specific now. + +Fvwm provides both a large virtual desktop and multiple disjoint +desktops which can be used separately or together. The virtual desktop +allows you to pretend that your video screen is really quite large, and +you can scroll around within the desktop. The multiple disjoint +desktops allow you to pretend that you really have several screens to +work at, but each screen is completely unrelated to the others. + +Fvwm provides keyboard accelerators which allow you to perform most +window-manager functions, including moving and resizing windows, and +operating the window-manager's menus, using keyboard shortcuts. + +Fvwm has also blurred the distinction between configuration commands +and built-in commands that most window-managers make. Configuration +commands typically set fonts, colors, menu contents, key and mouse +function bindings, while built-in commands typically do things like +raise and lower windows. Fvwm makes no such distinction, and allows, +to the extent that is practical, anything to be changed at any time. + +Other noteworthy differences between Fvwm and other X11 window managers +are the introduction of the SloppyFocus and per-window focus methods. +SloppyFocus is focus-follows-mouse, but focus is not removed from +windows when the mouse leaves a window and enters the root window. +When sloppy focus is used as the default focus style, it is nice to +make windows in which you do not typically type into (xmag, xload, +xclock, xbiff, etc) click-to-focus, so that your terminal window +doesn't lose focus unnecessarily. + +This is the version forked by OpenBSD from version 2.2.5 to be +included in Xenocara. + diff --git a/x11/fvwm-obsd/pkg/PLIST b/x11/fvwm-obsd/pkg/PLIST new file mode 100644 index 0000000..075ee59 --- /dev/null +++ b/x11/fvwm-obsd/pkg/PLIST @@ -0,0 +1,47 @@ +@comment $OpenBSD: PLIST,v$ +@bin bin/fvwm +@bin bin/xpmroot +include/bitmaps/ +include/pixmaps/ +lib/X11/fvwm/.fvwmrc +@bin lib/X11/fvwm/FvwmAuto +@bin lib/X11/fvwm/FvwmBacker +@bin lib/X11/fvwm/FvwmBanner +@bin lib/X11/fvwm/FvwmButtons +@bin lib/X11/fvwm/FvwmCpp +@bin lib/X11/fvwm/FvwmForm +@bin lib/X11/fvwm/FvwmIconBox +@bin lib/X11/fvwm/FvwmIconMan +@bin lib/X11/fvwm/FvwmIdent +@bin lib/X11/fvwm/FvwmM4 +@bin lib/X11/fvwm/FvwmPager +@bin lib/X11/fvwm/FvwmRearrange +@bin lib/X11/fvwm/FvwmSave +@bin lib/X11/fvwm/FvwmSaveDesk +@bin lib/X11/fvwm/FvwmScroll +@bin lib/X11/fvwm/FvwmTalk +@bin lib/X11/fvwm/FvwmWinList +lib/X11/fvwm/decor_examples +lib/X11/fvwm/new-features +lib/X11/fvwm/system.fvwm2rc +lib/X11/fvwm/system.fvwm2rc-sample-1 +lib/X11/fvwm/system.fvwm2rc-sample-2 +@man man/man1/FvwmAuto.1 +@man man/man1/FvwmBacker.1 +@man man/man1/FvwmBanner.1 +@man man/man1/FvwmButtons.1 +@man man/man1/FvwmCpp.1 +@man man/man1/FvwmForm.1 +@man man/man1/FvwmIconBox.1 +@man man/man1/FvwmIconMan.1 +@man man/man1/FvwmIdent.1 +@man man/man1/FvwmM4.1 +@man man/man1/FvwmPager.1 +@man man/man1/FvwmRearrange.1 +@man man/man1/FvwmSave.1 +@man man/man1/FvwmSaveDesk.1 +@man man/man1/FvwmScroll.1 +@man man/man1/FvwmTalk.1 +@man man/man1/FvwmWinList.1 +@man man/man1/fvwm.1 +@man man/man1/xpmroot.1 |