Manual backup: 2022-12-22 17:20:50
This commit is contained in:
parent
3d8ba9f5b9
commit
0bbac22bde
4 changed files with 69 additions and 18 deletions
29
.obsidian/core-plugins-migration.json
vendored
Normal file
29
.obsidian/core-plugins-migration.json
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"file-explorer": true,
|
||||
"global-search": true,
|
||||
"switcher": true,
|
||||
"graph": true,
|
||||
"backlink": true,
|
||||
"outgoing-link": false,
|
||||
"tag-pane": true,
|
||||
"page-preview": true,
|
||||
"daily-notes": false,
|
||||
"templates": false,
|
||||
"note-composer": true,
|
||||
"command-palette": true,
|
||||
"slash-command": false,
|
||||
"editor-status": false,
|
||||
"starred": true,
|
||||
"markdown-importer": true,
|
||||
"zk-prefixer": false,
|
||||
"random-note": false,
|
||||
"outline": false,
|
||||
"word-count": true,
|
||||
"slides": false,
|
||||
"audio-recorder": false,
|
||||
"workspaces": false,
|
||||
"file-recovery": true,
|
||||
"publish": false,
|
||||
"sync": false,
|
||||
"canvas": true
|
||||
}
|
1
.obsidian/core-plugins.json
vendored
1
.obsidian/core-plugins.json
vendored
|
@ -4,6 +4,7 @@
|
|||
"switcher",
|
||||
"graph",
|
||||
"backlink",
|
||||
"canvas",
|
||||
"tag-pane",
|
||||
"page-preview",
|
||||
"note-composer",
|
||||
|
|
42
.obsidian/workspace.json
vendored
42
.obsidian/workspace.json
vendored
|
@ -4,19 +4,15 @@
|
|||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "a60f251a58fb1f3b",
|
||||
"id": "db4491ebbae11d9b",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "a810e9b4ae6a2531",
|
||||
"id": "488b1238752d350d",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "KB/Linux/Desktop/sway.md",
|
||||
"mode": "preview",
|
||||
"source": true
|
||||
}
|
||||
"type": "empty",
|
||||
"state": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -85,7 +81,6 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "KB/Linux/Desktop/sway.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -114,17 +109,28 @@
|
|||
"width": 464.5,
|
||||
"collapsed": true
|
||||
},
|
||||
"active": "a810e9b4ae6a2531",
|
||||
"left-ribbon": {
|
||||
"hiddenItems": {
|
||||
"templater-obsidian:Templater": false,
|
||||
"markdown-table-editor:Open Markdown Table Editor": false,
|
||||
"switcher:Open quick switcher": false,
|
||||
"graph:Open graph view": false,
|
||||
"canvas:Create new canvas": false,
|
||||
"command-palette:Open command palette": false,
|
||||
"markdown-importer:Open format converter": false
|
||||
}
|
||||
},
|
||||
"active": "488b1238752d350d",
|
||||
"lastOpenFiles": [
|
||||
"README.md",
|
||||
"KB/Linux/Desktop/Steam.md",
|
||||
"KB/Linux/Server/DNS.md",
|
||||
"KB/Linux/Server/Domains.md",
|
||||
"KB/Linux/Server/PostgreSQL.md",
|
||||
"KB/Linux/Server/Remote unlocking at boot.md",
|
||||
"KB/Linux/Server/Security hardening.md",
|
||||
"KB/Linux/Wireguard.md",
|
||||
"KB/Linux/Desktop/Theming Qt and Gtk.md",
|
||||
"KB/Linux/GNOME.md",
|
||||
"KB/Windows/Bootstrap.md",
|
||||
"Untitled.md",
|
||||
"KB/Linux/Server/Bootstrap.md",
|
||||
"_Templates/Note Template.md"
|
||||
"KB/Linux/Server/SSH Guard, iptables.md",
|
||||
"KB/Linux/Desktop/sway.md",
|
||||
"README.md",
|
||||
"KB/Linux/Wireguard.md"
|
||||
]
|
||||
}
|
15
KB/Linux/Desktop/Steam.md
Normal file
15
KB/Linux/Desktop/Steam.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
creation date: 2022-12-22
|
||||
tags: [steam,gamescope,fps,limit]
|
||||
---
|
||||
|
||||
Set as Steam launch options
|
||||
|
||||
```shell
|
||||
# limit to 90 fps with -r
|
||||
ENABLE_VKBASALT=1 AMD_VULKAN_ICD=RADV mangohud gamescope -f -w 2560 -h 1440 -H 1440 -r 90 -- %command%
|
||||
|
||||
# requires gamemoderun-custom on $PATH
|
||||
gamemoderun-custom %command%
|
||||
```
|
||||
|
Loading…
Reference in a new issue