waybar: Add same workspace option

Now it's possible to right click to open an application on the same
workspace.
This commit is contained in:
Donovan Glover 2023-05-23 19:09:10 -04:00
parent 8258530c58
commit babd93ba62
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -61,6 +61,7 @@
"custom/new-workspace" = {
"format" = "+";
"on-click" = "hyprctl dispatch workspace empty && rofi -show drun";
"on-click-right" = "rofi -show drun";
"tooltip" = false;
};
};