dmenu unicode script added
This commit is contained in:
6
.scripts/showclip
Executable file
6
.scripts/showclip
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Display contents of selection via dunst if running.
|
||||
# Separate script for i3.
|
||||
|
||||
pgrep -x dunst >/dev/null && notify-send "$(xclip -o -selection clipboard)"
|
||||
Reference in New Issue
Block a user