diff options
Diffstat (limited to '.local/bin/statusbar/sb-doppler')
-rwxr-xr-x | .local/bin/statusbar/sb-doppler | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/sb-doppler b/.local/bin/statusbar/sb-doppler index a29203a..e6062a3 100755 --- a/.local/bin/statusbar/sb-doppler +++ b/.local/bin/statusbar/sb-doppler @@ -16,7 +16,7 @@ case $1 in 3) notify-send "πΊοΈ Doppler RADAR module" "\- Left click for local Doppler RADAR. - Middle click to update RADAR location. After $secs seconds, new clicks will also automatically update the doppler RADAR." ;; - 6) hyprctl dispatch exec "kitty -e \"$EDITOR\" \"$0\"" ;; + 6) hyprctl dispatch exec "$TERMINAL -e \"$EDITOR\" \"$0\"" ;; esac echo π
|