properly handling config paths

This commit is contained in:
Jarcode
2017-12-01 22:46:31 -08:00
parent 11b50f1ee4
commit 75033a09aa
6 changed files with 199 additions and 108 deletions

View File

@@ -45,6 +45,11 @@
*/
#request setxwintype "normal"
/* PulseAudio source. Can be a number or a name of an audio
sink or device to record from. Set to "auto" to use the
default output device. */
#request setsource "auto"
/* GLFW buffer swap interval (vsync), set to '0' to prevent
waiting for refresh, '1' (or more) to wait for the specified
amount of frames. */
@@ -139,3 +144,5 @@
you _absolutely_ know what you are doing. */
#request setversion 3 3
#request setshaderversion 330
#include "custom.glsl"