A peace loving silly coffee-fueled humanoid carbon-based lifeform that likes #cinema #photography #linux #zxspectrum #retrogaming

  • 1 Post
  • 203 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle




  • Quazatron@lemmy.worldtoLinux@lemmy.mlAsteroidOS 2.0 Released
    link
    fedilink
    arrow-up
    106
    arrow-down
    1
    ·
    18 days ago

    I seem to have a tendency, a skill, a knack to choose and buy that specific hardware model that is not supported by these cool open source projects.

    Same thing happened with PostmarketOS, I have a box full of old phones that are specifically not supported.

    It’s a really shitty superpower.





  • I assumed primary is ctrl-c/ctrl-v and secondary is select/middle-click. I’ve never come across this ctrl-middle-click, it does the same with and without the ctrl key.

    I seen to recall reading something this week about a distro dropping middle click, so I probably conflated both issues and failed.

    But you’re right, I did not read the fine article.


  • I’ve been using the “select copy + middle click paste” since the late 90s.

    I find it useful for simple intra-document editing because you’re just using the mouse, no need to reach for the keyboard.

    It can be combined with the traditional copy/paste, say you have your password in the clipboard but you need to also copy some part of a long ssh command. You can have both and paste them on the command line one after the other.

    I know I’m a minority and this will eventually be dropped because it’s too confusing for the end users, man.

    Yes, I get it. But I’ll miss it.






  • The command line is perfect for lazy people like me. You spend a bit more putting together a little automation and shove it in a script in ~/bin and you can forget about how it’s done.

    Example: I have a small script that does the backup for me using Borg. It backups only the directories I want, ignores a bunch of stuff and keeps 6 months of backups. I spent some time crafting that but now I just plug my external HDD and type backup.sh. or if I’m feeling extra lazy I just click the desktop link.