summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoruint23 <72694427+uint23@users.noreply.github.com>2025-05-18 13:02:35 +0100
committerGitHub <noreply@github.com>2025-05-18 13:02:35 +0100
commitaff510e8059c8910bcfc9296c89ffdc46d4d2370 (patch)
treeb35d604058869e628a95da5dbf87384521463c6f /README.md
parent6d9bf1e70d660ee0f8d2c6c6fa8c8b8e989d6b93 (diff)
fix spelling & change should_float default to st
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index 5cfac27..dca7130 100644
--- a/README.md
+++ b/README.md
@@ -77,19 +77,19 @@ The file uses a `key : value` format. Lines starting with `#` are ignored.
### General Options
-| Option | Type | Default | Description |
-| ----------------------- | ------- | --------- | --------------------------------------------------------------------------- |
-| `mod_key` | String | `super` | Sets the primary modifier key (`alt`, `super`, `ctrl`). |
-| `gaps` | Integer | `10` | Pixels between windows and screen edges. |
-| `border_width` | Integer | `1` | Thickness of window borders in pixels. |
-| `focused_border_colour` | Hex | `#c0cbff` | Border color for the currently focused window. |
+| Option | Type | Default | Description |
+| ----------------------- | ------- | -----------| --------------------------------------------------------------------------- |
+| `mod_key` | String | `super` | Sets the primary modifier key (`alt`, `super`, `ctrl`). |
+| `gaps` | Integer | `10` | Pixels between windows and screen edges. |
+| `border_width` | Integer | `1` | Thickness of window borders in pixels. |
+| `focused_border_colour` | Hex | `#c0cbff` | Border color for the currently focused window. |
| `unfocused_border_colour`| Hex | `#555555` | Border color for unfocused windows. |
-| `swap_border_colour` | Hex | `#fff4c0` | Border color highlight when selecting a window to swap with (`MOD+Shift+Drag`).|
-| `master_width` | Integer | `60` | Percentage (%) of the screen width the master window should occupy. |
-| `resize_master_amount` | Integer | `1` | Percentage (%) to increase/decrease the master width when resizing. |
-| `snap_distance` | Integer | `5` | Pixels from screen edge before a floating window snaps to the edge. |
-| `motion_throttle` | Integer | `60` | Target updates per second for mouse drag operations (move/resize/swap). Set close to your monitor's refresh rate for smoother visuals. |
-| `should_float` | String | `""` | A window to always flaot (eg. `st`). For multiple windows, add multiple options.|
+| `swap_border_colour` | Hex | `#fff4c0` | Border color highlight when selecting a window to swap with (`MOD+Shift+Drag`).|
+| `master_width` | Integer | `60` | Percentage (%) of the screen width the master window should occupy. |
+| `resize_master_amount` | Integer | `1` | Percentage (%) to increase/decrease the master width when resizing. |
+| `snap_distance` | Integer | `5` | Pixels from screen edge before a floating window snaps to the edge. |
+| `motion_throttle` | Integer | `60` | Target updates per second for mouse drag operations (move/resize/swap). Set close to your monitor's refresh rate for smoother visuals. |
+| `should_float` | String | `st` | A window to always float (eg. `st`). For multiple windows, add multiple options.|
### Keybindings