diff --git a/content/posts/typing-emulate.md b/content/posts/typing-emulate.md index 79cadab..b66f2ac 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` необходимо добавить следующее: -```config +```conf #!/bin/bash xclip -selection clipboard -out | tr \\n \\r | xdotool selectwindow windowfocus type --clearmodifiers --delay 25 --window %@ --file - ```