2020-07-18 11:50:08 +01:00
|
|
|
|
% labwc(1)
|
|
|
|
|
|
% Johan Malm
|
2020-08-07 20:35:18 +01:00
|
|
|
|
% 7 Aug, 2020
|
2020-07-18 11:50:08 +01:00
|
|
|
|
|
|
|
|
|
|
# NAME
|
|
|
|
|
|
|
|
|
|
|
|
labwc - A Wayland stacking compositor with the look and feel of Openbox
|
|
|
|
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
|
|
2020-09-25 20:35:48 +01:00
|
|
|
|
labwc \[\-c <*config-file*>] \[\-h] \[\-s <*startup-command*>]
|
2020-07-18 11:50:08 +01:00
|
|
|
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
|
|
|
|
|
|
|
Labwc is a [WIP] free, stacking compositor for Wayland. It aims to be light-weight and have the feel of Openbox.
|
|
|
|
|
|
|
|
|
|
|
|
# OPTIONS
|
|
|
|
|
|
|
|
|
|
|
|
`-c <config-file>`
|
|
|
|
|
|
|
|
|
|
|
|
: Specify path to rc.xml
|
|
|
|
|
|
|
2020-09-25 20:35:48 +01:00
|
|
|
|
`-h`
|
|
|
|
|
|
|
|
|
|
|
|
: Show help message
|
|
|
|
|
|
|
|
|
|
|
|
`-s <startup-command>`
|
|
|
|
|
|
|
|
|
|
|
|
: Specify startup command
|
|
|
|
|
|
|
2020-08-07 20:35:18 +01:00
|
|
|
|
# CONFIGURATION AND THEMES
|
2020-07-18 11:50:08 +01:00
|
|
|
|
|
2020-08-07 20:35:18 +01:00
|
|
|
|
Labwc aims to be compatible with openbox configuration and theming, with the
|
2020-08-18 20:03:52 +01:00
|
|
|
|
following files controlling the look and behaviour:
|
2020-07-18 11:50:08 +01:00
|
|
|
|
|
2020-08-07 20:35:18 +01:00
|
|
|
|
- rc.xml
|
|
|
|
|
|
- themerc
|
|
|
|
|
|
- xbm icons
|
2020-07-18 11:50:08 +01:00
|
|
|
|
|
2020-09-25 20:35:48 +01:00
|
|
|
|
It reloads configuration and theme on receiving signal SIGHUP.
|
|
|
|
|
|
|
2020-08-07 20:35:18 +01:00
|
|
|
|
See labwc(5) for details.
|
2020-07-18 11:50:08 +01:00
|
|
|
|
|
|
|
|
|
|
# SEE ALSO
|
|
|
|
|
|
|
2020-09-03 21:06:30 +01:00
|
|
|
|
labwc-config(5), labwc-theme(5), labwc-actions(5)
|
2020-07-18 11:50:08 +01:00
|
|
|
|
|