1
0
Fork 0

Fix mode switching

This commit is contained in:
Malte Brandy 2021-11-18 22:43:49 +01:00
parent 985dbf6517
commit a5a91bb1ab
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 2 additions and 2 deletions

View file

@ -145,7 +145,7 @@ in
exports.username = "${account.userName}";
exports.password = getStdout("${toString account.passwordCommand}");
exports.onNotify = "${quick-sync}"
exports.boxes = [ "Inbox" "Code" ];
exports.boxes = [ "Inbox", "Code" ];
'';
in
{

View file

@ -76,7 +76,7 @@ in
clear
writeFile "${modeFile}" mode
activate_mode
ignoreFailure $ killall ".firefox-wrapped"
ignoreFailure $ killall "GeckoMain"
'';
};
}