mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2025-01-27 04:29:49 +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);
|
||||
|
||||
if (fork() == 0)
|
||||
execlp("wl-copy", "wl-copy", outputStr, NULL);
|
||||
|
||||
free(outputStr);
|
||||
|
|
Loading…
Reference in a new issue