2014-03-08 22:32:32 +00:00
|
|
|
## bug.n -- Tiling Window Manager
|
|
|
|
|
|
|
|
bug.n is a
|
|
|
|
[tiling window manager](https://en.wikipedia.org/wiki/Tiling_window_manager)
|
|
|
|
add-on for Microsoft Windows.
|
|
|
|
|
|
|
|
This page links the resources available for information on installing and
|
|
|
|
running, customizing and using bug.n and for a list of changes made with the
|
|
|
|
current version.
|
|
|
|
|
2014-03-08 22:46:57 +00:00
|
|
|
#### [README](../README.md)
|
2014-03-08 22:32:32 +00:00
|
|
|
> A description of what bug.n can do.
|
|
|
|
|
2014-03-08 22:46:57 +00:00
|
|
|
#### [CHANGES](./CHANGES.md)
|
2014-03-08 22:32:32 +00:00
|
|
|
> A list of changes to the user interface (i. a. configuration variables and
|
|
|
|
hotkeys) for each version of bug.n.
|
|
|
|
|
2014-03-08 22:46:57 +00:00
|
|
|
#### [Installing and running bug.n](./Installing_and_running.md)
|
2014-03-08 22:32:32 +00:00
|
|
|
> A description of how to install and run bug.n. Also described is a method to
|
|
|
|
run bug.n as Administrator to solve problems with the User Access Control of
|
|
|
|
Microsft Windows higher than Vista.
|
|
|
|
|
2015-01-16 22:38:08 +00:00
|
|
|
##### [Stable version](../../../releases/latest)
|
2014-03-09 16:46:59 +00:00
|
|
|
> The current stable version of bug.n as a package (`.zip` file); it includes
|
|
|
|
the source, a compiled version as one executable and the corresponding
|
|
|
|
documentation for that version.
|
|
|
|
|
2015-01-16 22:38:08 +00:00
|
|
|
##### [Development version](../../../archive/master.zip)
|
2015-01-16 22:32:56 +00:00
|
|
|
> The development version of bug.n as a package (`.zip` file); it includes the
|
|
|
|
source, a compiled version as one executable and the corresponding documentation
|
|
|
|
for the current development status.
|
2014-03-09 16:46:59 +00:00
|
|
|
|
2014-03-08 22:32:32 +00:00
|
|
|
#### Usage
|
|
|
|
|
2014-03-08 22:46:57 +00:00
|
|
|
##### [Using bug.n](./Usage.md)
|
2014-03-08 22:32:32 +00:00
|
|
|
> A short introduction on how to use bug.n and on concepts, like layouts and
|
|
|
|
tagging, bug.n uses.
|
|
|
|
|
2014-03-08 22:46:57 +00:00
|
|
|
##### [Default hotkeys](./Default_hotkeys.md)
|
2014-03-08 22:32:32 +00:00
|
|
|
> A list of all hotkeys with their default mapping to functions and a short
|
|
|
|
description.
|
|
|
|
|
|
|
|
#### Customization
|
|
|
|
|
2014-03-08 22:46:57 +00:00
|
|
|
##### [Customizing bug.n](./Customization.md)
|
2014-03-08 22:32:32 +00:00
|
|
|
> A description on how to customize bug.n by setting configuration variables
|
|
|
|
and hotkeys. Also described is a method to re-use the hotkey `Win+L`, which is
|
|
|
|
blocked by the Windows function to lock the screen.
|
|
|
|
|
2014-03-08 22:46:57 +00:00
|
|
|
##### [Default setting of configuration variables](./Default_configuration.md)
|
2014-03-08 22:32:32 +00:00
|
|
|
> A list of all configuration variables with their default values and a short
|
|
|
|
description.
|
|
|
|
|
2014-03-08 22:46:57 +00:00
|
|
|
##### [Configuring rules](./Configuring_rules.md)
|
2014-03-08 22:32:32 +00:00
|
|
|
> A description of 'rules', bug.n uses for handling windows, and how they can
|
|
|
|
be set in `Config.ini`.
|
|
|
|
|
2014-03-08 22:46:57 +00:00
|
|
|
##### [Default hotkeys](./Default_hotkeys.md)
|
2014-03-08 22:32:32 +00:00
|
|
|
> A list of all hotkeys with their default mapping to functions and a short
|
|
|
|
description.
|
|
|
|
|
2014-03-08 22:46:57 +00:00
|
|
|
##### [Used hotkeys](./Used_hotkeys.md)
|
2014-03-08 22:32:32 +00:00
|
|
|
> An overview of those hotkeys, already in use by bug.n with the default
|
|
|
|
configuration. With this overview you may find unused keys, which can be used
|
|
|
|
for non-bug.n hotkeys or to reassign bug.n functions.
|
|
|
|
|
2014-03-08 22:46:57 +00:00
|
|
|
##### [Xmonad hotkeys](./Xmonad-hotkeys.md)
|
2014-03-08 22:32:32 +00:00
|
|
|
> A list of hotkeys, which are similar to those used in
|
2014-03-08 23:54:25 +00:00
|
|
|
[xmonad](http://xmonad.org/), a dynamically tiling X11 window manager on *n?x.
|
2014-03-08 22:32:32 +00:00
|
|
|
|
2014-03-08 22:46:57 +00:00
|
|
|
##### [User proposed hotkeys](./User-hotkeys.md)
|
2014-03-08 22:32:32 +00:00
|
|
|
> Some individual hotkeys, proposed by bug.n users.
|
|
|
|
|
2014-03-08 22:46:57 +00:00
|
|
|
#### [LICENSE](../LICENSE.md)
|
2014-03-08 22:32:32 +00:00
|
|
|
> bug.n is licensed under the GNU General Public License version 3.
|
2015-01-16 22:09:11 +00:00
|
|
|
|
2015-01-16 23:21:43 +00:00
|
|
|
#### [CREDITS](./CREDITS.md)
|
2015-01-16 22:09:11 +00:00
|
|
|
> A list of people and projects, which contributed to bug.n.
|