diff options
author | Jan Möller <4162215+Croissong@users.noreply.github.com> | 2023-06-14 17:36:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 23:06:34 +0530 |
commit | 79f05b8ca5f31d7de81b37db3fecaf599b2edb12 (patch) | |
tree | 0fe04ee07dffbaa47574c23609599764143d1504 /config | |
parent | 3128569ca1fb14836927386d03cf6d3682c06b01 (diff) |
feat: add config option to disable notifications
Diffstat (limited to 'config')
-rw-r--r-- | config | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -45,3 +45,6 @@ # want to use it # if this key is set, xdg-open will not be used even if it's installed # web_browser="" + +# whether to send notifications about copied data via notify-send +# notify="true" |