add xnee for x11 macros
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 10m29s
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 10m29s
This commit is contained in:
parent
ff60ed5400
commit
e0ad591fc5
1 changed files with 8 additions and 0 deletions
|
@ -55,6 +55,14 @@ with lib;
|
|||
#seamly2d
|
||||
#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
|
||||
|
||||
];
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue