My Blog, build with Norgolith blog.ladas552.me
blog

new home message and more on ajazz

Ladas552 d22daa57 b57f455d

+36 -8
+2
content/index.norg
··· 13 14 * HiO! 15 This is the *Site/Blog* of {:/meta/about:}[Ladas552] - have fun browsing it and read some recent posts below!
··· 13 14 * HiO! 15 This is the *Site/Blog* of {:/meta/about:}[Ladas552] - have fun browsing it and read some recent posts below! 16 + 17 + To note: I am not interested in your data, *github hosting* does it's own things. The Site's javascript only exists to redirect on safari browser users and for the footer to check client side scrolling.
+30 -4
content/posts/Ajazz.norg
··· 6 hardware 7 ] 8 created: 2025-11-25 9 - updated: 2025-11-25T15:21:09 10 draft: true 11 layout: post 12 version: 1.1.1 ··· 38 39 Yeah, don't ask much from Chinese products or so I learned with them. Cheap products are rarely customizeable anyways, and come as is. 40 41 - *** Typing experience 42 - As it is my first 43 44 - *lunch break* lol 15:27 2025-11-25
··· 6 hardware 7 ] 8 created: 2025-11-25 9 + updated: 2025-11-27T17:01:53 10 draft: true 11 layout: post 12 version: 1.1.1 ··· 38 39 Yeah, don't ask much from Chinese products or so I learned with them. Cheap products are rarely customizeable anyways, and come as is. 40 41 + ** Usage 42 + *** Typing 43 + Right of the bed, I don't write a lot, nor I have to use an arm rests or other stuff. I don't even follow home row typing practices. So my typing experience is only about mechanical implications. For example: I love having *lots of keys*! 44 45 + It's a 1800-layout keyboard, which basically means it's full-size but with tighter key layout. Makes it easy to balance the board on my lap. And each key is really sensitive, so doesn't need lots of force to type. Considering there is no rebound on this keyboard, and the springs are pretty stiff, it makes fingers hurt a lot less during typing. 46 + 47 + But that's also the catch, because it can lead to double taps if you fingers aren't quick enough to lift. Also I noticed that in bluetooth mode, the keys can *double tap*, so be careful about that on your phone. 48 + 49 + *** Utility 50 + So it got a knob, *the best thing since sliced bread*, if we assume sliced bread also has a knob. I used it everyday. It feels so nice to rotate, it got little mechanical feedback. By default it outputs the `XF86AudioRaiseVolume` and `XF86AudioLowerVolume` respectively. But, thous are just keys! You can assign anything to thous keys, for example: I added keybind with a mod key to adjust brightness on my niri. 51 + 52 + @code nix 53 + ## Brightness with a knob 54 + "Super+XF86AudioRaiseVolume" = { 55 + allow-when-locked = true; 56 + action = spawn [ 57 + "brightnessctl" 58 + "set" 59 + "2%+" 60 + ]; 61 + }; 62 + "Super+XF86AudioLowerVolume" = { 63 + allow-when-locked = true; 64 + action = spawn [ 65 + "brightnessctl" 66 + "set" 67 + "2%-" 68 + ]; 69 + }; 70 + @end
+4 -4
flake.lock
··· 20 }, 21 "nixpkgs": { 22 "locked": { 23 - "lastModified": 1762686035, 24 - "narHash": "sha256-rzt3aYsEMKvwNXW0H/6J2z733gqS4g1IXd1pDUWzVpk=", 25 - "rev": "b6a8526db03f735b89dd5ff348f53f752e7ddc8e", 26 "type": "tarball", 27 - "url": "https://releases.nixos.org/nixos/unstable/nixos-25.11pre891611.b6a8526db03f/nixexprs.tar.xz" 28 }, 29 "original": { 30 "type": "tarball",
··· 20 }, 21 "nixpkgs": { 22 "locked": { 23 + "lastModified": 1763966396, 24 + "narHash": "sha256-r3JipNKafTOQfXuqez57wro7KnwNsqvMFGQ7b48pcfo=", 25 + "rev": "5ae3b07d8d6527c42f17c876e404993199144b6a", 26 "type": "tarball", 27 + "url": "https://releases.nixos.org/nixos/unstable/nixos-25.11pre901419.5ae3b07d8d65/nixexprs.tar.xz" 28 }, 29 "original": { 30 "type": "tarball",