src/Configuration.h
branchv_0
changeset 11 3948229234cd
parent 8 b498160cc2ab
--- a/src/Configuration.h	Sat Apr 10 21:10:17 2021 +0200
+++ b/src/Configuration.h	Sun Apr 11 14:37:11 2021 +0200
@@ -33,6 +33,8 @@
 	bool listWindows = false;
 	bool listScreens = false;
 
+	bool inheritProcessIdInWindowList = true;
+
 	virtual ~Configuration() {
 	}
 };