mirror of
				https://github.com/kevinveenbirkenbach/linux-image-manager.git
				synced 2025-11-04 01:18:10 +00:00 
			
		
		
		
	Implemented screenshot dialog
This commit is contained in:
		
							
								
								
									
										21
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								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.
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user