You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have noticed, and that was intentional at the time, that some part of the config use polybar to get the list of connected monitors
i think this is not great because it adds a useless dependency to them...
hello there 👋 😋
i have noticed, and that was intentional at the time, that some part of the config use
polybar
to get the list of connected monitorsi think this is not great because it adds a useless dependency to them...
these files are:
~/.config/bspwm/bspwmrc
~/.config/qtile/popups.py
now
bspwm
monitors=($(polybar -m | awk -F: '{ print $1 }' | tr '\n' ' '))
qtile
new ideas
bspwm
we should be able to use something like
bspc wm -d | jq .monitors.{{SOMETHING}}
qtile
we should be able to use
qtile shell
but, as i'm not onqtile
these days, i did not try this idea 🤔The text was updated successfully, but these errors were encountered: