Merge branch 'master' into master
This commit is contained in:
commit
6ba4c5ff7a
8 changed files with 21045 additions and 21244 deletions
3
config.h
3
config.h
|
|
@ -475,6 +475,7 @@ struct config {
|
||||||
enum {
|
enum {
|
||||||
CONF_TABS_STYLE_ROUNDED,
|
CONF_TABS_STYLE_ROUNDED,
|
||||||
CONF_TABS_STYLE_SQUARE,
|
CONF_TABS_STYLE_SQUARE,
|
||||||
|
CONF_TABS_STYLE_GRADIENT,
|
||||||
} style;
|
} style;
|
||||||
enum {
|
enum {
|
||||||
CONF_TABS_LAYOUT_SPAN,
|
CONF_TABS_LAYOUT_SPAN,
|
||||||
|
|
@ -494,6 +495,8 @@ struct config {
|
||||||
uint32_t active_bg;
|
uint32_t active_bg;
|
||||||
uint32_t active_fg;
|
uint32_t active_fg;
|
||||||
uint32_t unread_fg;
|
uint32_t unread_fg;
|
||||||
|
uint32_t overview_active_border; /* ring around the currently-active tab in the overview */
|
||||||
|
uint32_t overview_select_border; /* ring around keyboard/hover-selected tab in the overview */
|
||||||
} colors;
|
} colors;
|
||||||
} tabs;
|
} tabs;
|
||||||
|
|
||||||
|
|
|
||||||
4
foot.ini
4
foot.ini
|
|
@ -178,7 +178,7 @@
|
||||||
[tabs]
|
[tabs]
|
||||||
enabled=yes
|
enabled=yes
|
||||||
position=bottom
|
position=bottom
|
||||||
style=rounded
|
style=rounded # rounded | square | gradient
|
||||||
layout=floating
|
layout=floating
|
||||||
height=26
|
height=26
|
||||||
# tab-width=200 (max width per tab in floating mode)
|
# tab-width=200 (max width per tab in floating mode)
|
||||||
|
|
@ -193,6 +193,8 @@ height=26
|
||||||
# inherit-cwd=no (new tabs open in the active tab's cwd; requires OSC 7 shell support)
|
# inherit-cwd=no (new tabs open in the active tab's cwd; requires OSC 7 shell support)
|
||||||
# unread-indicator=● (string drawn before label when tab has unseen output; empty disables)
|
# unread-indicator=● (string drawn before label when tab has unseen output; empty disables)
|
||||||
# unread-color=fabd2f (color of the unread-indicator)
|
# unread-color=fabd2f (color of the unread-indicator)
|
||||||
|
# overview-active-border=fabd2f (ring around the currently-active tab in tab overview)
|
||||||
|
# overview-select-border=ffffff (ring around the keyboard/hover-selected tab in tab overview)
|
||||||
|
|
||||||
[csd]
|
[csd]
|
||||||
# preferred=server
|
# preferred=server
|
||||||
|
|
|
||||||
8889
terminal.c
8889
terminal.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue