formatting
This commit is contained in:
parent
fef86161ff
commit
3e28390476
1 changed files with 14 additions and 15 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue