mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
setup ActivityWatch
This commit is contained in:
parent
2ef648e77e
commit
490d5d43d6
2 changed files with 23 additions and 0 deletions
20
config/awatcher/config.toml
Normal file
20
config/awatcher/config.toml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[server]
|
||||
host = "localhost"
|
||||
port = 5600
|
||||
|
||||
[awatcher]
|
||||
idle-timeout-seconds=120
|
||||
poll-time-idle-seconds=5
|
||||
poll-time-window-seconds=1
|
||||
|
||||
[[awatcher.filters]]
|
||||
match-app-id = "Spotify"
|
||||
replace-app-id = "Spotify"
|
||||
|
||||
[[awatcher.filters]]
|
||||
match-app-id = "org.pwmt.zathura"
|
||||
replace-app-id = "Zathura"
|
||||
|
||||
[[awatcher.filters]]
|
||||
match-app-id = "Brave-browser"
|
||||
replace-title = "Brave"
|
||||
Loading…
Add table
Add a link
Reference in a new issue