summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2022-09-27 11:45:48 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2022-09-27 11:45:48 +0300
commit0ce1dfbe53346085a51a4b592768edd0c5a59b94 (patch)
treec47d560e085c77dc1089e4b5b7aa0c620d43be6a /config.def.h
parentfed732253b47e5425af93f4670712fd5a72039e8 (diff)
clipboard instead of primary
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index a9fed5c..305957d 100644
--- a/config.def.h
+++ b/config.def.h
@@ -53,6 +53,7 @@ static Parameter defconfig[ParameterLast] = {
[Style] = { { .i = 1 }, },
[WebGL] = { { .i = 0 }, },
[ZoomLevel] = { { .f = 1.0 }, },
+ [ClipboardNotPrimary] = { { .i = 1 }, },
};
static UriParameters uriparams[] = {