diff options
| author | Peter Son Struschka <me@peter-struschka.com> | 2021-06-12 23:35:05 +0800 |
|---|---|---|
| committer | Peter Son Struschka <me@peter-struschka.com> | 2021-06-12 23:35:05 +0800 |
| commit | 4d63577b487a8bf877401312f22142094e2d4584 (patch) | |
| tree | a35596a5ccda6537b05da0a04a775a85bdc25b06 /basics/.config/alacritty | |
| parent | a99b14adcece0b4f42849b5ba229a49d1b17c50d (diff) | |
| download | dotfiles-4d63577b487a8bf877401312f22142094e2d4584.tar.gz dotfiles-4d63577b487a8bf877401312f22142094e2d4584.tar.bz2 dotfiles-4d63577b487a8bf877401312f22142094e2d4584.tar.lz dotfiles-4d63577b487a8bf877401312f22142094e2d4584.tar.xz dotfiles-4d63577b487a8bf877401312f22142094e2d4584.tar.zst dotfiles-4d63577b487a8bf877401312f22142094e2d4584.zip | |
all: zsh prompt update, general script updates
Diffstat (limited to 'basics/.config/alacritty')
| -rw-r--r-- | basics/.config/alacritty/alacritty.yml | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/basics/.config/alacritty/alacritty.yml b/basics/.config/alacritty/alacritty.yml index f127df7..c1a25f9 100644 --- a/basics/.config/alacritty/alacritty.yml +++ b/basics/.config/alacritty/alacritty.yml @@ -48,7 +48,7 @@ window: # - Windowed # - Maximized # - Fullscreen - startup_mode: Maximized + startup_mode: Maximized # Window terminal applications to change Alacritty's window title. dynamic_title: true @@ -275,26 +275,6 @@ mouse: # If this is `true`, the cursor is temporarily hidden when typing. hide_when_typing: false - url: - # URL launcher - # - # This program is executed when clicking on a text which is recognized as a URL. - # The URL is always added to the command as the last parameter. - # - # When set to `None`, URL launching will be disabled completely. - # - # Default: - # - (macOS) open - # - (Linux) xdg-open - # - (Windows) explorer - #launcher: xdg-open - - # URL modifiers - # - # These are the modifiers that need to be held down for opening URLs when clicking - # on them. The available modifiers are documented in the key binding section. - modifiers: None - selection: semantic_escape_chars: ",│`|:\"' ()[]{}<>" |
