18 lines
384 B
Plaintext
18 lines
384 B
Plaintext
# Run with `kitty --session ~/.config/kitty/music.conf`
|
|
layout tall
|
|
|
|
os_window_size 220c 64c
|
|
# Create a new tab
|
|
new_tab Music
|
|
|
|
# Set the working directory for windows in the current tab
|
|
cd
|
|
|
|
launch --var window=first cava
|
|
# Create additional terminals
|
|
launch --location=hsplit pyradio
|
|
resize_window taller 10
|
|
focus pyradio
|
|
launch --location=vsplit pipes-rs
|
|
resize_window narrower 50
|