floating satty
This commit is contained in:
@@ -25,7 +25,8 @@ fi
|
|||||||
# Esc/Enter here) and exits immediately.
|
# Esc/Enter here) and exits immediately.
|
||||||
if command -v satty >/dev/null 2>&1; then
|
if command -v satty >/dev/null 2>&1; then
|
||||||
satty --filename "$dir/$file" --output-filename "$dir/$file" \
|
satty --filename "$dir/$file" --output-filename "$dir/$file" \
|
||||||
--copy-command wl-copy --actions-on-escape save-to-file --early-exit
|
--copy-command wl-copy --actions-on-escape save-to-file --early-exit \
|
||||||
|
--floating-hack
|
||||||
wl-copy -t image/png < "$dir/$file"
|
wl-copy -t image/png < "$dir/$file"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,8 @@ fi
|
|||||||
# Esc/Enter here) and exits immediately.
|
# Esc/Enter here) and exits immediately.
|
||||||
if command -v satty >/dev/null 2>&1; then
|
if command -v satty >/dev/null 2>&1; then
|
||||||
satty --filename "$dir/$file" --output-filename "$dir/$file" \
|
satty --filename "$dir/$file" --output-filename "$dir/$file" \
|
||||||
--copy-command wl-copy --actions-on-escape save-to-file --early-exit
|
--copy-command wl-copy --actions-on-escape save-to-file --early-exit \
|
||||||
|
--floating-hack
|
||||||
wl-copy -t image/png < "$dir/$file"
|
wl-copy -t image/png < "$dir/$file"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -45,7 +45,8 @@ fi
|
|||||||
# Esc/Enter here) and exits immediately.
|
# Esc/Enter here) and exits immediately.
|
||||||
if command -v satty >/dev/null 2>&1; then
|
if command -v satty >/dev/null 2>&1; then
|
||||||
satty --filename "$dir/$file" --output-filename "$dir/$file" \
|
satty --filename "$dir/$file" --output-filename "$dir/$file" \
|
||||||
--copy-command wl-copy --actions-on-escape save-to-file --early-exit
|
--copy-command wl-copy --actions-on-escape save-to-file --early-exit \
|
||||||
|
--floating-hack
|
||||||
wl-copy -t image/png < "$dir/$file"
|
wl-copy -t image/png < "$dir/$file"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user