I am batman
This commit is contained in:
9
scripts/cliphist-paste.sh
Executable file
9
scripts/cliphist-paste.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
selected_item="$(/run/current-system/sw/bin/cliphist list | rofi -dmenu -i -p 'Clipboard')"
|
||||
|
||||
[ -z "$selected_item" ] && exit 0
|
||||
|
||||
printf '%s' "$selected_item" | /run/current-system/sw/bin/cliphist decode | /run/current-system/sw/bin/wl-copy
|
||||
sleep 0.05
|
||||
/run/current-system/sw/bin/wtype -M ctrl -k v -m ctrl
|
||||
Reference in New Issue
Block a user