From 7337678e2322d3fd0eb5aa7337ca1132a28b79fd Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Wed, 30 Oct 2019 11:48:59 +0100 Subject: [PATCH] Implemented screenshot dialog --- README.md | 21 +++++++++++---------- scripts/system-setup.sh | 3 ++- templates/.xbindkeysrc | 3 +++ 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c2213df..3df4f41 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/scripts/system-setup.sh b/scripts/system-setup.sh index 503c9d7..77c1060 100644 --- a/scripts/system-setup.sh +++ b/scripts/system-setup.sh @@ -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 <>..." git clone https://github.com/Elinvention/gnome-shell-extension-nasa-apod.git "$HOME/.local/share/gnome-shell/extensions/nasa_apod@elinvention.ovh" diff --git a/templates/.xbindkeysrc b/templates/.xbindkeysrc index 1a8aa2f..e91fca7 100644 --- a/templates/.xbindkeysrc +++ b/templates/.xbindkeysrc @@ -57,3 +57,6 @@ "rhythmbox" control+alt+r + +"gnome-screenshot -i" + control+alt+c