Skip to content

Commit

Permalink
✨ (ime.sh) Change use terminal to foot
Browse files Browse the repository at this point in the history
  • Loading branch information
Comamoca committed Nov 3, 2024
1 parent 727ec6d commit 330a69d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/scripts/ime/ime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ if [ $# -ne 1 ]; then
fi

if [ "$1" = 'float' ]; then
$kitty_bin --class Floaterm env NVIM_APPNAME=ime $nvim_bin /tmp/clip -c startinsert
# $kitty_bin --class Floaterm env NVIM_APPNAME=ime $nvim_bin /tmp/clip -c startinsert
foot -T Floaterm env NVIM_APPNAME=ime $nvim_bin /tmp/clip -c startinsert
# kitty --class Floaterm env vim /tmp/clip -c startinsert

if [[ -e /tmp/clip ]]; then
Expand Down

0 comments on commit 330a69d

Please sign in to comment.