diff --git a/.obsidian/core-plugins-migration.json b/.obsidian/core-plugins-migration.json new file mode 100644 index 0000000..92b4d59 --- /dev/null +++ b/.obsidian/core-plugins-migration.json @@ -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 +} \ No newline at end of file diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json index ad98a0e..c1e89af 100644 --- a/.obsidian/core-plugins.json +++ b/.obsidian/core-plugins.json @@ -4,6 +4,7 @@ "switcher", "graph", "backlink", + "canvas", "tag-pane", "page-preview", "note-composer", diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 5b6aa7d..4115cb1 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -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" ] } \ No newline at end of file diff --git a/KB/Linux/Desktop/Steam.md b/KB/Linux/Desktop/Steam.md new file mode 100644 index 0000000..e82c08e --- /dev/null +++ b/KB/Linux/Desktop/Steam.md @@ -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% +``` +