diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-07 06:00:22 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-07 06:00:22 +0200 |
commit | 449ccce733127619f7c7e3cf5dd75c82eb12bfa1 (patch) | |
tree | 7ad039275a3b22aad4ca4b6ef39fdef984c9b3c6 | |
parent | 61f72ac7532833cb8e464d4ca5bcf74bb6d1e888 (diff) |
added clickable workspaces
-rw-r--r-- | config/hyprland/waybar/config.jsonc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/hyprland/waybar/config.jsonc b/config/hyprland/waybar/config.jsonc index a5efc07..a067276 100644 --- a/config/hyprland/waybar/config.jsonc +++ b/config/hyprland/waybar/config.jsonc @@ -3,6 +3,9 @@ "modules-left": ["wlr/workspaces", "mpd"], "modules-center": ["hyprland/window"], "modules-right": ["network", "pulseaudio", "temperature", "cpu", "memory", "clock", "tray"], + "wlr/workspaces": { + "on-click": "activate", + }, "mpd": { "tooltip": false, "format": "{artist} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S})", |