From 37a4235e5cd6b4e118ff424e3fc0c1c40aa56176 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Mon, 2 Sep 2024 20:40:47 +0200 Subject: [PATCH] add gui workspace switching --- .../home/panels/eww/configDir/bottomBar/bottomBar.yuck | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/desktop-environment/home/panels/eww/configDir/bottomBar/bottomBar.yuck b/modules/desktop-environment/home/panels/eww/configDir/bottomBar/bottomBar.yuck index 68c8a9f..45d7e9f 100644 --- a/modules/desktop-environment/home/panels/eww/configDir/bottomBar/bottomBar.yuck +++ b/modules/desktop-environment/home/panels/eww/configDir/bottomBar/bottomBar.yuck @@ -45,7 +45,8 @@ :class "workspaces" (for workspace in workspaces (button - (label :markup "${workspace.name}") + :onclick "swaymsg workspace ${workspace.name}" + (label :markup "${workspace.name}") ) ) )