diff options
| author | 2024-10-10 18:03:10 +0100 | |
|---|---|---|
| committer | 2024-10-10 18:07:49 +0100 | |
| commit | 85ca59aea4669ebb9ca46ff62cf2a4248ec61436 (patch) | |
| tree | e756e4266e9259a0c86c8e66f3745890793b4128 /README.md | |
| parent | 3de3d1e46625a272e8e4e529786573dcbed36ceb (diff) | |
Init a swob/wob.ini if not present, instead of using a temp file. Also,
dwl config.h
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 24 |
1 files changed, 17 insertions, 7 deletions
@@ -28,13 +28,23 @@ Dependencies Installation ------------ -- Put swob.sh on your PATH, or edit the sway(5) config snippet to point to its - exact location. -- Copy the sway config snippet into your own sway config file, or source it - from that file, or copy it into /etc/sway/config.d -- obviously if you - aren't on sway, do the equivalent for your window manager. -- Copy swob-wob.ini to one of: `$XDG_CONFIG_DIR`/swob/wob.ini, - ~/.config/swob/wob.ini, /etc/swob/wob.ini +<ul> +<li> +Configure your wayland compositor to bind the XF86 volume/brightness +controls to swob.sh. Example configuration is provided for the following: +<dl> +<dt>Sway (options):</dt> +<dd>Copy the sway config snippet into your own sway config file...</dd> +<dd><em>Or</em> source it from that file...</dd> +<dd><em>Or</em> copy it into /etc/sway/config.d</dd> +<dt>dwl:</dt> +<dd>An example patch for config.h is available at <a +href="dwl-config.h.patch">dwl-config.h.patch</a></dd> +</dl> +</li> +<li> Put swob.sh on your PATH, or your wayland compositor's config to point to + its exact location. </li> +</ul> Copying ------- |
