summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 11c0314..6c85345 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,9 @@
<img src="https://img.shields.io/github/license/uint23/sxwm?style=flat-square">
</div>
----
+> [!WARNING]
+> From commit `7a7c6300`, `master_previous` binding has now been renamed to `master_prev`.
+> Please update your `sxwmrc` accordingly.
## Table of Contents
- [Launch Args](#launch-args)
@@ -81,6 +83,7 @@ The file uses a `key : value` format. Lines starting with `#` are ignored.
| `snap_distance` | Integer | `5` | Distance (px) before a floating window snaps to edge. |
| `motion_throttle` | Integer | `60` | Target FPS for mouse drag actions. |
| `should_float` | String | `"st"` | Always-float rule. Multiple entries should be comma-seperated. Optionally, entries can be enclosed in quotes.|
+| `start_fullscreen` | String | `"st"` | Starts specified windows that should start fullscreened. Enclosed in quotes and comma-seperated|
| `new_win_focus` | Bool | `true` | Whether openening new windows should also set focus to them or keep on current window.|
| `warp_cursor` | Bool | `true` | Warp the cursor to the middle of newly focused windows |
| `exec` | String | `Nothing` | Command to run on startup (e.g., `sxbar`, `picom`, "autostart", etc.). |
@@ -259,7 +262,7 @@ sudo zypper install libX11-devel libXinerama-devel gcc make</code></pre>
<details>
<summary>Alpine Linux</summary>
<pre><code>doas apk update
-doas apk add libx11-dev libxinerama-dev gcc make musl-dev</code></pre>
+doas apk add libx11-dev libxinerama-dev gcc make musl-dev linux-headers</code></pre>
</details>
<details>