+ Various improvements for XPS 9310 keybinds + Various improvements for XPS 9310 conky sysinfo overlay + Limit curl requests for web server status to refresh every 2mins + Update conky shortcuts overlay to show new shorts for i3 and vim + New darcula colorscheme for vim + Adjust i3 window attributes for new applications + Fix for vim storing yanked or deleted text to system clipboard + Relocate screenshots and backgrounds to subdirectories in ~/Pictures + Relocate all user scripts to ~/.local/bin/ + Use symlinks for scripts in ~/.config/autostart-scripts + Relocate all user-created desktopfiles to ~/.local/share/applications + Use symlinks for desktopfiles in in ~/.config/autostart + Update paths in i3 config to use $HOME environment variable instead of absolute paths
		
			
				
	
	
		
			7 lines
		
	
	
		
			115 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			115 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
conky -c $HOME/.config/conky/shortcuts_green &&
 | 
						|
conky -c $HOME/.config/conky/sysinfo_green &&
 | 
						|
 | 
						|
exit 0
 |