To keep developers on the platform, because their own ecosystem is shit.
- 2 Posts
- 321 Comments
Sys env. It adds syntax highlighting to less. Needs the
highlight
tool of course, there are others.
LESSOPEN='| highlight --line-numbers -qs candy --out-format=xterm256 --stdout -i %s'
Depends on usecase and Xorg vs. Wayland. I like Niri on my Thinkpad with touchscreen, using Wayland.
MonkderVierte@lemmy.mlto Linux@lemmy.ml•In 2025 Fedora Silverblue has better plug and play than OSX....3·8 days agoIf it works, you can add the rmmod and modprobe to your login. Either to your Display Manager (login screen) or, since Silverblue uses Systemd and that command needs to be run as root, create a before-login service.
MonkderVierte@lemmy.mlto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Introducing a new open-source shadow library!English11·11 days agoThey can ignore US copyright laws there.
You’re looking for a Smartphone.
MonkderVierte@lemmy.mlto linuxmemes@lemmy.world•😳 tfw you find out your literal window runs linux14·14 days agoGo on, create a GUI-only boot process if you like to.
That’s a sham. Only basic stuff is open standard, the rest is proprietary extensions. Such a format can’t usually be standardized; there’s an entire Wikipedia article about MS’ shenanigans to make it happen. But MS doesn’t even keep to that ambiguous 600-pages standard anymore. Here’s fsfe’ stance to it, calling it a pseudo-standard.
Which results in basic formatting having to be reverse-engineered. Better use Open Document Format.
Wrong info, the Microsoft format is less compatible with everything else.
MonkderVierte@lemmy.mlto Linux@lemmy.ml•Massive data backup question: What Linux software do you folks recommend for helping sort out and organize terabytes of files and remove duplicates?4·14 days agoThat is filesystem-level. Btrfs and i think ZFS? have deduplication built in.
Btrfs gave me 150 GB on my 2 TB gaming disk that way.
MonkderVierte@lemmy.mlto Linux@lemmy.ml•Which X11 software keeps you from switching to Wayland?3·15 days agoXfwm. Taskbars are now wayland, but don’t autohide without the compositor supporting it.
MonkderVierte@lemmy.mlto Linux@lemmy.ml•Progress towards universal Copy/Paste shortcuts on Linux42·14 days agothere’s a growing adoption of keyboards with custom firmware– programmable keyboards
- There’s an error
- You have computers? We have computers to send keystrokes to our computers!
Edit: i mean, there’s software to remap your keyboard.
MonkderVierte@lemmy.mlto Linux@lemmy.ml•Adopting sudo-rs By Default in Ubuntu 25.10 | and status update on rust coreutils and rust PGP1·15 days ago¯_(ツ)_/¯ GPL of Linux didn’t help Android being more open either. And the driver being implemented in the kernel actually is an obstacle to it, @bunitor.
MonkderVierte@lemmy.mlto Linux@lemmy.ml•Adopting sudo-rs By Default in Ubuntu 25.10 | and status update on rust coreutils and rust PGP5·16 days agoThere’s RedoxOS already.
MonkderVierte@lemmy.mlto Linux@lemmy.ml•Adopting sudo-rs By Default in Ubuntu 25.10 | and status update on rust coreutils and rust PGP76·16 days agoWrong move. To make sudo more secure, you should instead ditch 90% of the features intended for server which nobody on desktop uses. 150 lines of C code is enough to provide sudo-like functionality on desktop, probably similiar in Rust.
Yeah, less is weird there with needing the pipe.