Commit 3a141a6262e9

Vincent Demeester <vincent@sbr.pm>
2026-05-06 14:42:05
feat: add wooz screen magnifier with Mod+Z binding
Added wooz wayland magnifier to niri packages and bound it to Mod+Z with inverted scroll direction.
1 parent e9917b5
Changed files (2)
dots
config
home
common
desktop
dots/config/niri/config.kdl
@@ -223,6 +223,7 @@ binds {
     // Mod+T { spawn "bash" "-c" "notify-send hello && exec alacritty"; }
     // bindcode ${mod}+42 exec wl-kbptr -o modes=floating','click -o mode_floating.source=detect
     //  bindcode ${mod}+Shift+42 mode Mouse
+    Mod+Z hotkey-overlay-title="Screen Magnifier" { spawn "wooz" "--invert-scroll"; }
     Mod+E hotkey-overlay-title="Mouse click" { spawn "wl-kbptr" "-o" "modes=floating,click" "-o" "mode_floating.source=detect";}
 
     Mod+T { spawn "bash" "-c" "notify-send --icon=clock --category=info --urgency=critical \"$(date +\"%I:%M\")\""; }
home/common/desktop/niri/default.nix
@@ -26,6 +26,7 @@
     wofi
     rofimoji
     swaybg
+    wooz
   ];
 
   services = {