You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
• On MacOS it should work using e.g. `kitty --listen-on=/tmp/kitty_"$(date +%s%N)"`. If you want, you can then simply specify an alias (i.e. put `alias jukit_kitty="kitty --listen-on=unix:@"$(date +%s%N)" -o allow_remote_control=yes"` in your .bashrc/.zshrc) which you can use to always start kitty with the necessary arguments.
I double check in my Manjaro Sway(wayland) and it create the kitty_xxxxx file. However, in macos Sequoia, the kitty ls file in /tmp . I also try to create ~/kitty_sockets/ and listen on this folder, it still keeps giving
Error 23:39:59 msg_show.emsg Error detected while processing function jukit#splits#output[1]..jukit#splits#split_exists[1]..jukit#kitty#splits#exists[4]..<SNR>64_search_current_tab:
23:39:59 msg_show line 1:
23:39:59 msg_show E474: Unidentified byte: Error: open /dev/tty: device not configured^@
Error 23:39:59 msg_show.emsg E474: Failed to parse Error: open /dev/tty: device not configured^@
Fixed:
I tried this kitty --listen-on=unix:$TMPDIR/kitty -o allow_remote_control=yes
It's working
However, I put in kitty.conf and get same error. It still need to use command line manually
Left is I use jukit_kitty command. Right is I use kitty --listen-on=unix:$TMPDIR/kitty -o allow_remote_control=yes
This is inline graph and run successfully
The text was updated successfully, but these errors were encountered:
I follow the kitty requirment in macbook
I double check in my Manjaro Sway(wayland) and it create the kitty_xxxxx file. However, in macos Sequoia, the kitty ls file in
/tmp
. I also try to create~/kitty_sockets/
and listen on this folder, it still keeps givingFixed:
I tried this
kitty --listen-on=unix:$TMPDIR/kitty -o allow_remote_control=yes
It's working
However, I put in
kitty.conf
and get same error. It still need to use command line manuallyLeft is I use jukit_kitty command. Right is I use
kitty --listen-on=unix:$TMPDIR/kitty -o allow_remote_control=yes
This is inline graph and run successfully
The text was updated successfully, but these errors were encountered: