Too bad it runs Windows (by default)
- 0 Posts
- 34 Comments
That’s what a computer should look like, imo
So tired of all this oversimplification and enlarging of UI elements so they don’t disappear behind peoples’ thumbs
I use a MOUSE, not a HAND
/s
flameleaf@lemmy.worldto
Technology@lemmy.world•Youtube frontend, Grayjay is coming to SteamEnglish
1·6 days agoWhich is it?!
flameleaf@lemmy.worldto
RetroGaming@lemmy.world•Which Rhythm Tengoku (or other retro games) song do you guys consider the best option for a phone ringtone?English
5·8 days agoI bound the Ace Attorney save game jingles to my coffee maker timer. Now every time I replay those games I reach for a cup.
flameleaf@lemmy.worldto
Technology@lemmy.world•Kids Spend Hours in School on Screens. And for What? More Screen Time, Worse ScoresEnglish
1·10 days agoWhen I was a kid we had to draw our own distractions on our notebooks, in ballpoint pen! (or pencil)
flameleaf@lemmy.worldto
linuxmemes@lemmy.world•Yet Another Video Player With Less ControlsEnglish
3·21 days agoI like how ffplay treats the entire video as a progress bar. I can right-click anywhere to do precision seeking.
It’s also very extensible through bash and other ffmpeg tools. I have it set up as a script on my system that scans the video file first with ffprobe to get the mean audio level of the file, then adjust it based on the universal volume level I have set when it opens with the player, so nothing ends up too loud or too quiet.
Piping yt-dlp output into ffplay is pretty simple too, but I prefer caching downloads to my Video directory first rather than watching them directly from my RSS reader.
yt-dlp also has sponsorblock support, btw.
flameleaf@lemmy.worldto
linuxmemes@lemmy.world•Yet Another Video Player With Less ControlsEnglish
3·21 days agoFor me, its ffplay
flameleaf@lemmy.worldto
linuxmemes@lemmy.world•How often do you update your system?English
2·24 days agoyay every day
I use bash extensively. I poll video files with ffprobe to get the audio level and video resolution to set a universal standard volume and custom window positions per file depending on what other applications are open.
I understand that all this is a security risk / too obscure of a feature from Wayland’s perspective. I’ll probably stick to X11 for as long as possible.
Are KDE’s window rules accessible through bash? Can it work on individual window titles (i.e. different browser tabs in Firefox)?
Speaking as an Xfce user, I’d prefer a DE-neutral option, but if I must use Wayland, maybe KDE is worth another try.
flameleaf@lemmy.worldto
linuxmemes@lemmy.world•How often do you update your system?English
10·26 days agoOnce a day
Looks like a hotkey daemon. That helps, but the crux of my issue is that on X11, xdotool can read the window names, size, position, and move them between workspaces and monitors.
Window manager automation. I use hotkeys to resize and move windows based on their title, pin them to certain monitors, etc…
ydotoolis a step in the right direction, but AFAIK it can only simulate mouse and keyboard input
Debian is solid as fuck, perfect for work computers, but I like tinkering with bleeding edge software on the AUR in my free time.
When a huge batch of laptops at my workplace that couldn’t support Windows 11 stopped receiving updates, I switched them to Mint for a drop-in-replacement that wouldn’t scare them too much. Now that they’re used to it Debian is probably the next step.
flameleaf@lemmy.worldto
Technology@lemmy.world•DuckDuckGo poll says 90% responders don't want AIEnglish
5·29 days agoI don’t mind the AI overviews, but they shouldn’t show up every time you do a search.
Debian on my production servers, Arch Linux as my daily driver, Linux Mint on the devices I manage for normies.
sl | lolcatsl | toilet
flameleaf@lemmy.worldto
Technology@lemmy.world•Microsoft Confirms Windows 11 January 2026 Update Issues, Releases FixesEnglish
4·1 month agoWindows Update: stop what you’re doing its time to test my latest bugs
AUR pkgbuild files are basically just bash scripts. You can integrate them with anything.