formatting

This commit is contained in:
Daniel Mevec 2023-01-23 15:48:40 +01:00
parent fef86161ff
commit 3e28390476

View file

@ -90,8 +90,7 @@ groups = [Group("CHT", layout='max', matches=[Match(wm_class=('microsoft teams -
from libqtile.dgroups import simple_key_binder
dgroups_key_binder = simple_key_binder("mod4")
groups.append(ScratchPad('scratch',
[
groups.append(ScratchPad('scratch', [
DropDown('term', myTerm, height=0.66, width=0.66, x=0.166, y=0.166),
DropDown('qalc', myTerm+' -e qalc', height=0.66, width=0.33, x=0.33, y=0.166),
DropDown('file', myExplorer, height=0.66, width=0.66, x=0.166, y=0.166),