0
18
Remus86

@lemmy.zip

Remus86 3 points an hour ago

Don't get me wrong, I used Mint for a year, it's what helped me quit macOS for good. It's a great distro, where you don't have to delve into advanced Linux topics just to get things working, which is what kept me as just a visitor to Linux for years prior. But once I did get the hang of Linux, I was drawn to Arch's philosophy of installing only what you want (* systemd being the glaring exception). Then I got converted to tiling WMs. So now there's very little about LMDE that appeals to me. I'd still recommend it to anyone though.

path: 0 24392043 24392122 24392307, hotness: undefined, score: 3, children: 2
Remus86 6 points an hour ago

You can install Cinnamon on Arch though.

path: 0 24392043, hotness: undefined, score: 6, children: 4
Remus86 1 point 32 minutes ago

Yeah, if you have spotty internet service or are using a minimal data plan, that can be an important deciding factor. You can leave an Arch system without updating too, as long as you don't install a new package.

path: 0 24392043 24392122 24392307 24392353 24392465, hotness: undefined, score: 1, children: 0
Remus86 1 point an hour ago

I tried TWM for a hot minute a couple years ago, thinking I'd be so cool for having the absolute minimal GUI possible. But the config syntax was impenetrable for me. I do still miss the left click root menu concept. I wish wl-roots compositors would implement that.

path: 0 24391995 24392021 24392256 24392347, hotness: undefined, score: 1, children: 1
Remus86 16 points 10 hours ago

The difference from Obtanium seems to be that it presents an app-store front end, so you can browse and search for packages. Obtanium requires manual setup for each repo you want to add.

path: 0 24386328, hotness: undefined, score: 16, children: 1
Remus86 3 points 2 days ago

DankMaterialShell's screenlocker is the only one I know that has the normal input box. But I don't know if there is a way to install/use it standalone. I think you have to pull in the entire dms-shell package. That pulls in quickshell and it's dependencies at the very least.

DankMaterialShell

path: 0 24353941, hotness: undefined, score: 3, children: 0
Remus86 27 points 8 months ago

Personally, I don't think anyone new to Linux at this point, who isn't tech-minded, should be pointed to an X11 environment. So until Mint devs have ported Muffin into a Wayland compositor, I wouldn't recommend it. They're used to a shiny experience visually, so I'd go with Plasma 6 running on Fedora or OpenSUSE Tumbleweed.

path: 0 19915221, hotness: undefined, score: 27, children: 5
Remus86 7 points 10 months ago

I use a Beelink SER5, but that's because I also plan to set it up to be a retro game console, in addition to streaming.

path: 0 19244013, hotness: undefined, score: 7, children: 0
Remus86 7 points 2 months ago

I also just verified it worked on my Arch install. But running the mitigation command and rebooting effectively blocked it, and I'm on the Arch LTS kernel. I think the disabled modules are related to IPSec, which most desktop users don't really need.

path: 0 23618949 23619914, hotness: undefined, score: 7, children: 2
Remus86 6 points 16 days ago
sudo apt upgrade -U -y
path: 0 24140230, hotness: undefined, score: 6, children: 0
Remus86 5 points 8 months ago

I know in zsh, fish, and nushell, you can press a key combo to jump into a text editor of your choice. You write your command there, with all the power and shortcuts in emacs, vim, nano (whatever you like to use). Then you save and exit, and it appears in your command line, ready to execute.

path: 0 20214584, hotness: undefined, score: 5, children: 0
Remus86 4 points 10 months ago path: 0 19110854, hotness: undefined, score: 4, children: 1
Remus86 2 points a month ago

I did. No idea how or why, though.

path: 0 23618949 23619914 23621215 23627243, hotness: undefined, score: 2, children: 0
Remus86 2 points 5 months ago

In X11 you can just use 'exec app-name' and it will replace the terminal window with the app. In Wayland, I got it to work with this:

setsid app-name & disown
sleep 1
exit

Without the 'sleep 1', it exits the terminal too quickly for the app to launch, at least when I tried it.

*Edit: In order for it to work as a script, you still need to type exec first. Or, in my case, I aliased "open-app" to "exec open-app".

path: 0 21590813 21620464, hotness: undefined, score: 2, children: 1
Remus86 2 points 2 months ago

I believe Rocky Linux is also a free clone of RHEL.

path: 0 23608007 23612177, hotness: undefined, score: 2, children: 0
Remus86 1 point 19 days ago

I think you still need to add an entry for it in fstab as well.

path: 0 24061989 24089637, hotness: undefined, score: 1, children: 0
Remus86 1 point a year ago

Do this instead to treat name as a locally scoped variable:

foo() {
    local name="$1"
    read -r -p "delete $name (default is no) [y/n]? " choice
    choice="${choice:-n}"
    echo "\$choice: $choice"
}

printf "%s\n" "foo" "bar" "baz" "eggs" "spam" | while read -r name; do
    foo "$name"
done
path: 0 18624252, hotness: undefined, score: 1, children: 0
Remus86 1 point 4 months ago

I look at it more like Artix exists to solve the one "problem" with Arch. As much as Arch is generally about user choice, the one thing it decided to be opinionated about was the mandatory use of systemd. Artix tries to follow Arch as closely as possible while providing the alternate init systems. I think that's pretty cool, even if their hatred of systemd is childish.

path: 0 22018976 22055222, hotness: undefined, score: 1, children: 0

thanks for using Leebra!

go to feed...