feat(i3): auto-start/place element and whatsapp
parent
723841443d
commit
29af43eb76
|
@ -62,7 +62,7 @@
|
|||
{ command = "slack"; notification = false; }
|
||||
{ command = "telegram-desktop"; notification = false; }
|
||||
{ command = "thunderbird"; notification = false; }
|
||||
# { command = "zoom"; notification = false; }
|
||||
{ command = "whatsapp-for-linux"; notification = false; }
|
||||
];
|
||||
|
||||
assigns = {
|
||||
|
|
|
@ -20,6 +20,24 @@
|
|||
}
|
||||
],
|
||||
"type": "con"
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^Element$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
},
|
||||
{
|
||||
"name": "Whatsapp",
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^Whatsapp-for-linux$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue