Minh Bui

Results 3 comments of Minh Bui

same problem. i put a temporary fix by creating a variable; `const counter = Variable(0)` we update when this counter change value or workspace id change value: ``` visible:Utils.merge([hyprland.active.workspace.bind('id'), counter.bind()],...

``` #!/usr/bin/env bash n=$(yabai -m query --spaces --space | jq '.windows | length') layout=$(yabai -m query --spaces --space | jq -r '.type') if [ $n = 1 ] || [...