Feat: TERM and arguments

This commit is contained in:
Bertrand Benjamin 2021-11-01 08:45:54 +01:00
parent 72b109c14a
commit a17b6e79b1
1 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ keys = [
groups = [ groups = [
Group("t:", spawn="firefox", layout="Tall", persist=True), Group("t:", spawn="firefox", layout="Tall", persist=True),
Group("y:", spawn="thunderbird", layout="verticaltile", persist=True), Group("y:", spawn="thunderbird", layout="verticaltile", persist=True),
Group("u:", spawn="st tmuxp load enseignement", layout="TallRight", persist=True), Group("u:", spawn=TERM+" -e sh -c tmuxp load enseignement", layout="TallRight", persist=True),
Group("i:", layout="Wide", persist=True), Group("i:", layout="Wide", persist=True),
Group("o:", layout="TallRight", persist=True), Group("o:", layout="TallRight", persist=True),
Group("p:", layout="Wide", persist=True), Group("p:", layout="Wide", persist=True),
@ -145,7 +145,7 @@ groups.append(
"scratchpad", "scratchpad",
[ [
DropDown( DropDown(
"music", term+"mocp", x=0.25, y=0.25, height=0.5, width=0.5, opacity=0.8 "music", TERM+" -e sh -c mocp", x=0.25, y=0.25, height=0.5, width=0.5, opacity=0.8
), ),
], ],
), ),