Fix xorg clipboard
This commit is contained in:
parent
b2dad49a2c
commit
65fb83375c
|
@ -538,9 +538,9 @@ function main_menu:upload_catbox()
|
||||||
local cb
|
local cb
|
||||||
if session_type == "x11\n" then
|
if session_type == "x11\n" then
|
||||||
local clipboard_command = {
|
local clipboard_command = {
|
||||||
"xclip", "-sel", "clip"
|
"/bin/sh", "-c", "'echo " .. r.stdout .. " | xclip -sel clip'"
|
||||||
}
|
}
|
||||||
cb = subprocess(clipboard_command, r.stdout)
|
cb = subprocess(clipboard_command)
|
||||||
else
|
else
|
||||||
-- wl-copy is from wl-clipboard
|
-- wl-copy is from wl-clipboard
|
||||||
local clipboard_command = {
|
local clipboard_command = {
|
||||||
|
|
Loading…
Reference in a new issue