infinidoge/qtile: tweak arandr position

This commit is contained in:
Infinidoge 2023-08-11 08:12:26 -04:00
parent f718ee854c
commit e6e9ce112d

View file

@ -463,7 +463,7 @@ groups.append(
"scratchpad",
[
DropDown("calculator", "speedcrunch", x=0.2, y=0.2, width=0.6, height=0.6), # type: ignore
DropDown("arandr", "arandr", x=0.3, y=0.1, width=0.6, height=0.4), # type: ignore
DropDown("arandr", "arandr", x=0.2, y=0.1, width=0.6, height=0.4), # type: ignore
],
)
)