Open
Description
Tips / Tricks
and / or Getting started, Keyboard Layout
:
- [Question] Tilde key has to be pressed twice labwc#993
- More keyboard remapping information:
- Mention
man 7 xkeyboard-config
- maybe link to https://github.com/swaywm/sway/wiki#keyboard-layout
- maybe link to Load custom xkb keymap swaywm/sway#3999 or explain where to store own layout files which then can be used via
XKB_DEFAULT_LAYOUT
- Mention
FAQ
- Add
Print
for screenshot use-case (grim -g "`slurp`"
) - Add
XF86PowerOff
for logout manager use-case (wlogout
?) - how to adjust "dynamic" env vars like
PATH
, e.g.- inherit environment, so setting it before starting labwc
- having it in
.bashrc
might require usingbash -i -c
in the keybind, at least on some distros (Debian when not restarting labwc after changes to.bashrc
) - having it in
.profile
might require usingsh -l
in the keybind, depending on how labwc was started- if the env var is already set when starting labwc the
-l
argument is not required because labwc (and thus theExecute
action) inherits its startup environment
- if the env var is already set when starting labwc the
- ..
- The
Execute
action doesn't use a shell, how to use&&
and similar things in a keybind- easiest solution: external script which then gets called via the keybind
- prefixing the command by
sh -c
likesh -c "command 1; command 2;"
- due to the XML nature of the config file, some characters have to be escaped, like
&
->&
or>
->>
- How to force a specific output for applications: Anyway to pick which display a program opens in? labwc#1136 (comment)
- https://labwc.github.io/faq.html#server-side-decoration misses a
*
window rule withserverDecoration="no"
Meta
:
- Mention the possibility to update the website via this repo (directly on the landing page?)
Metadata
Metadata
Assignees
Labels
No labels