diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-10-23 10:42:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-23 10:42:32 +0700 |
commit | a9902270f25119680ae5af532d83b9ec4b74a35e (patch) | |
tree | 77e2cf9d4085807e3606d91a221e2cdf492458f3 /desktop/velox/README | |
parent | 7982acf2f8c574ae7c58c6d075480ed26fe8a8c5 (diff) | |
download | slackbuilds-a9902270f25119680ae5af532d83b9ec4b74a35e.tar.gz |
desktop/velox: Added (simple window manager).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/velox/README')
-rw-r--r-- | desktop/velox/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/desktop/velox/README b/desktop/velox/README new file mode 100644 index 0000000000..6c99fda177 --- /dev/null +++ b/desktop/velox/README @@ -0,0 +1,16 @@ +velox (velox is a simple window manager based on swc) + +velox is a simple window manager based on swc. It is inspired by dwm +and xmonad. + +velox uses tag-based window management similar to dwm. This allows you +to construct your workspace by selecting a set of tags to work with. +However, in contrast with dwm, windows do not have any screen +associated with them; they are shown on whichever screen has their tag +selected, allowing you to easily move windows between screens by +selecting their tag on a different screen. This is similar to the +multi-monitor workspace switching in xmonad. + +Copy /usr/doc/velox-0.0.3/velox.conf.sample to your $HOME/.velox.conf. + +Optional dependencie: dmenu. |