diff --git a/users/infinidoge/config/qtile/config.py b/users/infinidoge/config/qtile/config.py index 1ec2202..6cb3f8a 100644 --- a/users/infinidoge/config/qtile/config.py +++ b/users/infinidoge/config/qtile/config.py @@ -480,8 +480,8 @@ groups.append( ScratchPad( "scratchpad", [ - DropDown("calculator", "speedcrunch", x=0.2, y=0.2, width=0.6, height=0.6), # type: ignore - DropDown("arandr", "arandr", x=0.2, y=0.1, width=0.6, height=0.4), # 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), ], ) )