From 3a034f94cf94c0b489c996ac293a3b63ea787951 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Fri, 19 Apr 2019 16:36:01 +0200 Subject: [PATCH] EXWM: Set workspace number to 1 and comment xrandr stuff --- config.org | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config.org b/config.org index aedd9bc..cb6f27f 100644 --- a/config.org +++ b/config.org @@ -1255,15 +1255,15 @@ Arandr config is still too static, should find a way to simplify this. (exwm-systemtray-enable) (require 'exwm-randr) - (setq exwm-workspace-number 2) + (setq exwm-workspace-number 1) - (setq exwm-randr-workspace-output-plist - '(0 "DP1" 1 "DP2")) - (add-hook 'exwm-randr-screen-change-hook - (lambda () - (start-process-shell-command - "xrandr" nil "xrandr --output DP2 --primary --mode 1920x1080 --pos 1920x0 --rotate left --output DP1 --mode 1920x1080 --pos 0x0 --rotate normal --auto"))) - (exwm-randr-enable) + ;; (setq exwm-randr-workspace-output-plist + ;; '(0 "DP1" 1 "DP2")) + ;; (add-hook 'exwm-randr-screen-change-hook + ;; (lambda () + ;; (start-process-shell-command + ;; "xrandr" nil "xrandr --output DP2 --primary --mode 1920x1080 --pos 1920x0 --rotate left --output DP1 --mode 1920x1080 --pos 0x0 --rotate normal --auto"))) + ;; (exwm-randr-enable) (require 'exwm-config)