1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-12 02:14:00 +03:00
wezterm/docs/config/lua/window
Wez Furlong dba7932e3e add wezterm.gui.get_appearance to retrieve dark mode
This simplifies the "change scheme based on dark mode" example
a lot.  This was previously impossible to do because we didn't
have a lua module associated with the gui until recently, so
the only way to reference a gui-related object was via an
event callback.

refs: https://github.com/wez/wezterm/issues/2258
2022-07-14 16:46:18 -07:00
..
active_key_table.md docs: update for 20220408-101518-b908e2dd release 2022-04-08 17:44:41 -07:00
active_workspace.md docs: Use new wezterm.action.Action syntax in rest of the docs 2022-06-25 18:51:55 -07:00
composition_status.md docs: add info about key tables. break key binding apart 2022-04-04 09:30:04 -07:00
copy_to_clipboard.md docs: fix typo and copypasta in window:copy_to_clipboard 2022-07-06 15:15:55 -07:00
effective_config.md docs: Use new wezterm.action.Action syntax in rest of the docs 2022-06-25 18:51:55 -07:00
get_appearance.md add wezterm.gui.get_appearance to retrieve dark mode 2022-07-14 16:46:18 -07:00
get_config_overrides.md docs: update for version 20210314-114017-04b7cedd 2021-03-14 11:55:12 -07:00
get_dimensions.md Update docs/config/lua/window/get_dimensions.md 2021-04-07 19:00:28 -07:00
get_selection_escapes_for_pane.md Add window:get_selection_escapes_for_pane() 2022-07-05 22:01:16 -07:00
get_selection_text_for_pane.md docs: Use new wezterm.action.Action syntax in rest of the docs 2022-06-25 18:51:55 -07:00
index.markdown docs: move some inline text into files 2022-06-17 15:52:24 -07:00
leader_is_active.md docs: update for 20220319-142410-0fcdea07 2022-03-19 16:37:27 -07:00
maximize.md docs: window:maximize(), window:restore() and gui-startup 2022-07-07 06:35:15 -07:00
mux_window.md docs: add mux_window:gui_window() 2022-07-06 16:10:17 -07:00
perform_action.md docs: Use new wezterm.action.Action syntax in rest of the docs 2022-06-25 18:51:55 -07:00
restore.md docs: window:maximize(), window:restore() and gui-startup 2022-07-07 06:35:15 -07:00
set_config_overrides.md docs: Use new wezterm.action.Action syntax in rest of the docs 2022-06-25 18:51:55 -07:00
set_inner_size.md add window:set_position window:set_inner_size 2022-07-06 18:49:39 -07:00
set_position.md add window:set_position window:set_inner_size 2022-07-06 18:49:39 -07:00
set_right_status.md docs: update for version 20210314-114017-04b7cedd 2021-03-14 11:55:12 -07:00
toast_notification.md docs: clarify timeout for toast notifications 2022-01-06 12:31:58 -07:00
toggle_fullscreen.md add window:toggle_fullscreen() 2022-07-06 23:57:32 -07:00
window_id.md docs: update for 20201031-154415-9614e117 release 2020-10-31 15:51:08 -07:00