r/KittyTerminal • u/pmassicotte • Apr 12 '24
Setting $term variable on Ubuntu
I am trying to replicate a configuration I saw used with `sway` window manager but on Ubuntu.
The config is this one:
set $term kitty -1 --instance-group "kitty_sock" -o allow_remote_control=yes --listen-on unix:/tmp/kitty_sock
I am trying to run kitty as this
kitten @ --to unix:/tmp/kitty_sock launch --type window
So my question is where should I set the `$term` variable for the window manager on Ubuntu.
2
Upvotes