File parcellite-0.9.1-defaults.diff of Package parcellite
change some defaults:
- monitor primary
- disable global key bindings
Index: parcellite-0.9.2/src/preferences.h
===================================================================
--- parcellite-0.9.2.orig/src/preferences.h
+++ parcellite-0.9.2/src/preferences.h
@@ -26,7 +26,7 @@ G_BEGIN_DECLS
#define INIT_MENU_KEY NULL
#define DEF_USE_COPY TRUE
-#define DEF_USE_PRIMARY FALSE
+#define DEF_USE_PRIMARY TRUE
#define DEF_SYNCHRONIZE FALSE
#define DEF_SAVE_HISTORY TRUE
#define DEF_HISTORY_LIMIT 25
@@ -36,9 +36,9 @@ G_BEGIN_DECLS
#define DEF_REVERSE_HISTORY FALSE
#define DEF_ITEM_LENGTH 50
#define DEF_ELLIPSIZE 2
-#define DEF_HISTORY_KEY "<Ctrl><Alt>H"
-#define DEF_ACTIONS_KEY "<Ctrl><Alt>A"
-#define DEF_MENU_KEY "<Ctrl><Alt>P"
+#define DEF_HISTORY_KEY ""
+#define DEF_ACTIONS_KEY ""
+#define DEF_MENU_KEY ""
#define DEF_NO_ICON FALSE
#define ACTIONS_FILE ".local/share/parcellite/actions"