Implement window move (#2018)
This commit is contained in:
parent
fa4aef4531
commit
7b43f9f056
4 changed files with 76 additions and 54 deletions
|
|
@ -26,8 +26,7 @@ struct SKeybind {
|
|||
bool shadowed = false;
|
||||
};
|
||||
|
||||
enum eFocusWindowMode
|
||||
{
|
||||
enum eFocusWindowMode {
|
||||
MODE_CLASS_REGEX = 0,
|
||||
MODE_TITLE_REGEX,
|
||||
MODE_ADDRESS,
|
||||
|
|
@ -90,7 +89,7 @@ class CKeybindManager {
|
|||
void updateXKBTranslationState();
|
||||
bool ensureMouseBindState();
|
||||
|
||||
static bool tryMoveFocusToMonitorInDirection(const char&);
|
||||
static bool tryMoveFocusToMonitor(CMonitor* monitor);
|
||||
|
||||
// -------------- Dispatchers -------------- //
|
||||
static void killActive(std::string);
|
||||
|
|
@ -109,6 +108,7 @@ class CKeybindManager {
|
|||
static void focusCurrentOrLast(std::string);
|
||||
static void centerWindow(std::string);
|
||||
static void moveActiveTo(std::string);
|
||||
static void swapActive(std::string);
|
||||
static void toggleGroup(std::string);
|
||||
static void changeGroupActive(std::string);
|
||||
static void alterSplitRatio(std::string);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue