This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# make sure to install dependencies | |
# sudo apt-get install maim xclip | |
# if you want to make this action hotkeyable add the following lines to your | |
# .zshrc or .bashrc file | |
# alias segmented_screenshot='~/Linux-Setup-Scripts/scripts/take_segmented_screenshot.sh' | |
# bindkey -s '^x' 'segmented_screenshot\n' # this will bind segmented screenshot to ctrl + x |
OlderNewer