

Gotcha, fair enough! I run Arch with Gnome on my desktop gaming rig for similar reason, I just wanted a normal DE that I didn’t have to tweak much. Laptop is where I have Sway/Waybar and experiment with different window managers and such.
Mastodon: https://ohai.social/@DeadGemini
Gotcha, fair enough! I run Arch with Gnome on my desktop gaming rig for similar reason, I just wanted a normal DE that I didn’t have to tweak much. Laptop is where I have Sway/Waybar and experiment with different window managers and such.
Jerboa being the only one on F-Droid, guess I’m sticking with Jerboa!
Why’d you switch from i3? If it was for Wayland support, in case you didn’t know, the Sway window manager is basically a drop-in replacement for i3, but for Wayland rather than X11. You can literally copy/paste your i3 config into ~/.config/sway/ and it will only need a few minor tweaks to get fully working!
I just made the switch this past week. The one caveat is Polybar doesn’t work correctly with Sway, so I had to configure Waybar instead. Waybar has some cool features though, like being able to place the tray anywhere you want, so it was worth the effort to switch.
There, I just gave you 2 ways to turn that arcane terminal ritualism in ancient enochian that only veteran sysadmins know, into a plain english service manual that any literate human being can use to figure out basically any terminal application ever.
I cancelled Prime around that time and my Amazon spending dropped significantly. I still shop there occasionally when I need something, but I’ll usually throw the stuff I need, but not immediately in my cart and wait until I qualify for free shipping. Also, they’ve given me like 5 free month trials, which I use when I DO need something ASAP. Just gotta be sure to cancel before it auto-renews.
Less consumerism is always better.
i3 on my laptop, gnome on my gaming rig (cuz wayland)
Just configure your SPF record properly and you should be fine having emails delivered to gmail. I work in tech support for a small software company and every single time a customer is having issues with our email server not delivering to GMail, it’s due to their SPF record being borked (which is on the customer’s IT department, not us)
Thank you! Ill keep that in mind!
I’m not a dev, but I do have SOME coding experience and have been wanting to help with some open source projects, if nothing else but for the experience. Rust has been on my “to learn” list for like a year now. I def have a lot to learn, but the best way to learn is to get your hands dirty. I’ll take a look at the Github page and see if there’s any low-hanging fruit I can try to tackle lol
EDIT: I’m pretty sure I can help with some of these. My coding skills are out of practice, and idk any Rust yet, but I’m a fast learner. Currently learning how to use git to fork a repo, add code, and create a PR, then I’ll go learn some Rust syntax and get to work! I’m actually really excited! I’ve been wanting to figure out how to contribute to FOSS projects since I started daily driving Arch Linux like a year ago, and this is a great opporunity for me to learn!
If anyone has any development tips for a noob like me, let me know! I’m going in pretty blind here, so any advice is appreciated!
I’m honestly not 100% sure, but I don’t think so. Waybar does though, with the tooltip option.
Waybar is similar to Polybar, but only works on Wayland rather than X11. Configuration is a bit different, but similar in many respects. If you’re using i3 with Polybar now, you can install Sway as the window manager and drop your i3 config into ~/.config/sway/, it should work exactly the same as i3 after a few minor tweaks. Once Sway is set up, you can install and configure Waybar. The config file is not a drop-in replacement like Sway was for i3, but if you can figure out Polybar, you can figure out Waybar.
Link to the Waybar wiki on Github