Implement per-tag primary_count and primary_ratio
By default, each tag mask will use the default count and ratio. If the mask gets modified by any of the commands, it gets added to a hash map. When changing tag masks, the current count and ratio are stored, and they're used again later if you switch back to that mask. This commit also adds primary_count and primary_ratio to the general settings for the config, so users can set a default count/ratio to use.
This commit is contained in:
parent
8e93395360
commit
1df6820b1d
5 changed files with 75 additions and 7 deletions
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
These are in rough order of my priority, though no promises I do them in this order.
|
||||
|
||||
- [ ] Implement primary count/ratio per tagmask
|
||||
- [ ] Add primary_count and primary_ratio to Config
|
||||
- [ ] Implement a river-tag-overlay clone
|
||||
- [ ] Implement an optional clock bar
|
||||
- [ ] Support window rules (float/tags/SSD by app-id/title)
|
||||
|
|
@ -26,3 +24,5 @@ These are in rough order of my priority, though no promises I do them in this or
|
|||
- [x] Add input configuration, i.e. pointer acceleration and that type of thing
|
||||
- [x] Support `None` modifier for keybinds (needed for media/brightness keys)
|
||||
- [x] Support per-host config using properties
|
||||
- [x] Implement primary count/ratio per tagmask
|
||||
- [x] Add primary_count and primary_ratio to Config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue