You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Script/Script.cpp
+1-16Lines changed: 1 addition & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,11 @@
2
2
#include"convar.h"
3
3
#include"color_helpers.h"
4
4
#include"../log.hpp"
5
+
#include"Utils/DirHelpers.h"
5
6
6
7
#include<filesystem>
7
8
#include<algorithm>
8
9
9
-
std::string_view GetHomeDir();
10
-
11
10
namespacegamescope
12
11
{
13
12
usingnamespacestd::literals;
@@ -18,20 +17,6 @@ namespace gamescope
18
17
static ConVar<bool> cv_script_use_local_scripts{ "script_use_local_scripts", false, "Whether or not to use the local scripts (../config) as opposed to the ones in /etc/gamescope.d" };
19
18
static ConVar<bool> cv_script_use_user_scripts{ "script_use_user_scripts", true, "Whether or not to use user config scripts ($XDG_CONFIG_DIR/gamescope) at all." };
0 commit comments