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 &