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.
This commit is contained in:
		
							parent
							
								
									a180a51620
								
							
						
					
					
						commit
						ca67b4256d
					
				
					 1 changed files with 0 additions and 6 deletions
				
			
		|  | @ -409,12 +409,6 @@ This function asssumes that BUFFER passes the `exwm/exwm-buffer?' predicate." | ||||||
|      (progn |      (progn | ||||||
|        (exwm/switch "Briefcase")) |        (exwm/switch "Briefcase")) | ||||||
|      ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |      ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | ||||||
|      ;; Terminal |  | ||||||
|      ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |  | ||||||
|      (progn |  | ||||||
|        (exwm/switch "Terminal") |  | ||||||
|        (vterm-mgt-instantiate)) |  | ||||||
|      ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |  | ||||||
|      ;; Todos |      ;; Todos | ||||||
|      ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |      ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | ||||||
|      (progn |      (progn | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue