Update screenshot keybind

This commit is contained in:
2025-03-30 19:31:51 +03:00
parent fad2e52ebb
commit 5448f42a41
3 changed files with 3 additions and 3 deletions

View File

@@ -7,5 +7,5 @@ echo "$SS_PATH"
if [[ -n "$SS_PATH" && "$SS_PATH" == /home/ocbwoy3/Pictures/Screenshots/* ]]; then
wl-copy < "$SS_PATH"
notify-send "Screenshot" "Successfully captured screenshot to clipboard.\n<small>Open swappy with ALT+SHIFT+PS.</small>"
notify-send "Screenshot" "Successfully captured screenshot to clipboard.\n<small>Open swappy with SUPER+ALT+SHIFT+PS.</small>"
fi

View File

@@ -7,5 +7,5 @@ echo "$SS_PATH"
if [[ -n "$SS_PATH" && "$SS_PATH" == /home/ocbwoy3/Pictures/Screenshots/* ]]; then
wl-copy < "$SS_PATH"
notify-send "Screenshot" "Successfully captured selection to clipboard.\n<small>Open swappy with ALT+SHIFT+PS.</small>"
notify-send "Screenshot" "Successfully captured selection to clipboard.\n<small>Open swappy with SUPER+ALT+SHIFT+PS.</small>"
fi