Git Product home page Git Product logo

Comments (4)

MatheusArtur avatar MatheusArtur commented on June 3, 2024

Just add a "exec emacs" in your .xinitrc file. If you are using lightdm or something, google out

from uncledavesemacs.

anthrolisp avatar anthrolisp commented on June 3, 2024

Awesome! Thanks! One more question: how to manage and monitor wifi/network from within EXWM? And also autostarting programs like Dropbox, etc. Thanks again for your help!

from uncledavesemacs.

MatheusArtur avatar MatheusArtur commented on June 3, 2024

I use the NetworkManager command: nmtui, to lauch network manager inside of the ansi-term (or any terminal emulator really), pretty simple and intuitive to use but I'm still looking for a alternative more integrated to emacs.
The .xinitrc file I mentioned earlier is also used to autostart programs, just make sure to put their command before the 'exec emacs' line. My .xinitrc for example:

setxkbmap -option ctrl:nocaps
xset r rate 200 50
compton -b
exec emacs

It only has compton as a startup program (Fixes EXWM screen tearing), the rest in just keyboard configuration. But you got the idea, just put the dropbox start command there.

from uncledavesemacs.

daedreth avatar daedreth commented on June 3, 2024

I do exactly this.

I also add a little bit more to my .xinitrc, like starting redshift or similar but I do plan on migrating all of it to init.el eventually.

For wifi, I have nm do the stuff for me, with nmtui just like @MatheusArtur said.

from uncledavesemacs.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.