dotfiles/kitty/sessions.conf

27 lines
438 B
Plaintext
Raw Normal View History

2019-10-05 19:14:21 +00:00
# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
#: Sessions {{{
layout tall
#: Set the window layout for the current tab
cd ~
#: Set the working directory for windows in the current tab
launch zsh
#: Create a window and run the specified command in it
launch vim
#: Create a window with some environment variables set and run vim in it
title Chat with x
launch irssi --profile x
#: Set the title for the next window
#: }}}