Daniel Poulin
0acda5852d
Simply GNOME Wayland appearance documentation and implementation
2021-09-03 09:04:16 -07:00
Daniel Poulin
343727f4df
Document workaround for get_appearance on GNOME Wayland
2021-09-03 09:04:16 -07:00
Jonas Belouadi
57036d70d3
Add indexed
table to color example in documentation.
2021-08-23 16:32:43 -07:00
Wez Furlong
8f030522f7
docs: update custom_block_glyphs since version for latest release
...
refs: https://github.com/wez/wezterm/issues/1025
2021-08-16 07:54:26 -07:00
Wez Furlong
10812c936d
docs: update for new 20210814-124438-54e29167 release
2021-08-14 14:15:05 -07:00
Wez Furlong
54e29167ba
docs: note about animated gifs in background images
2021-08-14 12:44:38 -07:00
Wez Furlong
ab6c4777cb
config: add wezterm.gradient_colors
2021-08-13 23:52:32 -07:00
Wez Furlong
5aa4abbac4
docs: fixup gradient table
2021-08-13 23:09:09 -07:00
Wez Furlong
e234ea7933
gradients: add presets
2021-08-13 22:41:31 -07:00
Wez Furlong
39a5a94915
docs: fix gradient screenshot url
2021-08-13 17:41:39 -07:00
Wez Furlong
615b5b3966
gui: support radial gradients
2021-08-13 17:38:33 -07:00
Wez Furlong
d9e0340a94
gui: add some randomness to gradients to avoid banding
2021-08-13 13:35:55 -07:00
Wez Furlong
cbfb6d59c5
added new window_background_gradient config option
2021-08-12 23:08:38 -07:00
Wez Furlong
40cb141ad7
docs: for add_to_config_reload_watch_list
...
refs: #989
2021-08-10 20:44:49 -07:00
Wez Furlong
6345caccb0
docs: fix table
2021-07-25 09:16:55 -07:00
Wez Furlong
6ef039a726
docs: changelog and more info on custom block glyphs
...
closes : #584
2021-07-25 09:11:39 -07:00
Wez Furlong
613bc5a4f1
docs: fix some broken links/typos
2021-07-25 08:46:10 -07:00
Wez Furlong
50c3e171c6
docs: text_blink_rate
...
refs: #904
2021-07-25 08:43:03 -07:00
Wez Furlong
b95317241c
docs: fix missing pane parameter in format-window-title-event
...
closes : #974
2021-07-25 08:32:50 -07:00
Sandro
4a8c4d1c30
docs/term: add information to make it work with WSL ( #936 )
...
* docs/term: add information to make it work with WSL
* Adapt recent changes that automatically set WSLENV, add info on how to install terminfo with nixpkgs
* Apply suggestions from code review
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
2021-07-21 08:05:14 -07:00
Cédric Schieli
77261ac374
Allow styling of the whole new tab button
2021-07-18 19:11:12 -07:00
Wez Furlong
adc0ff276f
docs: show how to switch color schemes for dark/light mode changes
...
refs: #806
2021-07-18 15:28:04 -07:00
Wez Furlong
a697b30223
window: add xsettings support on X11 systems
...
This allows reading xsettings which contain information about
both the active theme as well as the DPI.
refs: #947
2021-07-18 12:54:52 -07:00
Wez Furlong
88a2162823
docs for wayland window_frame config options
...
closes #761
2021-07-17 09:37:13 -07:00
Wez Furlong
ac5199c216
config: add bypass_mouse_reporting_modifiers option
...
This allows changing eg: SHIFT to ALT for bypassing mouse reporting.
refs: https://github.com/wez/wezterm/issues/911
2021-07-11 22:02:23 -07:00
Benoit de Chezelles
4f7b21d532
docs: Add note on issues with binding mouse Up event only
2021-07-04 09:53:57 -07:00
Wez Furlong
c61ac590f8
docs: fixup markdown on the mouse binding page
2021-06-30 07:52:01 -07:00
Wez Furlong
cc19aaca9f
revise skip_close_confirmation_for_processes_named for Windows
...
closes : #843
2021-06-10 07:39:00 -07:00
Wez Furlong
cb4da18021
key assignment and docs for ShowDebugOverlay
...
refs: https://github.com/wez/wezterm/issues/641
2021-05-30 19:56:11 -07:00
Wez Furlong
db45238769
improve exit_behavior messaging
...
The status information now explains the exit status and the
exit_behavior, as well as links to the docs on exit_behavior.
refs: https://github.com/wez/wezterm/issues/795
2021-05-15 08:32:29 -07:00
Kerfuffle
258038cd16
docs: Correct Lua example for PasteFrom action. ( #773 )
2021-05-09 06:54:09 -07:00
Wez Furlong
9a1314c5b1
docs: changelog for voidsymbol
2021-05-07 07:59:26 -07:00
Chris
2add312c5c
Allow VoidSymbol keycode to be seen by wezterm ( #759 )
...
* allow voidsymbol for key code
* update docs, cleanup
* cleanup and fmt of files
* remove unnecessary inputs
2021-05-07 07:54:24 -07:00
Wez Furlong
0e9d86f9f9
lua: print -> log_info
...
Make print equivalent to log_info.
Improve the various log functions so that all of their arguments
are considered.
refs: https://github.com/wez/wezterm/issues/641
2021-05-03 09:19:52 -07:00
Frieder Bluemle
0b84df38db
Fix docs typos
2021-05-02 19:44:29 -07:00
Wez Furlong
fbcea3a2f4
docs: update for 20210502-154244-3f7122cb
2021-05-02 16:13:32 -07:00
Wez Furlong
3d70949d1b
docs: fix typo
2021-05-02 07:29:43 -07:00
Wez Furlong
04c083ee8a
docs: for use_cap_height_to_scale_fallback_fonts option
2021-05-01 19:50:31 -07:00
Wez Furlong
82d825ab37
split padding out from truncation
...
This makes these functions a bit more composable!
Heads up @jankatins; this is a breaking change (for the better!)
refs: https://github.com/wez/wezterm/issues/647
2021-05-01 18:26:53 -07:00
Wez Furlong
bc0766396d
use -$SHELL
rather than $SHELL -l
to trigger a login shell
...
Since the original code was written, Rust grew and stabilized
an interface for specifying argv0 for the child process, so
we can remove the fragile `-l` argument passing.
refs: https://github.com/wez/wezterm/issues/753
2021-05-01 07:31:35 -07:00
Wez Furlong
c4dc358282
add truncate_left_to_width
...
refs: #647
2021-04-27 06:23:19 -07:00
Wez Furlong
7e996950f6
add wezterm.truncate_to_width
...
refs: https://github.com/wez/wezterm/issues/647
2021-04-26 22:27:12 -07:00
Wez Furlong
d176af9c30
tidy up format-tab-title, add tab_max_width parameter
...
refs: https://github.com/wez/wezterm/issues/647
2021-04-26 21:43:30 -07:00
Wez Furlong
be9c60bfc8
removed tab_bar_style options in favor of format-tab-title
...
refs: https://github.com/wez/wezterm/issues/647
2021-04-26 20:16:47 -07:00
Wez Furlong
0f2f3734d9
add wezterm.column_width
...
refs: https://github.com/wez/wezterm/issues/647
2021-04-26 20:10:27 -07:00
Wez Furlong
3028756ccb
add tab_bar_at_bottom config option
...
closes: https://github.com/wez/wezterm/issues/278
2021-04-25 20:49:48 -07:00
Wez Furlong
8ce376753f
round out quick select mode
...
* Make alphabet and patterns configurable
* add docs
* Enhance scrollback search to support regex captures so that
searching for eg: `fo(o)` will select the last `o` in `foo`.
refs: https://github.com/wez/wezterm/issues/732
2021-04-25 16:27:39 -07:00
Wez Furlong
87677a73bf
Add support for iTerm2's SetUserVar escape
...
This doesn't propagate across wezterm's mux protocol
at this time.
refs: https://github.com/wez/wezterm/issues/647
https://iterm2.com/documentation-scripting-fundamentals.html#setting-user-defined-variables
2021-04-25 14:30:06 -07:00
Wez Furlong
1cb2856223
add hover parameter to format-tab-title
...
refs: https://github.com/wez/wezterm/issues/647
2021-04-25 13:53:06 -07:00
Wez Furlong
a69447fc2a
nominally support toast notif timeouts
...
I've built this on linux, which doesn't respect the timeout.
I've made speculative changes that should build on mac and windows,
but that don't plumb the timeout functionality on those systems
as of yet.
refs: #619
2021-04-25 08:52:43 -07:00