Improve configs
This commit is contained in:
parent
fdefb7037b
commit
eb3067ff29
13 changed files with 67 additions and 20 deletions
.bin
|
@ -11,7 +11,7 @@ clip_image()
|
|||
{
|
||||
if [ -n "$WAYLAND_DISPLAY" ]
|
||||
then
|
||||
wc-copy -t image/png < "$screenshot_path"
|
||||
wl-copy -t image/png < "$screenshot_path"
|
||||
else
|
||||
xclip -t image/png "$screenshot_path" -selection clipboard
|
||||
fi
|
||||
|
@ -56,7 +56,7 @@ main_no_upload()
|
|||
{
|
||||
if call_screenshot_tool
|
||||
then
|
||||
clip_image $screenshot_path
|
||||
clip_image
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue