Preparation to merge.

This commit is contained in:
Bartek Stalewski 2023-02-21 11:52:58 +01:00
parent d88cb48855
commit 9ddbe48503
9 changed files with 104 additions and 69 deletions

View file

@ -1,11 +0,0 @@
#!/bin/sh
chosen=$(cut -d ';' -f1 $XDG_CONFIG_HOME/qtile/chars/* | dmenu -l 30 -i | sed "s/ .*//")
[ -z "$chosen" ] && exit
if [ -n "$1" ]; then
xdotool type "$chosen"
else
printf "$chosen" | wl-copy -n
notify-send -t 2000 "'$chosen' copied to clipboard" &
fi