Skip to content

Commit

Permalink
Clarify window margin behavior (#1589)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianyh committed Jan 8, 2024
1 parent d9cd30e commit a99d411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Amethyst will pick up a config file located at `~/.amethyst.yml` or `~/.config/a
| `mod3` | Third mod (not used by default). |
| `mod4` | Fourth mod (not used by default). |
| `window-max-count` | The max number of windows that may be visible on a screen at one time before additional windows are minimized. A value of 0 disables the feature. |
| `window-margins` | Boolean flag for whether or not to add margins betwen windows (default `false`). |
| `window-margins` | Boolean flag for whether or not to add margins between and around windows (default `false`). |
| `smart-window-margins` | Boolean flag for whether or not to set window margins if there is only one window on the screen, assuming window margins are enabled (default `false`). |
| `window-margin-size` | The size of the margins between windows (in px, default `0`). |
| `window-margin-size` | The size of the margins between and around windows (in px, default `0`). |
| `window-minimum-height` | The smallest height that a window can be sized to regardless of its layout frame (in px, default `0`). |
| `window-minimum-width` | The smallest width that a window can be sized to regardless of its layout frame (in px, default `0`) |
| `floating` | List of bundle identifiers for applications to either be automatically floating or automatically tiled based on `floating-is-blacklist` (default `[]`). |
Expand Down

0 comments on commit a99d411

Please sign in to comment.