config/qtile: hardcode screen count
This commit is contained in:
parent
bb583ee83c
commit
96e36949c3
1 changed files with 1 additions and 1 deletions
|
@ -747,7 +747,7 @@ screens = [
|
|||
wallpaper="@wallpaper@",
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue