From 7191808e7dcdd5919a4fa961468188883ce8c803 Mon Sep 17 00:00:00 2001 From: martlem Date: Wed, 20 Nov 2024 18:51:33 +0100 Subject: [PATCH] README --- README | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README b/README index 1b8c49d..f822b39 100644 --- a/README +++ b/README @@ -1,16 +1,19 @@ -A tool to insert characters absent from the keyboard using a heredoc* declaration, dmenu and xdotool. +A tool to insert characters absent from the keyboard using a heredoc* +declaration, dmenu and xdotool. * https://stackoverflow.com/a/21549836 Dependencies : - xdotool - command-line X11 automation tool - dmenu - dynamic menu https://tools.suckless.org/dmenu/ + xdotool - command-line X11 automation tool + dmenu - dynamic menu https://tools.suckless.org/dmenu/ Usage : - chmod +x dictionary.sh - ./dictionary.sh + First, make the script executable : + chmod +x dictionary.sh + Then launch it. + ./dictionary.sh + Select the character you would like to type and press ENTER -Or : - Using the i3 window manager, i have put a binding on the combination of - Super+Shift+y that will launch the script. bindsym $mod+Shift+y exec - "~/dictionary.sh" + Using the i3 window manager, i have put a binding on the combination of + Super+Shift+y that will launch the script. + bindsym $mod+Shift+y exec "~/dictionary.sh"