mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-03-05 23:04:45 +00:00
Added workspace windowrule
This commit is contained in:
@ -161,7 +161,7 @@ void CKeybindManager::toggleActivePseudo(std::string args) {
|
||||
g_pLayoutManager->getCurrentLayout()->recalculateWindow(ACTIVEWINDOW);
|
||||
}
|
||||
|
||||
void CKeybindManager::changeworkspace(std::string args) {
|
||||
void CKeybindManager::gichangeworkspace(std::string args) {
|
||||
int workspaceToChangeTo = 0;
|
||||
std::string workspaceName = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user