From 6d41df04439f792174cad2b027b6ee36489c2115 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 13 Jan 2025 14:12:48 +0900 Subject: minor tweaks: swaync & screenshot script --- config/hypr/scripts/ScreenShot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/hypr/scripts/ScreenShot.sh') diff --git a/config/hypr/scripts/ScreenShot.sh b/config/hypr/scripts/ScreenShot.sh index b33a31c7..37eb82db 100755 --- a/config/hypr/scripts/ScreenShot.sh +++ b/config/hypr/scripts/ScreenShot.sh @@ -15,8 +15,8 @@ active_window_path="${dir}/${active_window_file}" notify_cmd_base="notify-send -t 10000 -A action1=Open -A action2=Delete -h string:x-canonical-private-synchronous:shot-notify" #notify_swappy="notify-send -h string:x-canonical-private-synchronous:shot-notify -u low -i ${iDIR}/picture.png" -notify_cmd_shot="${notify_cmd_base} -i ${dir}/${file}" -notify_cmd_shot_win="${notify_cmd_base} -i ${active_window_path}" +notify_cmd_shot="${notify_cmd_base} -i ${iDIR}/picture.png" +notify_cmd_shot_win="${notify_cmd_base} -i ${iDIR}/picture.png" # notify and view screenshot notify_view() { -- cgit v1.2.3