added gnome super t hotkey to declarative configs
This commit is contained in:
		
							parent
							
								
									8b6ed7f0a0
								
							
						
					
					
						commit
						846533f001
					
				
					 1 changed files with 42 additions and 0 deletions
				
			
		|  | @ -80,4 +80,46 @@ | |||
|       extraConfig.init.defaultBranch = "main"; | ||||
|     }; | ||||
|   }; | ||||
| 
 | ||||
|   dconf.settings = { | ||||
|     "org/gnome/settings-daemon/plugins/media-keys" = { | ||||
|       custom-keybindings = [ | ||||
|         "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/" | ||||
|       ]; | ||||
|     }; | ||||
|     "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = { | ||||
|       binding = "<Super>t"; | ||||
|       command = "kgx"; | ||||
|       name = "Open Terminal"; | ||||
|     }; | ||||
|   }; | ||||
| 
 | ||||
|   # dconf.settings = { | ||||
|   #   "org/gnome/settings-daemon/plugins/media-keys" = { | ||||
|   #     custom-keybindings = [ | ||||
|   #       "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/" | ||||
|   #     ]; | ||||
|   #   }; | ||||
|   # }; | ||||
| 
 | ||||
|   # "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = { | ||||
|   #   binding = "<Super>t"; | ||||
|   #   command = "kgx"; | ||||
|   #   name = "Open Terminal"; | ||||
|   # }; | ||||
| 
 | ||||
| 
 | ||||
|   # services.xserver.desktopManager.gnome3 = { | ||||
|   #   extraGSettingsOverridePackages = with pkgs; [ gnome3.gnome-settings-daemon ]; | ||||
|   #   extraGSettingsOverrides = '' | ||||
|   #     [org.gnome.settings-daemon.plugins.media-keys] | ||||
|   #     custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/'] | ||||
| 
 | ||||
| 
 | ||||
|   #     [org.gnome.settings-daemon.plugins.media-keys.custom-keybindings.custom0] | ||||
|   #     binding='<Super>t' | ||||
|   #     command='kgx' | ||||
|   #     name='Open terminal' | ||||
|   #   ''; | ||||
|   # } | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue