diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-08-22 22:48:02 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-08-22 22:48:02 +0200 |
| commit | b2abf7439ed3c8097bccd3f71f3f5410552ac7fe (patch) | |
| tree | b650fd81505e6d015e490cebf0aa9b4f0dba68c5 /.config/kitty | |
| parent | 599e1315ce9be32944681ff4e88fc5afa8ae81b8 (diff) | |
switch from powerline to starship, added mpd & ncmpcpp configs. also using nnn now
Diffstat (limited to '.config/kitty')
| -rw-r--r-- | .config/kitty/kitty.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
