mirror of
https://codeberg.org/hyperreal/bin
synced 2024-11-01 08:33:06 +01:00
Use system clipboard
This commit is contained in:
parent
e3e7c653b3
commit
f73e819049
@ -11,4 +11,8 @@ if ! test -x "$(command -v clipster)"; then
|
||||
chmod +x "${HOME}/.local/bin/clipster"
|
||||
fi
|
||||
|
||||
clipster -n 0 -o -n 0 -c | rofi -dmenu -format i -i -sep nul -p "Clipster"
|
||||
if ! test -x "$(command -v xclip)"; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
clipster -n 0 -o -n 0 -c | rofi -dmenu -format s -i -sep nul -p "Clipster" -theme-str 'window { width: 60em; }' | xclip -selection clipboard
|
||||
|
Loading…
Reference in New Issue
Block a user