added fakefullscreen

This commit is contained in:
vaxerski
2023-01-01 16:54:13 +01:00
parent 7525818097
commit cb4f748226
4 changed files with 15 additions and 2 deletions

View File

@@ -25,8 +25,7 @@ struct SKeybind {
bool shadowed = false;
};
enum eFocusWindowMode
{
enum eFocusWindowMode {
MODE_CLASS_REGEX = 0,
MODE_TITLE_REGEX,
MODE_ADDRESS,
@@ -91,6 +90,7 @@ class CKeybindManager {
static void toggleActivePseudo(std::string);
static void changeworkspace(std::string);
static void fullscreenActive(std::string);
static void fakeFullscreenActive(std::string);
static void moveActiveToWorkspace(std::string);
static void moveActiveToWorkspaceSilent(std::string);
static void moveFocusTo(std::string);