config/qtile: hardcode screen count

This commit is contained in:
Infinidoge 2024-04-09 18:15:39 -04:00
parent bb583ee83c
commit 96e36949c3
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -747,7 +747,7 @@ screens = [
wallpaper="@wallpaper@", wallpaper="@wallpaper@",
wallpaper_mode="@wallpaper_mode@", wallpaper_mode="@wallpaper_mode@",
) )
for i in range(int(run_command("xrandr --listmonitors | grep 'Monitors:' | awk {'print $2'}"))) for i in range(4)
] ]
# Drag floating layouts. # Drag floating layouts.