about summary refs log tree commit diff
path: root/users/wpcarro/emacs/.emacs.d/wpc/display.el
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/emacs/.emacs.d/wpc/display.el')
-rw-r--r--users/wpcarro/emacs/.emacs.d/wpc/display.el34
1 files changed, 0 insertions, 34 deletions
diff --git a/users/wpcarro/emacs/.emacs.d/wpc/display.el b/users/wpcarro/emacs/.emacs.d/wpc/display.el
index 62c3fce2f1..69dae6939e 100644
--- a/users/wpcarro/emacs/.emacs.d/wpc/display.el
+++ b/users/wpcarro/emacs/.emacs.d/wpc/display.el
@@ -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