-
```
(defcommand paste () ()
(send-meta-key (current-screen) (kbd "S-Insert"))
)
(define-key *top-map* (kbd "s-v") "paste")
```
It works in many program, except Guake(terminal) and IDEA.
…
ghost updated
5 years ago
-
My colleague & I have been having a problem where our emacs hangs about once or twice a week. It was happening a lot when connecting remotely over X2go, but has happened a lot locally as well.
We r…
-
If you use exwm and pass, pressing `w` to copy a password deadlocks Emacs if the password isn't already in gpg-agent. The copy operation blocks Emacs, which prevents exwm from creating the window for…
ieure updated
5 years ago
-
#### Summary:
Opening application twice does not create a second instance of application.
#### Steps to Reproduce:
1. M-x dmenu and type name of application and hit enter.
3. Applications starts…
-
I have focus follows mouse active and I have problems getting focus for Emacs child frames.
E.g. if I install [child-frame-read-string](https://github.com/Alexander-Miller/cfrs) and execute the exa…
dakra updated
5 years ago
-
### mpv version and platform
mpv 0.29.1 on Gentoo
### Reproduction steps
Use EXWM (Emacs Window Manager), kill the compton process and play any video file in mpv.
### Expected behavior
…
-
Package like exwmx create buttons on modeline, when clicked the floating window minimizes, but the mouse moves to places far from the clicked position, which give user surprises.
This also happens w…
-
Hi,
Thank you for `exwm`!!! I just discovered it and totally love it. I have it mostly working. One thing that sometimes works, but most of the time does not is `ido-vertical-mode` while in non-ema…
-
Hi! I have recently come across a command line utility called [transSet](https://github.com/freedesktop/transset) to set the opacity of a specific window, but I wanted to do that through xelb. transSe…
-
At the moment when I try and kill a non-responsive GUI application within exwm I get the following question in the mini-buffer
Please answer y or n. 'Vlc' is not responding. Would you like to kill …