From 07e59e0429c4b13a5036e9a207e37fc02135f599 Mon Sep 17 00:00:00 2001 From: Chris Feng Date: Thu, 13 Aug 2015 12:02:44 +0800 Subject: Fix multi-screen bugs * RandR module is now made optional; users can enable it with `exwm-randr-enable`. * Correct the calculation of sizes/coordinates at various places. * Input focus is now tracked with (Emacs) window instead of buffer since the latter can be ambiguous in multi-screen settings. --- exwm.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'exwm.el') diff --git a/exwm.el b/exwm.el index d33ab2619044..7dffa87aec4b 100644 --- a/exwm.el +++ b/exwm.el @@ -144,7 +144,6 @@ (require 'exwm-floating) (require 'exwm-manage) (require 'exwm-input) -(require 'exwm-randr) (defvar exwm-debug-on nil "Non-nil to turn on debug for EXWM.") @@ -616,7 +615,6 @@ (exwm-floating--init) (exwm-manage--init) (exwm-input--init) - (exwm-randr--init) (exwm--unlock) ;; Manage exiting windows (exwm-manage--scan) -- cgit 1.4.1