config/qtile: remove unnecessary type ignores
This commit is contained in:
parent
88d9f6091d
commit
0cc0392cbf
1 changed files with 2 additions and 2 deletions
|
@ -480,8 +480,8 @@ groups.append(
|
||||||
ScratchPad(
|
ScratchPad(
|
||||||
"scratchpad",
|
"scratchpad",
|
||||||
[
|
[
|
||||||
DropDown("calculator", "speedcrunch", x=0.2, y=0.2, width=0.6, height=0.6), # type: ignore
|
DropDown("calculator", "speedcrunch", x=0.2, y=0.2, width=0.6, height=0.6),
|
||||||
DropDown("arandr", "arandr", x=0.2, 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),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue