Compare commits

...

4 Commits

Author SHA1 Message Date
059c24ef6f
Update typing-emulate.md 2024-11-02 22:41:54 +01:00
751d0edc3f
Update typing-emulate.md 2024-11-02 22:16:52 +01:00
f82e30c1ff
Update hugo.yml 2024-11-02 22:13:36 +01:00
44c7c2a210
Update config.toml 2024-11-02 22:10:44 +01:00
3 changed files with 7 additions and 3 deletions

View File

@ -31,7 +31,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.119.0
HUGO_VERSION: 0.136.5
steps:
- name: Install Hugo CLI
run: |

View File

@ -32,7 +32,7 @@ name = "pgp"
url = "//keys.openpgp.org/pks/lookup?op=get&options=mr&search=im@fruw.org"
[[params.social]]
name = "keyoxide"
name = "id"
url = "//keyoxide.org/86a5f8191783e6f1"
[[params.social]]
@ -43,6 +43,10 @@ url = "//up.fruw.org"
name = "git"
url = "//github.com/fruworg"
[[params.social]]
name = "steam"
url = "//steamcommunity.com/id/fruworg"
[[params.social]]
name = "x"
url = "//x.com/fruworg"

View File

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