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

@ -18,16 +18,17 @@ This script is optimized for a [Manjaro Linux](https://manjaro.org) with a [GNOM
### Key Bindings
The following *Core System* specific key bindings exist:
|Combination |Result |
|------------|----------------------------|
|Ctrl+Alt+A |Opens Atom |
|Ctrl+Alt+E |Opens Eclipse |
|Ctrl+Alt+F |Opens Firefox |
|Ctrl+Alt+K |Opens KeePassXC |
|Ctrl+Alt+R |Opens Rhyhtmbox |
|Ctrl+Alt+S |Imports data to core system |
|Ctrl+Alt+T |Opens a terminal |
|Ctrl+Alt+V |Opens VLC player |
|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 |
|Ctrl+Alt+R |Opens Rhyhtmbox |
|Ctrl+Alt+S |Imports data to core system |
|Ctrl+Alt+T |Opens a terminal |
|Ctrl+Alt+V |Opens VLC player |
### User Data
Right now the software expects that the *Core System Owner* has on all systems the same username. By executing the *import script* it automatic backups the application configuration data, ssh keys and other important data which is saved in well defined configuration files and folders.

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