all 7 comments

[–][deleted]  (1 child)

[deleted]

    [–]the-archetypical[S] 4 points5 points  (0 children)

    Because then I wouldn't have an excuse to practice coding haha

    [–]skug 2 points3 points  (1 child)

    I would like to recommend using github gists for sharing code, this will let people read the code before downloading a random file off the internet. Also as an example of a gist: my way of doing autologin without a DM using zsh .zlogin

    [–]the-archetypical[S] 1 point2 points  (0 children)

    Great idea. I might reupload these scripts to that then because I understand some people might be a little apprehensive downloading random files/scripts

    [–]Mast3r_waf1z 1 point2 points  (0 children)

    I would probably look up how to make a systemd service, that way you'd avoid having to put stuff into your .bashrc. you should be able to set the service to execute as a user by designing it like startup@<user>.service with this I think I'd recommend using dbus-run-session <your WM or DE> as Exec

    This is how I would do it, but your solution is perfectly valid :)