diff options
| author | EuAndreh <eu@euandre.org> | 2022-01-04 18:54:22 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-01-04 18:54:22 -0300 |
| commit | 1035fb7c57cdc3ce98dd1e2ad3c5d3c7983081a5 (patch) | |
| tree | 29dff030821a30800916daf96a852699ef6157e5 | |
| parent | xmonad/scripts/toggle-pulseaudio-sink.sh: Fix logic and add default behaviour (diff) | |
| download | dotfiles-1035fb7c57cdc3ce98dd1e2ad3c5d3c7983081a5.tar.gz dotfiles-1035fb7c57cdc3ce98dd1e2ad3c5d3c7983081a5.tar.xz | |
xmonad/scripts/dmenu-clipmenu.sh: Add working version of clipboard menu
| -rwxr-xr-x | xmonad/scripts/dmenu-clipmenu.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmonad/scripts/dmenu-clipmenu.sh b/xmonad/scripts/dmenu-clipmenu.sh new file mode 100755 index 00000000..d1e9fc92 --- /dev/null +++ b/xmonad/scripts/dmenu-clipmenu.sh @@ -0,0 +1,4 @@ +#!/bin/sh +set -eu + +clipmenu -l 20 -i -p 'Entry: ' -fn Monospace-18 |
