disable kitty remote control
This commit is contained in:
parent
48d73a998f
commit
74694444de
2 changed files with 1 additions and 2 deletions
|
@ -27,7 +27,6 @@ inactive_tab_foreground #545c7e
|
|||
|
||||
#: Advanced {{{
|
||||
confirm_os_window_close -2
|
||||
allow_remote_control yes
|
||||
#: }}}
|
||||
|
||||
#: Keyboard shortcuts {{{
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue