Deleted unused variable
This commit is contained in:
@@ -20,7 +20,6 @@ int main(int argc, char** argv) {
|
||||
else if (argc == 3 && argv[2] == std::string("-q")) {
|
||||
std::cout << HyprlandService::getActiveWorkspaceRule().toString() << std::endl;
|
||||
} else if (argc == 4 && argv[2] == std::string("-m")) {
|
||||
int workspace = 0;
|
||||
try {
|
||||
HyprlandService::moveToWorkspace(std::stoi(argv[3]));
|
||||
} catch (std::invalid_argument) {
|
||||
|
||||
Reference in New Issue
Block a user