diff options
author | Mattias Andrée <maandree@kth.se> | 2021-06-26 14:59:09 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-06-26 14:59:09 +0200 |
commit | f62eca657a79ef81089f3c34cdf837d7463581db (patch) | |
tree | b8bdf542c8bee229c51e9cdcaf150d68f6d2e365 /dmenu/unicode | |
parent | Add setkeys and setres (diff) | |
download | dotfiles-f62eca657a79ef81089f3c34cdf837d7463581db.tar.gz dotfiles-f62eca657a79ef81089f3c34cdf837d7463581db.tar.bz2 dotfiles-f62eca657a79ef81089f3c34cdf837d7463581db.tar.xz |
Add ipa, man, and unicode scripts
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'dmenu/unicode')
-rwxr-xr-x | dmenu/unicode | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dmenu/unicode b/dmenu/unicode new file mode 100755 index 0000000..a81df01 --- /dev/null +++ b/dmenu/unicode @@ -0,0 +1,5 @@ +#!/bin/dash + +dmenu -i -l 30 -fn 'mono-14' "$@" < ~/.dotfiles/dmenu/unicode.d/list | cut -d ' ' -f 1 | tr -d '\n' | ifne vis-clipboard --copy +# TODO add support for variants +# TODO display way of access on keyboard |