girara_setting_add(gsession,"statusbar-basename",&bool_value,BOOLEAN,false,_("Use basename of the file in the statusbar"),cb_window_statbusbar_changed,NULL);
bool_value=false;
girara_setting_add(gsession,"statusbar-home-tilde",&bool_value,BOOLEAN,false,_("Use ~ instead of $HOME in the filename in the statusbar"),cb_window_statbusbar_changed,NULL);
girara_setting_add(gsession,"statusbar-home-tilde",&bool_value,BOOLEAN,false,_("Use ~ instead of $HOME in the filename in the statusbar"),cb_window_statbusbar_changed,NULL);
girara_setting_add(gsession,"continuous-hist-save",&bool_value,BOOLEAN,false,_("Save history at each page change"),NULL,NULL);
string_value="primary";
girara_setting_add(gsession,"selection-clipboard",string_value,STRING,false,_("The clipboard into which mouse-selected data will be written"),NULL,NULL);
girara_setting_add(gsession,"selection-clipboard","primary",STRING,false,_("The clipboard into which mouse-selected data will be written"),NULL,NULL);
bool_value=true;
girara_setting_add(gsession,"selection-notification",&bool_value,BOOLEAN,false,_("Enable notification after selecting text"),NULL,NULL);