aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJan Möller <4162215+Croissong@users.noreply.github.com>2023-06-14 17:36:34 +0000
committerGitHub <noreply@github.com>2023-06-14 23:06:34 +0530
commit79f05b8ca5f31d7de81b37db3fecaf599b2edb12 (patch)
tree0fe04ee07dffbaa47574c23609599764143d1504 /config
parent3128569ca1fb14836927386d03cf6d3682c06b01 (diff)
feat: add config option to disable notifications
Diffstat (limited to 'config')
-rw-r--r--config3
1 files changed, 3 insertions, 0 deletions
diff --git a/config b/config
index 24b54fd..7279c24 100644
--- a/config
+++ b/config
@@ -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"