diff options
author | B. Watson <yalhcru@gmail.com> | 2021-12-08 13:02:16 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-10 08:37:38 +0700 |
commit | b3023951f9d29bdfcf9564f0ff8323e05bd553f6 (patch) | |
tree | 08d021c1632cfc07648c3ff9d2ba048ce2595481 /desktop/vwm/README | |
parent | e51ab34303da817166be6254e2d51d7e3da3076e (diff) |
desktop/vwm: Move to system/vwm.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/vwm/README')
-rw-r--r-- | desktop/vwm/README | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/desktop/vwm/README b/desktop/vwm/README deleted file mode 100644 index 9040a52c8603..000000000000 --- a/desktop/vwm/README +++ /dev/null @@ -1,18 +0,0 @@ -vwm (console text-based window manager) - -Viper Window Manager (VWM) is a lightweight, extensible window manager -for the console. Originally, VWM was designed to be the reference -implementation of libviper. In fact, the two projects were initially -one before public release. - -From conception, VWM was designed to be both lightweight and ssh -friendly. Character based line-art compresses very well as do the -escape sequences which handle cursor manipulation. This makes VWM quite -suitable for low-bandwidth, remote connectivity over ssh. - -It is also very easy to extend the functionality of VWM. By following -a few simple API rules, anyone can create a "native application" -which will appear on the VWM Main Menu. The mechanism for this is very -similar to Mozilla-style plugins. - -See /usr/doc/$VERSION/samples/vwmrc for information on customising VWM. |