From 059c24ef6f498961d2f032be4d0d969a6d5a35f8 Mon Sep 17 00:00:00 2001 From: ruslan Date: Sat, 2 Nov 2024 22:41:54 +0100 Subject: [PATCH] Update typing-emulate.md --- content/posts/typing-emulate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/typing-emulate.md b/content/posts/typing-emulate.md index 9ce593f..9f88a26 100644 --- a/content/posts/typing-emulate.md +++ b/content/posts/typing-emulate.md @@ -15,7 +15,7 @@ rpm --nodeps -e xdg-desktop-portal-gnome В файл `/usr/local/bin/easyclipboard` необходимо добавить следующее: -``` +```json #!/bin/bash xclip -selection clipboard -out | tr \\n \\r | xdotool selectwindow windowfocus type --clearmodifiers --delay 25 --window %@ --file - ```