From b2abf7439ed3c8097bccd3f71f3f5410552ac7fe Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Mon, 22 Aug 2022 22:48:02 +0200 Subject: switch from powerline to starship, added mpd & ncmpcpp configs. also using nnn now --- .config/kitty/kitty.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/kitty/kitty.conf') diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 174ff39..86dfdbd 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1030,7 +1030,7 @@ dim_opacity 0.75 #: Advanced {{{ -shell bash --login +shell . #: The shell program to execute. The default value of . means to use #: whatever shell is set as the default shell for the current user. @@ -1060,7 +1060,7 @@ close_on_child_death no #: to yes means that any background processes still using the terminal #: can fail silently because their stdout/stderr/stdin no longer work. -allow_remote_control no +allow_remote_control yes #: Allow other programs to control kitty. If you turn this on other #: programs can control all aspects of kitty, including sending text @@ -1074,7 +1074,7 @@ allow_remote_control no #: from controlling kitty. Reloading the config will not affect this #: setting. -listen_on none +listen_on unix:@mykitty #: Tell kitty to listen to the specified unix/tcp socket for remote #: control connections. Note that this will apply to all kitty -- cgit v1.2.3