mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-15 18:53:40 +01:00
Document tab bar status and options in README.md
This commit is contained in:
parent
9a5b7c1940
commit
b9568783b1
1 changed files with 28 additions and 1 deletions
29
README.md
29
README.md
|
@ -8,6 +8,12 @@ i3 / sway like layout for [hyprland](https://github.com/hyprwm/hyprland).
|
||||||
- [x] Window resizing
|
- [x] Window resizing
|
||||||
- [x] Selecting a group of windows at once (and related movement)
|
- [x] Selecting a group of windows at once (and related movement)
|
||||||
- [ ] Tabbed groups
|
- [ ] Tabbed groups
|
||||||
|
- [x] Usable
|
||||||
|
- [x] Tab bar
|
||||||
|
- [x] Animations
|
||||||
|
- [x] Colors
|
||||||
|
- [ ] Window Titles
|
||||||
|
- [ ] No window shifitng bugs
|
||||||
- [ ] Some convenience dispatchers not found in i3 or sway
|
- [ ] Some convenience dispatchers not found in i3 or sway
|
||||||
|
|
||||||
### Stability
|
### Stability
|
||||||
|
@ -37,12 +43,33 @@ plugin {
|
||||||
hy3 {
|
hy3 {
|
||||||
# disable gaps when only one window is onscreen
|
# disable gaps when only one window is onscreen
|
||||||
no_gaps_when_only = <bool>
|
no_gaps_when_only = <bool>
|
||||||
|
|
||||||
|
# tab group settings
|
||||||
|
tabs {
|
||||||
|
# height of the tab bar
|
||||||
|
height = <int>
|
||||||
|
|
||||||
|
# padding between the tab bar and its focused node
|
||||||
|
padding = <int>
|
||||||
|
|
||||||
|
# active tab bar segment color
|
||||||
|
col.active = <color>
|
||||||
|
|
||||||
|
# inactive tab bar segment color
|
||||||
|
col.inactive = <color>
|
||||||
|
|
||||||
|
# the tab bar should animate in/out from the top instead of below the window
|
||||||
|
from_top = <bool>
|
||||||
|
|
||||||
|
# rounding of tab bar corners
|
||||||
|
rounding = <int>
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Dispatcher list
|
### Dispatcher list
|
||||||
- `hy3:makegroup, <h | v | opposite>` - make a vertical or horizontal split
|
- `hy3:makegroup, <h | v | opposite | tab>` - make a vertical / horizontal split or tab group
|
||||||
- `hy3:movefocus, <l | u | d | r | left | down | up | right>` - move the focus left, up, down, or right
|
- `hy3:movefocus, <l | u | d | r | left | down | up | right>` - move the focus left, up, down, or right
|
||||||
- `hy3:movewindow, <l | u | d | r | left | down | up | right> [, once]` - move a window left, up, down, or right
|
- `hy3:movewindow, <l | u | d | r | left | down | up | right> [, once]` - move a window left, up, down, or right
|
||||||
- `once` - only move directly to the neighboring group, without moving into any of its subgroups
|
- `once` - only move directly to the neighboring group, without moving into any of its subgroups
|
||||||
|
|
Loading…
Add table
Reference in a new issue