Vicinae no longer paste by default
This commit is contained in:
parent
54f0e0bbc5
commit
801d3626d7
|
|
@ -17,6 +17,26 @@
|
||||||
name = "ayu-dark";
|
name = "ayu-dark";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
providers = {
|
||||||
|
clipboard = {
|
||||||
|
entrypoints = {
|
||||||
|
history = {
|
||||||
|
preferences = {
|
||||||
|
defaultAction = "copy";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
core = {
|
||||||
|
entrypoints = {
|
||||||
|
"search-emojis" = {
|
||||||
|
preferences = {
|
||||||
|
defaultAction = "copy";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
launcher_window = {
|
launcher_window = {
|
||||||
opacity = 0.95;
|
opacity = 0.95;
|
||||||
client_side_decorations = {
|
client_side_decorations = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue