From b9568783b12af2b8846282ac2afc7dea04faca4b Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Fri, 2 Jun 2023 01:32:24 -0700 Subject: [PATCH] Document tab bar status and options in README.md --- README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecf3278..e16db10 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ i3 / sway like layout for [hyprland](https://github.com/hyprwm/hyprland). - [x] Window resizing - [x] Selecting a group of windows at once (and related movement) - [ ] 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 ### Stability @@ -37,12 +43,33 @@ plugin { hy3 { # disable gaps when only one window is onscreen no_gaps_when_only = + + # tab group settings + tabs { + # height of the tab bar + height = + + # padding between the tab bar and its focused node + padding = + + # active tab bar segment color + col.active = + + # inactive tab bar segment color + col.inactive = + + # the tab bar should animate in/out from the top instead of below the window + from_top = + + # rounding of tab bar corners + rounding = + } } } ``` ### Dispatcher list - - `hy3:makegroup, ` - make a vertical or horizontal split + - `hy3:makegroup, ` - make a vertical / horizontal split or tab group - `hy3:movefocus, ` - move the focus left, up, down, or right - `hy3:movewindow, [, once]` - move a window left, up, down, or right - `once` - only move directly to the neighboring group, without moving into any of its subgroups