Implemented screenshot dialog

This commit is contained in:
Kevin Veen-Birkenbach 2019-10-30 11:48:59 +01:00
parent 6c3734a63b
commit 7337678e23
3 changed files with 16 additions and 11 deletions

View File

@ -19,8 +19,9 @@ This script is optimized for a [Manjaro Linux](https://manjaro.org) with a [GNOM
The following *Core System* specific key bindings exist:
|Combination |Result |
|------------|----------------------------|
|------------|------------------------------------|
|Ctrl+Alt+A |Opens Atom |
|Ctrl+Alt+C |Opens the capture\screenshot dialog |
|Ctrl+Alt+E |Opens Eclipse |
|Ctrl+Alt+F |Opens Firefox |
|Ctrl+Alt+K |Opens KeePassXC |

View File

@ -130,7 +130,8 @@ gsettings set org.gnome.shell favorite-apps "['org.gnome.Nautilus.desktop',
'vlc.desktop',
'gimp.desktop',
'blender.desktop',
'rhythmbox.desktop']"
'rhythmbox.desktop',
'org.gnome.Screenshot.desktop']"
echo "->Install GNOME extensions..."
echo "-->Install <<NASA picture of the day>>..."
git clone https://github.com/Elinvention/gnome-shell-extension-nasa-apod.git "$HOME/.local/share/gnome-shell/extensions/nasa_apod@elinvention.ovh"

View File

@ -57,3 +57,6 @@
"rhythmbox"
control+alt+r
"gnome-screenshot -i"
control+alt+c