mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-22 15:11:04 +01:00
Implemented screenshot dialog
This commit is contained in:
parent
6c3734a63b
commit
7337678e23
@ -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:
|
The following *Core System* specific key bindings exist:
|
||||||
|
|
||||||
|Combination |Result |
|
|Combination |Result |
|
||||||
|------------|----------------------------|
|
|------------|------------------------------------|
|
||||||
|Ctrl+Alt+A |Opens Atom |
|
|Ctrl+Alt+A |Opens Atom |
|
||||||
|
|Ctrl+Alt+C |Opens the capture\screenshot dialog |
|
||||||
|Ctrl+Alt+E |Opens Eclipse |
|
|Ctrl+Alt+E |Opens Eclipse |
|
||||||
|Ctrl+Alt+F |Opens Firefox |
|
|Ctrl+Alt+F |Opens Firefox |
|
||||||
|Ctrl+Alt+K |Opens KeePassXC |
|
|Ctrl+Alt+K |Opens KeePassXC |
|
||||||
|
@ -130,7 +130,8 @@ gsettings set org.gnome.shell favorite-apps "['org.gnome.Nautilus.desktop',
|
|||||||
'vlc.desktop',
|
'vlc.desktop',
|
||||||
'gimp.desktop',
|
'gimp.desktop',
|
||||||
'blender.desktop',
|
'blender.desktop',
|
||||||
'rhythmbox.desktop']"
|
'rhythmbox.desktop',
|
||||||
|
'org.gnome.Screenshot.desktop']"
|
||||||
echo "->Install GNOME extensions..."
|
echo "->Install GNOME extensions..."
|
||||||
echo "-->Install <<NASA picture of the day>>..."
|
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"
|
git clone https://github.com/Elinvention/gnome-shell-extension-nasa-apod.git "$HOME/.local/share/gnome-shell/extensions/nasa_apod@elinvention.ovh"
|
||||||
|
@ -57,3 +57,6 @@
|
|||||||
|
|
||||||
"rhythmbox"
|
"rhythmbox"
|
||||||
control+alt+r
|
control+alt+r
|
||||||
|
|
||||||
|
"gnome-screenshot -i"
|
||||||
|
control+alt+c
|
||||||
|
Loading…
Reference in New Issue
Block a user