diff options
author | vaxerski <[email protected]> | 2022-10-24 18:36:31 +0100 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-10-24 18:36:31 +0100 |
commit | 69f1d7b3607bb088512420052b9e0d48e529772d (patch) | |
tree | c2e272ce748f90812abf2a1b0b6e322c43924d13 /src/Compositor.hpp | |
parent | e0bc952c8382992c2e9621865b94c904e728a8c3 (diff) | |
download | Hyprland-69f1d7b3607bb088512420052b9e0d48e529772d.tar.gz Hyprland-69f1d7b3607bb088512420052b9e0d48e529772d.zip |
Rework workspace rules
Diffstat (limited to 'src/Compositor.hpp')
-rw-r--r-- | src/Compositor.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Compositor.hpp b/src/Compositor.hpp index 68178246..c447425c 100644 --- a/src/Compositor.hpp +++ b/src/Compositor.hpp @@ -166,6 +166,7 @@ public: Vector2D parseWindowVectorArgsRelative(const std::string&, const Vector2D&); void forceReportSizesToWindowsOnWorkspace(const int&); bool cursorOnReservedArea(); + CWorkspace* createNewWorkspace(const int&, const int&, const std::string& name = ""); // will be deleted next frame if left empty and unfocused! std::string explicitConfigPath; |