From 74acb0135c0e3f8b2e17d806b3d1de2da646f016 Mon Sep 17 00:00:00 2001 From: joelazar Date: Wed, 30 Aug 2023 11:02:36 +0200 Subject: [PATCH] :wrench: update obsidian script and prettier config --- dot_prettierrc.json | 2 +- private_dot_local/bin/executable_obsidian | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_prettierrc.json b/dot_prettierrc.json index d4129db9..fe372ad6 100644 --- a/dot_prettierrc.json +++ b/dot_prettierrc.json @@ -1,5 +1,5 @@ { - "singleQuote": true, + "singleQuote": false, "trailingComma": "all", "semi": true, "tabWidth": 2 diff --git a/private_dot_local/bin/executable_obsidian b/private_dot_local/bin/executable_obsidian index 3d91fa33..a9d990f5 100644 --- a/private_dot_local/bin/executable_obsidian +++ b/private_dot_local/bin/executable_obsidian @@ -1,3 +1,3 @@ #!/bin/bash -exec /usr/bin/obsidian --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-gpu &>/dev/null & +exec /usr/bin/obsidian --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-gpu "$@" &>/dev/null & -- 2.51.2