table of contents
cagebreak(1) | Cagebreak Manual | cagebreak(1) |
NAME¶
cagebreak - A Wayland tiling compositor
SYNOPSIS¶
cagebreak [OPTIONS]
DESCRIPTION¶
cagebreak is a slim, keyboard-controlled, tiling compositor for wayland conceptually based on the X11 window manager ratpoison.
It allows for the screen to be split into non-overlapping tiles and, in contrast to the original ratpoison, has native support for multi-workspace operation.
All interactions between the user and cagebreak are done via the keyboard.
Configuration of this behaviour is specified in the $XDG_CONFIG_PATH/cagebreak/config file (See cagebreak-config(5)).
Scripting support is provided through the IPC socket specified in the environment variable $CAGEBREAK_SOCKET. The syntax accepted through this socket is identical to that of the configuration file (see cagebreak-config(5)). Errors which occur during interaction over IPC channel are displayed in a message box on the screen.
OPTIONS¶
-c <path>
-e
-h
-s
-v
--bs
- •
- Print view titles in `dump` output (an attacker may be able to read sensitive information contained in the view title).
ENVIRONMENT¶
CAGEBREAK_SOCKET
XKB_DEFAULT_LAYOUT
XKB_DEFAULT_MODEL
XKB_DEFAULT_VARIANT
XKB_DEFAULT_RULES
XKB_DEFAULT_OPTIONS
SEE ALSO¶
BUGS¶
See GitHub Issues: <https://github.com/project-repo/cagebreak/issues>
Mail contact: `cagebreak @ project-repo . co`
GPG Fingerprints:
- 0A268C188D7949FEB39FD1462F2AD980247E4918
- 283D10F54201B0C6CCEE2C561DE04E4B056C749D
LICENSE¶
Copyright (c) 2020-2024 The Cagebreak authors
Copyright (c) 2018-2020 Jente Hidskes
Copyright (c) 2019 The Sway authors
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2024-01-27 | Version 2.3.1 |