From ca67b4256dc79fd5da9fbfe8ead302fbfdc5abdf Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 6 Apr 2020 11:30:09 +0100 Subject: Debug unresponsive keyboard After binary searching through my git history to restore my keyboard functionality, I discovered the issue: I deleted the "Terminal" workspace, but I did not remove the call to `(exwm/switch "Terminal")`, which silently prevented EXWM from initializing. I wish errors like this were noisier. --- emacs/.emacs.d/wpc/window-manager.el | 6 ------ 1 file changed, 6 deletions(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/wpc/window-manager.el b/emacs/.emacs.d/wpc/window-manager.el index 1fe1e1a546b3..afebd5aabcd9 100644 --- a/emacs/.emacs.d/wpc/window-manager.el +++ b/emacs/.emacs.d/wpc/window-manager.el @@ -409,12 +409,6 @@ This function asssumes that BUFFER passes the `exwm/exwm-buffer?' predicate." (progn (exwm/switch "Briefcase")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - ;; Terminal - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - (progn - (exwm/switch "Terminal") - (vterm-mgt-instantiate)) - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Todos ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (progn -- cgit 1.4.1