diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-08-13 18:41:07 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-08-13 18:41:07 +0200 |
commit | 4f1d2900d5695185de65c5826b8b18007dffef0b (patch) | |
tree | ec7595549923284cb8d44b61117485e5258f7c23 /config.example | |
parent | 2f38b32d898f711533b0c47cc4e02ee19f5ae08f (diff) | |
download | rofi-pass-4f1d2900d5695185de65c5826b8b18007dffef0b.tar.gz |
added clipboard setting
Diffstat (limited to 'config.example')
-rw-r--r-- | config.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.example b/config.example index 032f3c9..96d8c92 100644 --- a/config.example +++ b/config.example @@ -24,6 +24,10 @@ BROWSER='chromium' help_color='#0C73C2' auto_enter='false' +# Clipboard settings +# Possible options: primary, clipboard, both +clip=primary + # Custom Keybindings autotype="Alt+1" type_user="Alt+2" |