init
This commit is contained in:
8
rofi/scripts/clipboard/clipboard
Executable file
8
rofi/scripts/clipboard/clipboard
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if ! command -v cliphist >/dev/null 2>&1; then
|
||||
notify-send "Program not found" "Make sure you have installed cliphist"
|
||||
exit 1
|
||||
else
|
||||
cliphist list | rofi -dmenu | cliphist decode | wl-copy
|
||||
fi
|
||||
Reference in New Issue
Block a user