diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-12 15:52:44 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-12 15:52:44 +0900 |
| commit | 3573df4a1d0b4c915975ac80275442c35831fb2f (patch) | |
| tree | 1bf67edd57eaa90644719fe090be46a4e67c31fb | |
| parent | df6c626e613838ded886bd33ea4c7f7fb0882cd7 (diff) | |
last update promise :)
| -rwxr-xr-x | config/hypr/scripts/ScreenShot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/ScreenShot.sh b/config/hypr/scripts/ScreenShot.sh index 2089c033..b33a31c7 100755 --- a/config/hypr/scripts/ScreenShot.sh +++ b/config/hypr/scripts/ScreenShot.sh @@ -14,7 +14,7 @@ active_window_file="Screenshot_${time}_${active_window_class}.png" 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_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}" |
