1 point

Adding a terminal multiplexer. Now I understand why UNIX is an IDE.

permalink
report
reply
11 points

This nice little one liner bash script, assigned to a shortcut Meta +Shift + O. It opens the flameshot GUI, let’s you select an area of text in your screen and click Ok. It OCRs the screenshot and puts it into the clipboard. It checks for whether you’re using Wayland or X11 to use the appropriate clipboard tool. Beyond the more typical text in an image scenario, it’s a convenient way to copy non-selectable text in error popups. Not my original idea, copied the concept from a suggestion in a GitHub comment thread and adapted it.

exec &> /dev/null [ “$XDG_SESSION_TYPE” = “wayland” ] && (flameshot gui --raw | tesseract stdin stdout | wl-copy) || (flameshot gui --raw | tesseract stdin stdout | xclip -in -selection clipboard)

permalink
report
reply
11 points

Deciding on the folder where to keep backups to cloudsync so i can reinstall everything from scratch.

permalink
report
reply
5 points
*

Reinstalled Arch. I had used Arch way back in 2006, but fell out of Linux because I primarily game. Now that proton has improved so much, I dropped my windows install completely. I have tumbleweed on my desktop but decided to try a real Arch install on my laptop. I appreciate how easy tumbleweed was to create an encrypted lvm with snapper rollback, but wanted to understand it a little more instead of having a GUI do it all for me.

Last night I successfully installed Arch with an “luks on lvm” setup, and was able to successfully boot! I didn’t quite get snapper working 100% either rEFInd, but I think I’m close.

I definitely appreciate how easy Linux is to install now, but it’s good to know I can do it the hard way if I need to, and learn some things along the way.

permalink
report
reply
18 points

Definitely my Framework 13 AMD. This machine is truly perfect

permalink
report
reply
9 points

How’s the battery life? I was considering one recently but saw some claim that the battery would only last 4-6 hours and that put me off.

permalink
report
parent
reply
2 points

I have the 55Wh battery. When I’m not using the Power Saver profile, I’d say it lasts for 5-6 hours. Using the Power Saver profile, I get around 6-7h. Keep in mind I have the base Ryzen 5 model and 16GB of RAM, so power utilization may vary depending on your configuration

permalink
report
parent
reply
3 points

What would be a configuration to maximize battery life?

permalink
report
parent
reply

Linux

!linux@programming.dev

Create post

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

Community stats

  • 2.4K

    Monthly active users

  • 894

    Posts

  • 7.7K

    Comments