Update screenshot keybind
This commit is contained in:
@@ -14,7 +14,7 @@ bind = $mainMod SHIFT, B, exec, bash ~/config/scripts/hot-reload.sh
|
|||||||
# Screenshot keybinds
|
# Screenshot keybinds
|
||||||
bind = $mainMod, PRINT, exec, bash ~/config/scripts/screenshot-selection.sh
|
bind = $mainMod, PRINT, exec, bash ~/config/scripts/screenshot-selection.sh
|
||||||
bind = $mainMod SHIFT, PRINT, exec, bash ~/config/scripts/screenshot-fullscreen.sh
|
bind = $mainMod SHIFT, PRINT, exec, bash ~/config/scripts/screenshot-fullscreen.sh
|
||||||
bind = ALT SHIFT, PRINT, exec, bash ~/config/scripts/edit-last-screenshot.sh
|
bind = $mainMod CTRL SHIFT, PRINT, exec, bash ~/config/scripts/edit-last-screenshot.sh
|
||||||
|
|
||||||
|
|
||||||
# Music volume control
|
# Music volume control
|
||||||
|
|||||||
@@ -7,5 +7,5 @@ echo "$SS_PATH"
|
|||||||
|
|
||||||
if [[ -n "$SS_PATH" && "$SS_PATH" == /home/ocbwoy3/Pictures/Screenshots/* ]]; then
|
if [[ -n "$SS_PATH" && "$SS_PATH" == /home/ocbwoy3/Pictures/Screenshots/* ]]; then
|
||||||
wl-copy < "$SS_PATH"
|
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
|
fi
|
||||||
|
|||||||
@@ -7,5 +7,5 @@ echo "$SS_PATH"
|
|||||||
|
|
||||||
if [[ -n "$SS_PATH" && "$SS_PATH" == /home/ocbwoy3/Pictures/Screenshots/* ]]; then
|
if [[ -n "$SS_PATH" && "$SS_PATH" == /home/ocbwoy3/Pictures/Screenshots/* ]]; then
|
||||||
wl-copy < "$SS_PATH"
|
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
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user