summaryrefslogtreecommitdiff
path: root/structs.h
diff options
context:
space:
mode:
authorBossCode45 <human.cyborg42@gmail.com>2024-05-30 12:19:27 +1200
committerBossCode45 <human.cyborg42@gmail.com>2024-05-30 12:19:27 +1200
commite162dff48c251e262f475de9261f0ecfa0f39dc4 (patch)
tree32492f6c22e1b85c811f8a52942857c1f2773a1d /structs.h
parent2c9d13e954c2ee66ff4d43949bedc73e60637a34 (diff)
downloadYATwm-e162dff48c251e262f475de9261f0ecfa0f39dc4.tar.gz
YATwm-e162dff48c251e262f475de9261f0ecfa0f39dc4.zip
feat: Updated readme and added nix support
Added a flake.nix and shell.nix and .envrc so nix+direnv will work well
Diffstat (limited to 'structs.h')
-rw-r--r--structs.h2
1 files changed, 1 insertions, 1 deletions
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<int> floatingFrameIDs;
+ Window focus;
//int workspaceNumber;
- //int whichChildFocused = 0;
};
struct Frame