add xnee for x11 macros
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 10m29s

This commit is contained in:
Ingolf Wagner 2024-11-15 16:25:37 +07:00
parent ff60ed5400
commit e0ad591fc5
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -55,6 +55,14 @@ with lib;
#seamly2d #seamly2d
#valentina #valentina
# xorg/x11 macros
# ---------------
# wait 2 secs, than record mouse movements (use Ctrl-C to stop recording)
# > cnee --record --mouse -o ./mouse-events.xnl --time 2
# replay 3 times the mouse movements (zsh only)
# > repeat 3 cnee --time 2 --replay -f ./mouse-events.xnl
xnee
]; ];
}; };