mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
feat: add gpu-screen-recorder service
This commit is contained in:
parent
3ae125aef7
commit
270b807d8c
3 changed files with 133 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
# TODO: better qr script: click button, freeze screen, highlight qrs, overlay preview detected text, click to copy.
|
||||
# TODO ai speech indicator / toggle
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
nixosConfig,
|
||||
pkgs,
|
||||
|
@ -62,6 +63,10 @@ in {
|
|||
"SUPER,F11,exec,${getExe pkgs.scripts.screenshot-area-scan-qr}"
|
||||
"SUPER,F12,exec,${getExe pkgs.scripts.screenshot-screen}"
|
||||
|
||||
"SUPER,End,exec,${getExe config.lib.gpu-screen-recorder.save-replay}"
|
||||
"SUPER,Prior,exec,systemctl --user restart gpu-screen-recorder.service"
|
||||
"SUPER,Next,exec,systemctl --user stop gpu-screen-recorder.service"
|
||||
|
||||
# Per-window actions
|
||||
"SUPER,q,killactive,"
|
||||
"SUPER,return,fullscreen,"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue