1
0
mirror of https://github.com/fruworg/fruworg.github.io.git synced 2025-05-13 19:40:40 +03:00

Update typing-emulate.md

This commit is contained in:
ruslan 2024-10-24 20:50:45 +02:00 committed by GitHub
parent cae767240c
commit d2c595f724
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -15,7 +15,7 @@ rpm --nodeps -e xdg-desktop-portal-gnome
В файл `/usr/local/bin/easyclipboard` необходимо добавить следующее:
```conf
```config
#!/bin/bash
xclip -selection clipboard -out | tr \\n \\r | xdotool selectwindow windowfocus type --clearmodifiers --delay 25 --window %@ --file -
```