diff options
Diffstat (limited to 'users/tazjin/emacs/config/desktop.el')
-rw-r--r-- | users/tazjin/emacs/config/desktop.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/users/tazjin/emacs/config/desktop.el b/users/tazjin/emacs/config/desktop.el index 77546c27765f..2fe82f1287de 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." |