File parcellite-0.9.1-defaults.diff of Package parcellite
change some defaults: - monitor primary - sync clipboards - disable key bindings as they clash with some of mine :-) Index: parcellite-0.9.1/src/preferences.h =================================================================== --- parcellite-0.9.1.orig/src/preferences.h +++ parcellite-0.9.1/src/preferences.h @@ -26,8 +26,8 @@ G_BEGIN_DECLS #define INIT_MENU_KEY NULL #define DEF_USE_COPY TRUE -#define DEF_USE_PRIMARY FALSE -#define DEF_SYNCHRONIZE FALSE +#define DEF_USE_PRIMARY TRUE +#define DEF_SYNCHRONIZE TRUE #define DEF_SAVE_HISTORY TRUE #define DEF_HISTORY_LIMIT 25 #define DEF_HYPERLINKS_ONLY FALSE @@ -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"