diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 2993d56..5f7195b 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -9,6 +9,8 @@ "on-scroll-up" : "riverctl focus-view next", "on-scroll-down" : "riverctl focus-view previous", "on-click-middle" : "riverctl close", + "on-click" : "riverctl send-to-output -current-tags previous", + "on-click-right" : "riverctl send-to-output -current-tags next" }, "river/mode" : { diff --git a/waybar/style.css b/waybar/style.css index 98c429d..55141e5 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -1,5 +1,5 @@ * { - font-size: 15px; + font-size: 13px; font-family: monospace; }