mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2024-11-17 00:25:57 +01:00
parent
5ba3268694
commit
7e1765f9f3
1 changed files with 4 additions and 3 deletions
|
@ -13,6 +13,7 @@ void Clipboard::copy(const char* fmt, ...) {
|
||||||
|
|
||||||
outputStr = strdup(buf);
|
outputStr = strdup(buf);
|
||||||
|
|
||||||
|
if (fork() == 0)
|
||||||
execlp("wl-copy", "wl-copy", outputStr, NULL);
|
execlp("wl-copy", "wl-copy", outputStr, NULL);
|
||||||
|
|
||||||
free(outputStr);
|
free(outputStr);
|
||||||
|
|
Loading…
Reference in a new issue