Questions tagged [exwm]
The exwm tag has no summary.
38 questions
0 votes
0 answers
22 views
Is there an exwm function to read the state of the plugged in monitors?
Below is my basic randr setup for exwm on my laptop and it places the laptop screen to the left, so I usually drag floating panes there to view them. However when I unplug the external monitor screen ...
0 votes
0 answers
109 views
can't get exwm working
I thought I'd try exwm. I installed /usr/share/xsessions/emacs.desktop as described in the documentation. I installed xelb, and exwm from the arch aur. I put the recommended additions to my ~/.emacs.d/...
1 vote
0 answers
50 views
How can I get helm-exwm to include the workspace/frame in the listing?
When I use the helm-exwm to list the EXWM buffers, the workspaces containing the buffers are not included in the listing. In fact I notice that C-x b and C-x B don't include the frames which hold the ...
1 vote
0 answers
71 views
Opening any 2mb jpg image in dired freezes emacs
Viewing any .jpg image > 1MB makes emacs unresponsive for over a minute. <200KB .jpg work instantly. Any ideas where to start investigating? Hitting RET on this 2.8MB.jpg. Profiler (cpu+mem) ...
0 votes
1 answer
60 views
Emacs freezes - Profiler shows three dots
Recently emacs freezes for multiple seconds, while process emacs --daemon -f exwm enable CPU usage goes up to 100%. I tried --debug-init instead of --daemon but still remain in the dark about the ...
2 votes
1 answer
440 views
How to increase x-pointer size
I would like to increase the size of the x-pointer (mouse cursor) in Emacs on plain Xorg (I'm running Emacs 28.2 and EXWM as window manager). The standard X solutions work but don't seem to influence ...
0 votes
0 answers
178 views
What will be the practical implications of trying EXWM in my macOS machine concerning the native macOS applications?
I have been using a Macbook Air M1 for professional reasons and would like to amplify Emacs in my life. I have been searching for the introduction of EXWM in my workflow. Unfortunately, as I started ...
1 vote
1 answer
447 views
How to make a popup buffer like *Help* accept and return some input upon pressing RET?
What I need to capture some text which is then inserted at point without using the minibuffer (see "why" for why this is not entirely stupid). My idea was to just pop up a temporary window ...