3
0
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:
vaxerski
2022-04-21 17:17:47 +02:00
parent 064e40d25f
commit 2b8b34d8db
3 changed files with 14 additions and 5 deletions

View File

@ -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 = "";