Mike
Results
2
comments of
Mike
Old post I know, but if you find this like I did I have a solution. Set up a script to toggle each specific bar, then pkill that process individually.
> -col is being interpreted as an argument to hyprctl. you can instead run > > ``` > hyprctl -- dispatch layoutmsg move -col > ``` Thank you, this did...