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 /system/vwm/slack-desc | |
parent | e51ab34303da817166be6254e2d51d7e3da3076e (diff) | |
download | slackbuilds-b3023951f9d29bdfcf9564f0ff8323e05bd553f6.tar.gz |
desktop/vwm: Move to system/vwm.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/vwm/slack-desc')
-rw-r--r-- | system/vwm/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/vwm/slack-desc b/system/vwm/slack-desc new file mode 100644 index 0000000000..428b5afcc7 --- /dev/null +++ b/system/vwm/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +vwm: vwm (console text-based window manager) +vwm: +vwm: Viper Window Manager (VWM) is a lightweight, extensible window manager +vwm: for the console. Originally, VWM was designed to be the reference +vwm: implementation of libviper. In fact, the two projects were initially +vwm: one before public release. +vwm: From conception, VWM was designed to be both lightweight and ssh +vwm: friendly. Character based line-art compresses very well as do the +vwm: escape sequences which handle cursor manipulation. This makes VWM +vwm: quite suitable for low-bandwidth, remote connectivity over ssh. +vwm: |