mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2025-01-18 20:00:51 +03:00
Compare commits
4 Commits
d2c595f724
...
059c24ef6f
Author | SHA1 | Date | |
---|---|---|---|
059c24ef6f | |||
751d0edc3f | |||
f82e30c1ff | |||
44c7c2a210 |
2
.github/workflows/hugo.yml
vendored
2
.github/workflows/hugo.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
HUGO_VERSION: 0.119.0
|
HUGO_VERSION: 0.136.5
|
||||||
steps:
|
steps:
|
||||||
- name: Install Hugo CLI
|
- name: Install Hugo CLI
|
||||||
run: |
|
run: |
|
||||||
|
@ -32,7 +32,7 @@ name = "pgp"
|
|||||||
url = "//keys.openpgp.org/pks/lookup?op=get&options=mr&search=im@fruw.org"
|
url = "//keys.openpgp.org/pks/lookup?op=get&options=mr&search=im@fruw.org"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "keyoxide"
|
name = "id"
|
||||||
url = "//keyoxide.org/86a5f8191783e6f1"
|
url = "//keyoxide.org/86a5f8191783e6f1"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
@ -43,6 +43,10 @@ url = "//up.fruw.org"
|
|||||||
name = "git"
|
name = "git"
|
||||||
url = "//github.com/fruworg"
|
url = "//github.com/fruworg"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
name = "steam"
|
||||||
|
url = "//steamcommunity.com/id/fruworg"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "x"
|
name = "x"
|
||||||
url = "//x.com/fruworg"
|
url = "//x.com/fruworg"
|
||||||
|
@ -15,7 +15,7 @@ rpm --nodeps -e xdg-desktop-portal-gnome
|
|||||||
|
|
||||||
В файл `/usr/local/bin/easyclipboard` необходимо добавить следующее:
|
В файл `/usr/local/bin/easyclipboard` необходимо добавить следующее:
|
||||||
|
|
||||||
```config
|
```json
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
xclip -selection clipboard -out | tr \\n \\r | xdotool selectwindow windowfocus type --clearmodifiers --delay 25 --window %@ --file -
|
xclip -selection clipboard -out | tr \\n \\r | xdotool selectwindow windowfocus type --clearmodifiers --delay 25 --window %@ --file -
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user