ch11ng / exwm

Emacs X Window Manager
2.86k stars 137 forks source link

Selected Frame After Startup #905

Open tvraman opened 1 year ago

tvraman commented 1 year ago

Topic: Howto: Set Selected Frame After EXWM Startup Description:

I just started using EXWM with Emacs (30.0 from Git@Head) and love EXWM.

I have one lingering issue.

  1. I'm using a custom xsession and my .xsession starts an XTerm like it always has -- xterm --title & I launch emacs with EXWM loaded at the end of that xsession file.</li> </ol> <p>Emacs comes up with everything correctly initialized but with the Frame displaying the XTerm as the selected frame.</p> <p>How can I set things up so I have the "other frame" ie not the XTerm selected after emacs startup?</p> <p>Also, I initialize a set of tabs in my Emacs Init; but these never get created until I physically switch frames to the non-Xterm frame and create my tabs.</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>