arregla default app para PDFs, añade wallpaper
This commit is contained in:
		
							parent
							
								
									d92696ba14
								
							
						
					
					
						commit
						2c7c668191
					
				
					 3 changed files with 7 additions and 1 deletions
				
			
		|  | @ -19,7 +19,7 @@ | |||
|   xdg.mimeApps = { | ||||
|     enable = true; | ||||
|     defaultApplications = { | ||||
|       "application/pdf" = [ "okular.desktop" ]; | ||||
|       "application/pdf" = [ "org.kde.okular.desktop" ]; | ||||
|       "application/x-extension-htm" = [ "firefox.desktop" ]; | ||||
|       "application/x-extension-html" = [ "firefox.desktop" ]; | ||||
|       "application/x-extension-shtml" = [ "firefox.desktop" ]; | ||||
|  |  | |||
|  | @ -52,6 +52,11 @@ | |||
|           notification = false; | ||||
|           always = true; | ||||
|         } | ||||
|         { | ||||
|           command = "${pkgs.feh}/bin/feh --bg-scale ${config.home.homeDirectory}/Pictures/wallpapers/carina_jwst.jpg"; | ||||
|           notification = false; | ||||
|           always = true; | ||||
|         } | ||||
|         { | ||||
|           command = "${pkgs.i3-gaps}/bin/i3-msg 'workspace $ws1; exec ${pkgs.firefox}/bin/firefox'"; | ||||
|         } | ||||
|  |  | |||
|  | @ -119,4 +119,5 @@ | |||
|   export EDITOR=nvim | ||||
|   export VISUAL=nvim | ||||
|   export PATH="$PATH:$HOME/.local/bin:$HOME/.cargo/bin" | ||||
|   export NIXPKGS_ALLOW_UNFREE=1 | ||||
| '' | ||||
|  |  | |||
		Reference in a new issue
	
	 Fabián Montero
						Fabián Montero