Skip to content

Instantly share code, notes, and snippets.

@dianjuar
Last active June 7, 2024 17:42
Show Gist options
  • Save dianjuar/93cec8660e2befe509757b195df6ddb8 to your computer and use it in GitHub Desktop.
Save dianjuar/93cec8660e2befe509757b195df6ddb8 to your computer and use it in GitHub Desktop.
My xfce shortcuts to take screenshots
Command Shortcut
xfce4-screenshooter --fullscreen --clipboard Ctrl + PrtScrn
xfce4-screenshooter --fullscreen --save /home/dianjuar/Pictures PrtScrn
xfce4-screenshooter --region --clipboard Ctrl + Shift + PrtScrn
xfce4-screenshooter --region --save /home/dianjuar/Pictures Shift + PrtScrn
xfce4-screenshooter --window --clipboard Ctrl + Super + PrtScrn
xfce4-screenshooter --window --save /home/dianjuar/Pictures Super + PrtScrn

screen shot

Written with StackEdit.

@Mohsin81
Copy link

Mohsin81 commented Jun 7, 2024

This is the type of stuff i was searching for but did now know i wanted. Thanks mate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment