From 15d1626d9b325ff97f9c2c35deb068ef219eb1cd Mon Sep 17 00:00:00 2001 From: Gerry Agbobada Date: Tue, 6 Oct 2020 02:57:07 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Revert=20"[bepo]=20Map=20ace=20window=20to?= =?UTF-8?q?=20=C3=A9=C3=A9=20(from=20ww)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit f403a05d70a73b04b8c30f9dd295f516bdbf666f. --- modules/input/layout/+bepo.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/input/layout/+bepo.el b/modules/input/layout/+bepo.el index cd298028c..360f9d635 100644 --- a/modules/input/layout/+bepo.el +++ b/modules/input/layout/+bepo.el @@ -27,8 +27,6 @@ (map! :leader :desc "Window" "é" 'evil-window-map - (:prefix "é" - :desc "Ace window" "é" #'ace-window) (:when (featurep! :ui popup) :desc "Toggle last popup" "#" #'+popup/toggle) (:when (featurep! :ui workspaces) From d44c5863c7086fd05e291abad2969c3296b2e649 Mon Sep 17 00:00:00 2001 From: Gerry Agbobada Date: Tue, 6 Oct 2020 03:07:28 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Map=20evil-window-map=20to=20C-=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And add a comment about nobreak-char-display seemingly not working with pgtk on wayland --- modules/input/layout/+bepo.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/input/layout/+bepo.el b/modules/input/layout/+bepo.el index 360f9d635..7bbce886a 100644 --- a/modules/input/layout/+bepo.el +++ b/modules/input/layout/+bepo.el @@ -9,7 +9,8 @@ (add-hook 'evil-collection-setup-hook #'doom-bepo--evil-collection-hook) ;; Highlight non breaking spaces as error in prog modes only -;; TODO: this variable is defined in a file called xdisp.c Will that work in non-X builds ? +;; FIXME: this variable is defined in a file called xdisp.c Will that work in non-X builds ? +;; From early observations in sway running pgtk fork, it does not. (setq nobreak-char-display t) (set-face-attribute 'nobreak-space nil :underline t) @@ -24,6 +25,7 @@ (setq switch-window-shortcut-style 'qwerty switch-window-qwerty-shortcuts '("a" "u" "i" "e" "," "c" "t" "s" "r"))) + (map! "C-é" 'evil-window-map) (map! :leader :desc "Window" "é" 'evil-window-map