mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-07-01 05:45:38 +02:00
module/i3: add ‘persistent’ attribute
Add ‘persistent’, a list-of-strings specifying workspace names that should be persistent. That is, workspaces that should never be removed, even if empty. Note that the workspaces _are_ still destroyed (in i3/Sway), but yambar keeps abstractions for them around. This is useful to e.g. keep a strict order between your “core” workspaces. Closes #72
This commit is contained in:
parent
21adc40a52
commit
7da13a26d0
3 changed files with 143 additions and 50 deletions
|
@ -9,6 +9,11 @@
|
|||
|
||||
## Unreleased
|
||||
### Added
|
||||
|
||||
* i3: `persistent` attribute, allowing persistent workspaces
|
||||
(https://codeberg.org/dnkl/yambar/issues/72).
|
||||
|
||||
|
||||
### Changed
|
||||
### Deprecated
|
||||
### Removed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue