kitty: Add a session configuration
This commit is contained in:
parent
94aee9daf5
commit
952af3ae06
1 changed files with 34 additions and 0 deletions
34
kitty/.config/kitty/session.conf
Normal file
34
kitty/.config/kitty/session.conf
Normal file
|
@ -0,0 +1,34 @@
|
|||
new_tab gstreamer
|
||||
cd ~/GitSources/gstreamer
|
||||
launch fish
|
||||
|
||||
new_tab gstreamer-debug
|
||||
cd ~/GitSources/gstreamer
|
||||
launch fish
|
||||
|
||||
new_tab gstreamer-rs
|
||||
cd ~/GitSources/gst-plugins-rs
|
||||
launch fish
|
||||
|
||||
new_tab pipewire
|
||||
cd ~/GitSources/pipewire
|
||||
launch fish
|
||||
|
||||
new_tab pipewire-debug
|
||||
cd ~/GitSources/pipewire
|
||||
launch fish
|
||||
|
||||
new_tab asymptotic
|
||||
cd ~/asymptotic
|
||||
launch fish
|
||||
|
||||
new_tab asymptotic
|
||||
cd ~/asymptotic
|
||||
launch fish
|
||||
|
||||
new_tab dotfiles
|
||||
cd ~/dotfiles
|
||||
launch fish
|
||||
|
||||
new_tab IRC
|
||||
launch fish -c 'tiny irccloud'
|
Loading…
Reference in a new issue