From babd93ba628ab6c71dd8f4d177c82a1139b4dacd Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 23 May 2023 19:09:10 -0400 Subject: [PATCH] waybar: Add same workspace option Now it's possible to right click to open an application on the same workspace. --- desktop/waybar/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/waybar/default.nix b/desktop/waybar/default.nix index d2457ba0..43827a01 100644 --- a/desktop/waybar/default.nix +++ b/desktop/waybar/default.nix @@ -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; }; };