FocusFriend is now called aw-focus enforces aw-commit.

This commit is contained in:
2021-11-26 21:21:41 -05:00
parent 5b6b7927b9
commit 488aee46ab
5 changed files with 41 additions and 74 deletions

View File

@@ -16,8 +16,9 @@ class Config(BaseModel):
blocks: List[Block]
start_as_user: bool = True
sleep_time: int = 1
focusfriend_py: str = "focusfriend.py"
aw_focus_cmd: str = "aw-focus"
window_names: str = "window_names.txt"
enforce_aw_commit: bool = True
class Config:
extra = 'forbid'