Skip to content

Commit

Permalink
Add enable_notifications to readme (#72)
Browse files Browse the repository at this point in the history
Update readme after changes in #71
  • Loading branch information
zjeffer authored May 5, 2024
1 parent 74c00e8 commit b40147d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,11 @@ And two new ones, to move windows between monitors
| split-changemonitorsilent | next/prev/+1/1 |

It also provides the following config values
| Name | Type | Default | Description |
|--------------------------------------------------|-----------|-----------|-------------------------------------------------------|
| `plugin:split-monitor-workspaces:count` | int | 10 | How many workspaces to bind to the monitor |
| `plugin:split-monitor-workspaces:keep_focused` | boolean | 0 | Keep current workspaces focused on plugin init/reload |
| Name | Type | Default | Description |
|---------------------------------------------------------|-----------|-----------|-------------------------------------------------------|
| `plugin:split-monitor-workspaces:count` | int | 10 | How many workspaces to bind to the monitor |
| `plugin:split-monitor-workspaces:keep_focused` | boolean | 0 | Keep current workspaces focused on plugin init/reload |
| `plugin:split-monitor-workspaces:enable_notifications` | boolean | 0 | Enable notifications |

Keep in mind that if you're using, for example, the `wlr/workspaces` widgets in [waybar](https://github.com/Alexays/Waybar), this will require a change to your config. You should set `all-outputs` to `false`, and adjust the icon mapping.

Expand All @@ -135,6 +136,8 @@ If your workspace-per-monitor count is 10, the first monitor will have workspace
plugin {
split-monitor-workspaces {
count = 5
keep_focused = 0
enable_notifications = 0
}
}
Expand Down

0 comments on commit b40147d

Please sign in to comment.