1
0
Fork 0

disable kitty remote control

This commit is contained in:
Luca Bilke 2022-08-22 20:32:38 +02:00
parent 48d73a998f
commit 74694444de
2 changed files with 1 additions and 2 deletions

View file

@ -27,7 +27,6 @@ inactive_tab_foreground #545c7e
#: Advanced {{{
confirm_os_window_close -2
allow_remote_control yes
#: }}}
#: Keyboard shortcuts {{{

View file

@ -180,7 +180,7 @@ map c push A<c-u> # new rename
map B bulkrename
# Kitty Specific
map W $kitty @ launch --cwd $PWD --no-response lf
map W $setsid -f $TERMINAL -e lf >/dev/null 2>&1
# source directory shortcuts
source "~/.config/lf/shortcutrc"