remove useless kitty action and add socket config

This commit is contained in:
cswimr 2025-02-02 07:25:47 -06:00
parent 87673019ab
commit 210d45a02e
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -28,6 +28,10 @@
"map shift+down" = "move_window down";
"map shift+left" = "move_window left";
"map shift+right" = "move_window right";
# socket
listen_on = "unix:/tmp/kitty";
allow_remote_control = "socket-only";
};
};
@ -37,11 +41,6 @@
protocol file
mime image/*
action launch --type=overlay kitten icat --hold -- ''${FILE_PATH}
# Open text/* files with edit
protocol file
mime text/*
action launch edit ''${FILE_PATH}
'';
};
}