$ sudo apt install kitty
~/.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 arguments:
-c
sets application specific configuration file-d
sets working directory-T
sets window titlesh -c
passespython3 app.py
to the command line in order to execute the Radio Streams application in akitty
terminal.
$ kitty -c='~/.config/kitty/kitty_rs.conf' -d='~/.scripts/radio_streams_vlc' -T='Radio Streams' sh -c "python3 app.py"