this post was submitted on 03 Jun 2023
4 points (100.0% liked)

Kitty Terminal Emulator

177 readers
1 users here now

"The fast, feature-rich, GPU based terminal emulator"

A place for discussion and questions about the kitty terminal emulator.

kitty feature overview:

Rules:

Links:

Supported OS:

founded 1 year ago
MODERATORS
 
  • top left: ranger using kitty image protocol
  • top right: lsd -l with jetbrains nerd font mono for icon characters
  • bottom left: neofetch using kitty image protocol
  • bottom right: zsh output of kitty version
you are viewing a single comment's thread
view the rest of the comments
[–] reallychris 2 points 1 year ago (1 children)

my kitty.conf is nothing special but i did take advantage of the dynamic opacity setting. the kitty config is probably the most straight forward and well thought-out config i've ever used.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

Nice! Yeah, I have mapped keybindings for each 10% opacity increment + some for fine grained control of +/- 5%

map kitty_mod+alt+o>1 set_background_opacity 0.1
map kitty_mod+alt+o>2 set_background_opacity 0.2
map kitty_mod+alt+o>3 set_background_opacity 0.3
map kitty_mod+alt+o>4 set_background_opacity 0.4
map kitty_mod+alt+o>5 set_background_opacity 0.5
map kitty_mod+alt+o>6 set_background_opacity 0.6
map kitty_mod+alt+o>7 set_background_opacity 0.7
map kitty_mod+alt+o>8 set_background_opacity 0.8
map kitty_mod+alt+o>9 set_background_opacity 0.9
map kitty_mod+alt+o>0 set_background_opacity 1.0

map kitty_mod+[ set_background_opacity -0.05
map kitty_mod+] set_background_opacity +0.05

map kitty_mod+alt+o>d set_background_opacity default
[–] reallychris 1 points 1 year ago

ahh cool i might go for the +/- to dial it in rather than setting it to an absolute value. i really wish they'd standardise the web so one solution would work over many different website colour schemes ha.