$ for i in `cat ~/imageList-karrepad.txt`; do echo $i | perl -e 'while (<>) {chomp $_; $url = $_; $path = $url; $path =~ s/.*\:\/\/(.*)\?.*/$1/g; system ("mkdir -p `dirname $path` 2> /dev/null") == 0 or die "failed to create $path. exiting...\n"; print "$url -O $path\n"; }' | xargs wget; done
find . -maxdepth 2 -type d | sort -n | sed -e "s/[^-][^\/]*\// |/g" -e "s/|\([^ ]\)/|-\1/"
- Astra monitor
- Clipboard history
- gTile
https://github.com/quickemu-project/quickemu
- Open the flameshot
- Right click the flameshot icon on top right bar
- do NOT click "Take Screenshot" yet
- Click "Configuration" instead
- With the flameshot configuration window opened, click the flameshot icon again on top right bar, this time click the "Take Screenshot", voila!
- An authorization popup should show
If you restart your computer, then you have to redo the above steps.
Use PrtScr for flameshot:
-
Install flameshot:
sudo apt install flameshot
-
Release the PrtScr binding by this command:
- Ubuntu 19.10 (Credits: @jobou's comment)
gsettings set org.gnome.settings-daemon.plugins.media-keys screenshot '[]'
- Older Ubuntu versions:
gsettings set org.gnome.settings-daemon.plugins.media-keys screenshot ''
- Ubuntu 19.10 (Credits: @jobou's comment)
-
Set new custom binding:
gsettings set org.gnome.settings-daemon.plugins.media-keys custom-keybindings "['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/']"
-
Set name:
gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ name 'flameshot'
-
Set command:
gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ command '/usr/bin/flameshot gui'
-
Set binding:
gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ binding 'Print'
sudo sh -c 'echo "fs.inotify.max_user_watches = 2097152" > /etc/sysctl.d/inotify-limit.conf'
sudo sysctl -p --system