Compare commits

..

No commits in common. "059c24ef6f498961d2f032be4d0d969a6d5a35f8" and "d2c595f7240ff87c1f3111f131ea787fe8b5e0fd" have entirely different histories.

3 changed files with 3 additions and 7 deletions

View File

@ -31,7 +31,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.136.5
HUGO_VERSION: 0.119.0
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 = "id"
name = "keyoxide"
url = "//keyoxide.org/86a5f8191783e6f1"
[[params.social]]
@ -43,10 +43,6 @@ 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` необходимо добавить следующее:
```json
```config
#!/bin/bash
xclip -selection clipboard -out | tr \\n \\r | xdotool selectwindow windowfocus type --clearmodifiers --delay 25 --window %@ --file -
```