Skip to content

Instantly share code, notes, and snippets.

@nick3499
Last active September 5, 2021 18:03
Show Gist options
  • Save nick3499/2f17e71c2b83c003aff7e83cdc84572a to your computer and use it in GitHub Desktop.
Save nick3499/2f17e71c2b83c003aff7e83cdc84572a to your computer and use it in GitHub Desktop.
Kitty GPU-based terminal markdown file for application specific use

Kitty (GPU-based terminal emulator)

this document is for application-specific use

Install

$ sudo apt install kitty

Custom Configuration

~/.config/kitty/kitty_rs.conf is a custom configuration for the Python Radio Streams application.

# window size
remember_window_size no
initial_window_width 140c
initial_window_height 56c

CLI

CLI arguments:

  • -c sets application specific configuration file
  • -d sets working directory
  • -T sets window title
  • sh -c passes python3 app.py to the command line in order to execute the Radio Streams application in a kitty terminal.
$ kitty -c='~/.config/kitty/kitty_rs.conf' -d='~/.scripts/radio_streams_vlc' -T='Radio Streams' sh -c "python3 app.py"

Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment