mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-06 23:21:57 -07:00
R> is redundant
This commit is contained in:
@@ -102,9 +102,9 @@ int main(int argc, char** argv) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (!strcmp(argv[1], "monitors")) request("R>monitors");
|
||||
else if (!strcmp(argv[1], "clients")) request("R>clients");
|
||||
else if (!strcmp(argv[1], "workspaces")) request("R>workspaces");
|
||||
if (!strcmp(argv[1], "monitors")) request("monitors");
|
||||
else if (!strcmp(argv[1], "clients")) request("clients");
|
||||
else if (!strcmp(argv[1], "workspaces")) request("workspaces");
|
||||
else {
|
||||
printf(USAGE.c_str());
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user