Skip to content

Commit

Permalink
1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscolourenco committed Oct 23, 2023
1 parent e13bb0b commit 3d95720
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf.d/done.fish
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if not status is-interactive
exit
end

set -g __done_version 1.18.0
set -g __done_version 1.19.0

function __done_run_powershell_script
set -l powershell_exe (command --search "powershell.exe")
Expand Down Expand Up @@ -137,9 +137,9 @@ function __done_is_process_window_focused
if set -q __done_allow_nongraphical
return 1
end

if set -q __done_kitty_remote_control
kitty @ --password="$__done_kitty_remote_control_password" ls | jq -e ".[].tabs.[] | select(any(.windows.[]; .is_self)) | .is_focused" > /dev/null
kitty @ --password="$__done_kitty_remote_control_password" ls | jq -e ".[].tabs.[] | select(any(.windows.[]; .is_self)) | .is_focused" >/dev/null
return $status
end

Expand Down

0 comments on commit 3d95720

Please sign in to comment.