diff --git a/.envrc b/.envrc new file mode 100644 index 00000000..85fa6ad8 --- /dev/null +++ b/.envrc @@ -0,0 +1 @@ +export PKG_CONFIG_PATH=/usr/lib/wlroots0.17/pkgconfig diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..4e3c6f8a --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "editor.formatOnSave": false, + "C_Cpp.default.compileCommands": "/home/alex/forks/swayfx/builddir/compile_commands.json", + "C_Cpp.default.configurationProvider": "mesonbuild.mesonbuild", + "files.associations": { + "*.h": "c" + } +} \ No newline at end of file