refactor(wpcarro/emacs): Drop display-register calls from display.el
Let's have `display.el` be a pure library. Once I convert all of my Elisp libraries to pure libraries, I can publicly export them for other depot users and maybe other Github users (with the proper josh configuration?). Change-Id: I87cce80ebb7d2396e39246dabc4e49d7aba2c094 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5038 Tested-by: BuildkiteCI Autosubmit: wpcarro <wpcarro@gmail.com> Reviewed-by: wpcarro <wpcarro@gmail.com>
This commit is contained in:
		
							parent
							
								
									38ec094d2a
								
							
						
					
					
						commit
						00cadf07b6
					
				
					 1 changed files with 0 additions and 34 deletions
				
			
		|  | @ -99,39 +99,5 @@ See the man-page for xrandr for more details." | |||
|                                      (eval (intern (format "display-%s-args" x))))) | ||||
|                              (s-join " ")))))) | ||||
| 
 | ||||
| ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | ||||
| ;; Configuration | ||||
| ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | ||||
| 
 | ||||
| (display-register laptop | ||||
|                   :output "eDP1" | ||||
|                   :primary nil | ||||
|                   :coords (2560 1440) | ||||
|                   :size (1920 1080) | ||||
|                   :rate 30.0 | ||||
|                   :dpi 144 | ||||
|                   :rotate normal) | ||||
| 
 | ||||
| (display-register 4k-horizontal | ||||
|                   :output "DP-0" | ||||
|                   :primary t | ||||
|                   :coords (0 0) | ||||
|                   :size (2560 1440) | ||||
|                   :rate 30.0 | ||||
|                   :dpi 144 | ||||
|                   :rotate normal) | ||||
| 
 | ||||
| (display-register 4k-vertical | ||||
|                   :output "DP-2" | ||||
|                   :primary nil | ||||
|                   :coords (-1440 -560) | ||||
|                   :size (2560 1440) | ||||
|                   :rate 30.0 | ||||
|                   :dpi 144 | ||||
|                   :rotate left) | ||||
| 
 | ||||
| (display-arrangement primary | ||||
|                      :displays (laptop 4k-horizontal 4k-vertical)) | ||||
| 
 | ||||
| (provide 'display) | ||||
| ;;; display.el ends here | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue