tweaks to yml file

main
Simon Kellet 3 years ago
parent c2a835a7fe
commit 86f9bf05ea
  1. 8
      alacritty/alacritty.yml

@ -22,7 +22,7 @@ colors:
cursor:
style:
shape: Beam
shape: Block
blinking: On
#text: '0x44475a'
#cursor: '0xf8f8f2'
@ -108,6 +108,12 @@ font:
style:
size: 6.95
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.
launcher: xdg-open
# Key bindings
Key_bindings:
- { key: Equals, mods: Super, action: IncreaseFontSize }

Loading…
Cancel
Save