diff options
Diffstat (limited to 'typebookmarks')
| -rwxr-xr-x | typebookmarks | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/typebookmarks b/typebookmarks new file mode 100755 index 0000000..559075a --- /dev/null +++ b/typebookmarks @@ -0,0 +1,5 @@ +#! /bin/sh + +# map this script as a shortcut key for dwm in config.h + +xdotool type "$(grep -v '^#' ${HOME}/.snippets | dmenu -i -l 50 | sed 's/\s*#.*//')" |
