mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-14 03:21:03 +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:
|
||||
|
||||
|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 |
|
||||
|
@ -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"
|
||||
|
@ -57,3 +57,6 @@
|
||||
|
||||
"rhythmbox"
|
||||
control+alt+r
|
||||
|
||||
"gnome-screenshot -i"
|
||||
control+alt+c
|
||||
|
Loading…
Reference in New Issue
Block a user