From 7c8fe6ccc8e047f8330f1e3ab25afa8f2e2f56d4 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 3 Jul 2023 17:26:13 +0300 Subject: fix(tazjin/emacs): call exwm-randr-refresh in khamovnik layout Change-Id: Id0347f457cdd0f769fff19659c5a3597efee171f Reviewed-on: https://cl.tvl.fyi/c/depot/+/8924 Reviewed-by: tazjin Tested-by: BuildkiteCI Autosubmit: tazjin --- users/tazjin/emacs/config/desktop.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'users') diff --git a/users/tazjin/emacs/config/desktop.el b/users/tazjin/emacs/config/desktop.el index 77546c2776..2fe82f1287 100644 --- a/users/tazjin/emacs/config/desktop.el +++ b/users/tazjin/emacs/config/desktop.el @@ -354,7 +354,8 @@ in-progress." (set-randr-config `(("eDP-1" 1 2) ("DP-2" 3 4 5 6 7 8 9 0))) - (shell-command "xrandr --output DP-2 --auto --primary --right-of eDP-1")) + (shell-command "xrandr --output DP-2 --auto --primary --right-of eDP-1") + (exwm-randr-refresh)) (defun randr-khamovnik-layout-single () "Use only the internal screen." -- cgit 1.4.1