I like it because even when i was still using windows i would always snap two windows next to each other, the tiling window manager takes care of that for me so the only thing i have to do now is just open my apps. That’s what got me into it initially, but now i also really like the keyboard driven workflow, and try to get as many parts of my system controllable with the keyboard as possible.
juipeltje
I’d just like to interject for a moment…
- 0 Posts
- 183 Comments
juipeltje@lemmy.worldto
Linux@lemmy.ml•Dirty Frag: Universal Linux LPE - allows any unprivileged local user to gain root access on a vulnerable Linux system - no patch available
17·12 days agoHow is finding vulnerabilities and patching them enshittification?
juipeltje@lemmy.worldto
Linux@lemmy.ml•Valve Lepton: It's been 5 months since we heard anything about Valve's Android compatibility layer for Linux.
3·13 days agoI had more of a need for android emulation when i was still using subscription services that don’t have a native linux version and their webbrowser version is kneecapped. Something like apple music is a good example of that. But i gave up music streaming and starting buying CDs and selfhosting them, so now i’m not sure what need i would have for android emulation honestly. I can’t think of any android app that i would want to run on my pc.
Ah, did not know that actually. I think i used the official mullvad cli on NixOS once since they had it packaged anyway, but on other distros i always used wireguard to connect, so that explains why i haven’t encountered that.
Kinda curious what applications give you trouble without systemd? I ran Void linux for like 2 years and now i’m on Guix, and never really had issues with applications because of systemd not being present.
juipeltje@lemmy.worldto
Linux@lemmy.ml•For those running Linux with Window Managers (or Desktop Environments too), how do you make sure that on lid close: the laptop suspends and locks?
8·17 days agoDepends a bit on your setup. If you’re using systemd you can use the logind.conf as already mentioned, or if you’re on a non-systemd distro you can use the forked elogind, which works pretty much the same way. For locking your session when suspending, since i use wayland, i use swayidle for that. In its config i just put
before-sleep 'swaylock', which will execute swaylock before the system goes to sleep.
juipeltje@lemmy.worldto
Linux@lemmy.ml•How good do blu-ray drives work on Linux these days?
1·17 days agoI don’t have any experience with those drives, but i do have an LG BE16NU50 drive, which i already had when i was still on windows, and it worked on linux no problem. I also use it to play/rip CDs. I’m not sure if it’s any different for 4k bluray drives, since mine is older and 1080p only, but from my experience it just works.
juipeltje@lemmy.worldto
Linux@lemmy.ml•Are you on which team: vim, nano, micro, er ed for you terminal based text editor?
3·18 days agoAnd not just an editor, but an entire environment! I’ve only been using emacs for a few weeks now, but i’m really enjoying it. I’m not a developer, but i still find magit really awesome to use for my git needs, and atp i’ve replaced yazi with dired as my keyboard-driven file manager.
juipeltje@lemmy.worldto
Linux@lemmy.ml•Are you on which team: vim, nano, micro, er ed for you terminal based text editor?
3·18 days agoIn emacs ctrl+y is paste, which is weird to me because i’m pretty sure even in emacs the logic is that y stands for yank, but in every other program i’ve used so far yank means copy, not paste. In the end though i feel like muscle memory from other editors don’t bother me as much, and i can learn multiple at the same time. I started with evil mode for vim bindings for a short while, but now i’m diving into pure emacs bindings.
juipeltje@lemmy.worldto
Linux@lemmy.ml•Are you on which team: vim, nano, micro, er ed for you terminal based text editor?
3·18 days agoIf we’re talking purely something basic to be able to edit some shit on the system i think i would choose nano, purely because i’ve used it for years to edit everything (yes, even config files in full programming languages lol) and thus i’m very familiar with it. If we’re talking anything terminal-based in general, i like helix as a modal editor. I chose it over neovim at the time because i didn’t feel like configuring the whole thing, and helix is pretty much ready to go with lsp and everything ootb. A few weeks ago though i decided to make the switch to emacs, since i use guix now, so it felt like a natural fit. I might check out emacs in the terminal at some point, but i’m sticking with the gui for now.
juipeltje@lemmy.worldto
Linux@lemmy.ml•Can the GNU/ Linux Foundation Fork Android and Maintain it?
4·1 month agoI’m not sure what GNU is going to do. A while back they announced that they wanted to make sure free software phones were going to be a thing, but i don’t think they’re forking android to do it.
I’m sure this post isn’t going to be controversial at all lol
juipeltje@lemmy.worldto
Linux@lemmy.ml•What package manager do you use for arch based distros?
7·1 month agoYou can choose between things like flatpak or aur packages, but you’re gonna have to use pacman either way, since your core packages are still managed by pacman even if you decide to install most things through flatpak. Just wanted to point that out in case you were thinking of not using it at all anymore, cause it’s definitely not good to have your system get extremely out of date overtime. Having said that, it’s a matter of preference. The aur has more packages available, but flatpak has verified packages available, so assuming you stick to those, it could be safer. It also offers things like sandboxing. When i was on arch i only used the aur. I usually go with whatever has the most packages available or whatever is most convenient.
I don’t think elogind hooks into other inits directly, but it it is a fork of the logind part of systemd that has been altered so that it can work without systemd, if that’s what you mean.
I had similar thoughts, but at the same time i honestly think that wouldn’t be an issue because of the nature of linux and it being free and open source. There’s bound to be distros out there that won’t conform to whatever bs the corpos come up with.
Luckily i barely use discord, but i have one small usecase for it where it is pretty much irreplacable, which is that i use it to voice chat with a friend when playing games with crossplay support, since he is on ps5, and discord now having ps5 support makes that the go-to app.
juipeltje@lemmy.worldto
Linux@lemmy.ml•Are you using systemd or an alternative, what do you recommend?
2·2 months agoNot sure if i agree with you on the performance part. There’s definitely people out there that try to find the “fastest” init and some inits out there definitely boot faster. I personally don’t care about it that much since it’s usually a matter of a few seconds, but it is a thing.
juipeltje@lemmy.worldto
Linux@lemmy.ml•[Discussion] My thoughts about the usability of Linux
1·2 months agoWell maybe it’s a hot take on my end, but i feel like if you can’t invest some time in learning a new OS then maybe it’s just not a good idea to switch, and that’s ok. Having said that, i’m obviously not opposed to trying to make linux easier to get into.

This was to be expected i guess