From 600b681c34f1db482b247f8a5ef46c85fba9cc08 Mon Sep 17 00:00:00 2001 From: awy Date: Sat, 26 Oct 2024 19:31:37 +0300 Subject: foot term / dif term support --- .local/bin/statusbar/sb-doppler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/statusbar/sb-doppler') 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 πŸŒ… -- cgit v1.2.3