mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2025-01-18 11:50:52 +03:00
Compare commits
No commits in common. "059c24ef6f498961d2f032be4d0d969a6d5a35f8" and "d2c595f7240ff87c1f3111f131ea787fe8b5e0fd" have entirely different histories.
059c24ef6f
...
d2c595f724
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.136.5
|
HUGO_VERSION: 0.119.0
|
||||||
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 = "id"
|
name = "keyoxide"
|
||||||
url = "//keyoxide.org/86a5f8191783e6f1"
|
url = "//keyoxide.org/86a5f8191783e6f1"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
@ -43,10 +43,6 @@ 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` необходимо добавить следующее:
|
||||||
|
|
||||||
```json
|
```config
|
||||||
#!/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