From e162dff48c251e262f475de9261f0ecfa0f39dc4 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Thu, 30 May 2024 12:19:27 +1200 Subject: feat: Updated readme and added nix support Added a flake.nix and shell.nix and .envrc so nix+direnv will work well --- structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.h') diff --git a/structs.h b/structs.h index c2436f3..5273f52 100644 --- a/structs.h +++ b/structs.h @@ -26,8 +26,8 @@ enum TileDir struct RootData { std::vector floatingFrameIDs; + Window focus; //int workspaceNumber; - //int whichChildFocused = 0; }; struct Frame -- cgit v1.2.3