aboutsummaryrefslogtreecommitdiff
path: root/extra
Commit message (Collapse)AuthorAge
* Add missing comma to alacritty(5) manpageTravis Finkenauer2024-08-14
|
* Allow requesting Bluetooth permission on macOSGiacomo Battaglia2024-08-14
|
* Add config file locations into alacritty(5) Aarni Koskela2024-08-14
|
* Fix typo in config docsYadi Abdalhalim2024-02-19
|
* Add default `Home`/`End` bindings for Vi modeKirill Chibisov2024-02-08
|
* Fix hang on startup with some Wayland compositorsKirill Chibisov2024-02-04
| | | Fixes #7665.
* Document `command` field in bindingsKirill Chibisov2024-01-31
| | | Closes #7594.
* Use builtin font to draw sextantsPopa Ioan Alexandru2024-01-26
| | | | | | Sextants are similar to quadrants and should align with them and other box drawing, thus use builtin font to align them properly. Part-of: #7422.
* Fix typo in config docsChristian Duerr2024-01-21
| | | Closes #7647.
* Fix `debug.renderer="gles2pure"` documentationChristian Duerr2024-01-14
| | | | | | | Patch 5685ce8bf changed the allowed values of the `debug.renderer` enum, prohibiting the usage of `_` in the `Gles2Pure` variant. This patch updates the documentation to correct for that. Co-authored-by: Kirill Chibisov <contact@kchibisov.com>
* Fix manpage string escapesWuerfelDev2024-01-08
| | | Co-authored-by: Christian Duerr <contact@christianduerr.com>
* Add vi search paste bindingsOmar Magdy2024-01-04
| | | Closes #7511.
* Mark SimpleFullscreen as macOS only startup modeKirill Chibisov2023-12-28
|
* Update alacritty versionsChristian Duerr2023-12-14
| | | | This is only an update to the development versions and does not represent a stable release.
* Bump crossfont to 0.7.0Kirill Chibisov2023-12-14
|
* Adjust default Vi's SearchBackwards bindingKirill Chibisov2023-11-28
| | | We have the same policy with Shift for numbers.
* Add migrate to alacritty(1)Kirill Chibisov2023-11-24
|
* Fix default for [[hints.enabled]] in man pagesKirill Chibisov2023-11-24
| | | | The default was incomplete, since `command` was missing.
* Drop repo link in *SEE ALSO* man sectionsKirill Chibisov2023-11-24
| | | | | | The alacritty documentation is fully present inside the man pages, the repo provides nothing extra other than a way to report issues, which lives in its own section anyway.
* Add example for [window] section in alacritty(5)Kirill Chibisov2023-11-24
| | | | This should give a hint on how to generally tweak things.
* Improve section to TOML section refsKirill Chibisov2023-11-24
| | | | This should give more hints where to put things.
* Explicitly use `=` in alacritty(5)Kirill Chibisov2023-11-24
| | | | | This should help with understanding how to write TOML without reading too much into specification.
* Make man pages look consistentKirill Chibisov2023-11-24
| | | | | | | Part of the man pages were using _value_, other part were using just value, thus make everything as _value_. Also properly dot terminate and add spacing through out the man pages.
* Fix SelectLastTab in alacritty-bindings(5)Kirill Chibisov2023-11-24
|
* Make sections the same case in man pagesKirill Chibisov2023-11-24
|
* Fix Sync capability in terminfoGregory Anders2023-11-13
| | | | | | | Alacritty has supported mode 2026 for synchornized updates for a few months, but the terminfo entry still used the old DCS sequence originally supported by iTerm2. Since many other terminal emulators and applications seem to be standardizing around 2026, change the terminfo entry to use SM instead of DCS.
* Change default `bell.animation` to `Linear`Kirill Chibisov2023-11-13
| | | | The default animation feels really choppy, but it's just how its function looks.
* Add `--option` argument to `create-window`Christian Duerr2023-11-11
| | | | | | | | | | | | This patch adds a new CLI parameter to the `create-window` subcommand, matching the existing `--option` parameter when creating a new Alacritty instance. This parameter allows setting up the initial window configuration from the CLI without having to call `alacritty msg config`, making sure that all options are set appropriately right from the start. Closes #6238.
* Use builtin font to draw powerline symbolsKirill Chibisov2023-11-11
| | | | | | In addition to box drawing it was decided to also draw powerline symbols, since those are quite common and rather simple to draw with present box drawing infra.
* Add `window.blur` config optionKirill Chibisov2023-10-29
| | | Fixes #972.
* Fix typosPavel Roskin2023-10-25
|
* Prefer exact matches for bindings in mouse modePavel Roskin2023-10-25
| | | | | | Only consider bindings without Shift if there are no actions defined for the actual mouse event. Closes #7292.
* Update winit to 0.29.2 and copypasta to 0.10.0Kirill Chibisov2023-10-21
| | | | | | | | | Fixes #7236. Fixes #7201. Fixes #7146. Fixes #6848. Fixes #3601. Fixes #3108. Fixes #2453.
* Add inline vi mode searchChristian Duerr2023-10-20
| | | | | | This patch adds inline search to vi mode using `f`/`F` and `t`/`T` as default bindings. The behavior matches that of vim. Fixes #7203.
* Update dependenciesChristian Duerr2023-10-08
| | | | This patch applies all breaking and non-breaking dependency updates and bumps MSRV to 1.70.0.
* Add missing position config docsChristian Duerr2023-09-16
|
* Test man-pages compilation on the CIKirill Chibisov2023-09-07
|
* Add `prefer_egl` debug optionRolf Sievert2023-09-04
| | | | | | | | | Some systems have rendering issues when using GLX rather than EGL. While this is usually due to a driver bug, it is helpful to provide a workaround for this by allowing people to prefer EGL over GLX. This patch adds the new `debug.prefer_egl` option to provide this workaround. Closes #7056.
* Support startup notify on Wayland/X11Kirill Chibisov2023-09-04
| | | | | | | Activate a window to indicate that we want initial focus when the system uses startup notifications. Fixes #6931.
* Add bindings for macOS tabsKirill Chibisov2023-09-04
| | | | | This doesn't represnet the movement to add tabs on any other platform, unless winit could add a similar API for them.
* Add examples to more sectionsKirill Chibisov2023-09-04
| | | | | Some sections were provided without a default, so provide an example for them.
* Quote `None` consistently inside the man pageKirill Chibisov2023-09-04
| | | | `None` must be inside the `"`, since it's a string value.
* Fix decorations_theme_variant spelling in manpagePavel Roskin2023-08-13
|
* Make URL_REGEX more strictKirill Bulatov2023-07-22
|
* Add `terminal` config section to control OSCs Kirill Chibisov2023-07-22
| | | | | | | | | | | | | | Some environments demand certain OSC sequences to be disabled or some escape sequence could require handling which is out of scope of alacritty, but could be done by external script (OSC 777). Added section for now just handles the `OSC 52` sequence and changes its default to be `OnlyCopy`, which is handy for remote copy, but `Paste` is redundant because normal `Paste` hotkey could be used as well. Fixes #3386. Co-authored-by: Christian Duerr <contact@christianduerr.com>
* Mention `Forward`/`Back` mouse buttons in man pageKirill Chibisov2023-07-21
| | | | They were mentioned only in the changelog, but forgotten in the man page.
* Fix keys like `+` not working on neo layoutsKirill Chibisov2023-07-20
| | | | | | The key_without_modifier removes all the modifiers including the multiple shift levels, which is not desired. In alacritty we just wanted to treat uppercase and lowercase latters the same, which we can with the help of builtin functions.
* Fix manpage docs for shell sectionChristian Duerr2023-07-20
| | | | | Closes #7087. Co-authored-by: Kirill Chibisov <contact@kchibisov.com>
* Mention all the actions in the man pageKirill Chibisov2023-07-16
| | | | | | | | | | A lot of actions were left without a notice, so the only way to figure out some of them was to browse source code. An example of such actions were `Maximize` and `Minimize`, since we don't have a binding for them, so they were left even in alacritty-bindings(5). Explicitly list all the bindings we have. The search bindings were also not accurately restricted, since we allow them to be executed inside regardless of mode.
* Update to the new winit keyboard APIKirill Chibisov2023-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The main highlight of this update is that alacritty will now use new keyboard API from the winit, which resolves a lot of issues around key bindings, such as ability to bind dead keys. It also fixes long standing issues with the virtual key code bindings and make bindings in general more predictable. It also makes our default Vi key bindings fully working. Given that alacritty was using `VirtualKey` directly in the bindings from the winit, and winit simply removed the enum, we've added internal conversions to minimize the fallout, but new way to specify the bindings should be more intuitive. Other part of this update fixes some forward compatibility bugs with the Wayland backend, given that wayland-rs 0.30 is fully forward compatible. The update also fixes weird Maximized startup issues on GNOME Wayland, however they were present on any sane compositor. Fixes #6842. Fixes #6455. Fixes #6184. Fixes #5684. Fixes #3574. Fixes #3460. Fixes #1336. Fixes #892. Fixes #458. Fixes #55.