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}") ) ) )