• 1 Post
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2025

help-circle


  • Thanks so much for that detailed explanation!

    Whooo the Voyager, so nice! That’s been on my list for quite a while now, must be so handy. If only that price could come down a bit :)

    20 wpm is brutal! That brings back memories from the dvorak struggles haha. So frustrating. But a good strategy of yours, to do the switch along with the voyager, that way the frustration isn’t focused on one particular thing which can then be easily tossed aside.

    Ergonomics are important to me too, as I’m not really a spring chicken any more. I already switched to a trackball mouse, as that gave me the most problems in my hand muscles, they’ve gone entirely ever since. But my posture at the desk is still an issue, so voyager might help me out there.

    I also see Colemak is more modern (than dvorak) and keeps a lot of the punctuation and shortcut keys in the same position compared to qwerty, that’s encouraging. I also see -DH moves d and h so the vim shortcuts remain? Ingenious, absolutely perfect! I feel giddy now, I might give Colemak-DH a try this weekend (and hopefully longer).

    Vim had quite a few learning resources, little games to make me get used to the bindings/motions. Did you use similar games or exercises to train your Colemak-DH muscle memory?


  • backed up somewhere

    yea they’re in a git repo, one of the benefits of doing this

    I don’t think it will be a matter of combining, more of commenting out one import while uncommenting the other (I hope 😆)

    Different shortcuts, so custom setups for everything hmm. I don’t think NixOS has much if any advantage here :)

    Have you been doing Colemak for long? I’ve always wanted to get off this qwerty, but the brief stint over at dvorak wasn’t too great. But I’ve since pushed through learning vim … somewhat, seems a similar wall of frustration. I might be up for another challenge.

    Why did you choose Colemak?


  • hmm those configs get added to the nix files, not sure how I leverage that include directive in such an environment. Should be fun to find out!

    NixOS wasn’t that bad. I’m not that familiar with the nitty-gritty of Linux so yes it was tough the first days. Setting up everything just right, recreating the Sway layout from before. Still, once that works, it’s smooth sailing. I’ve not yet had the misfortune of having to do a reinstall, perhaps I’ll reconsider then 🤣





  • Yea that 100 searches runs out really quickly! That’s how they get you: offer a great service for free with limits, a very cheap subscription to switch to, and within months you’re on it :D But I do like it. Upvoting, downvoting sources so they move up or down in each subsequent ranking, or blocking sources outright. All very convenient!

    As for the bars, waybar on the EOS version, but what the vanilla sway came with, I can’t remember. Also, I made the switch to niri+DMS last week, saying goodbye to Sway after many years. Mainly for the extra workspaces, as the 9 in sway was too limited.





  • After half a year of using it as main driver, I’m still loving nixOS. My entire sway config is in a git repo now, along with the rest of my system config. So nice not having to scrounge around for all the different dotfiles to back up, just the flakes directory.

    Do I need to temporarily use a tool not installed? nix-shell to the rescue. Do I need a special shell with commands for the projects I’m currently working on? I just add a .nix file to the project and nix-shell comes to the rescue again. So elegant.