remove useless kitty action and add socket config
This commit is contained in:
parent
87673019ab
commit
210d45a02e
1 changed files with 4 additions and 5 deletions
|
@ -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}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue