Some more content suggestions
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 2
- Forks
- 11
- Avg merge
- 1h 55m
- Merged PRs (30d)
- 1
Description
Tips / Tricks and / or Getting started, Keyboard Layout:
- https://github.com/labwc/labwc/issues/993
- More keyboard remapping information:
- Mention
man 7 xkeyboard-config - maybe link to https://github.com/swaywm/sway/wiki#keyboard-layout
- maybe link to https://github.com/swaywm/sway/issues/3999 or explain where to store own layout files which then can be used via
XKB_DEFAULT_LAYOUT
- Mention
FAQ
- Add
Printfor screenshot use-case (grim -g "`slurp`") - Add
XF86PowerOfffor 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
.bashrcmight require usingbash -i -cin the keybind, at least on some distros (Debian when not restarting labwc after changes to.bashrc) - having it in
.profilemight require usingsh -lin the keybind, depending on how labwc was started- if the env var is already set when starting labwc the
-largument is not required because labwc (and thus theExecuteaction) inherits its startup environment
- if the env var is already set when starting labwc the
- ..
- The
Executeaction 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 -clikesh -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: https://github.com/labwc/labwc/discussions/1136#discussioncomment-7214447
- 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?)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with faq.html and the sections named in the issue, including Tips / Tricks, Getting started, Keyboard Layout, and Meta; check the landing page for the website-update note. Review the linked labwc and sway references before adding the requested guidance for keyboard layouts, screenshots, environment variables, Execute actions, output selection, and server decorations. Done means the checklist items are addressed in the appropriate pages and the links and examples render correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, shell, xml
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100