exwm icon indicating copy to clipboard operation
exwm copied to clipboard

Emacs X Window Manager

Results 34 exwm issues
Sort by recently updated
recently updated
newest added

The issue I have currently is that when running my interactive function to split a window and then switch to the other window it seems to flip the buffers and...

It happens to me once in a while that EXWM starts to fail to properly show floating windows (e.g. file save dialog). These then appear as black boxes (in the...

Hello! When launching an application that takes a while to start up, it will be placed in the currently selected window when it eventually launches. Oftentimes, while it's launching I'm...

`other-window-prefix` (`C-x 4 4`) isn’t programmed to work if the next command spawns a graphical window; this is sensible as most people don’t run EXWM. I was wondering if EXWM...

Hi, If have next case: 1. Start in scratch buffer 2. Open two X windows, one above the other 3. Now when I split window I expect covered X window...

Since this took me ages to figure out, I'll document it here for the next person. ## Full config segment ```el (use-package exwm :init (setq worklaptop (= 8 (string-to-number (shell-command-to-string...

~By redirecting frame focus to the the workspace frame, corfu, posframe, etc. prevent EXWM from deleting it.~ *(edit: fixed in #74)* From what I can tell, this wouldn't _usually_ be...

Hi, Here is a patch that I have for some times now into my `init.el`. It is based on a patch I found here: https://github.com/ch11ng/exwm/issues/786. ### What does it fix?...

When switching to another window (usually on a different workspace) with an *emacs* (not EXWM/X) buffer, it happens (50% of cases) that the 'focus' remains on the last window. This...

Not directly X related, but how would you feel about adding a lightweight notification service here? The following is taken from https://github.com/timor/exwm-ns, so it would need copyright assignment. ~~~ elisp...