From bde31a4934021c1d76c1376a985bee1239ea9365 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 27 Jun 2024 08:32:24 +0000 Subject: [PATCH] update --- docs/scripts/keybindings_to_markdown.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/scripts/keybindings_to_markdown.sh b/docs/scripts/keybindings_to_markdown.sh index f32939d..eba528a 100644 --- a/docs/scripts/keybindings_to_markdown.sh +++ b/docs/scripts/keybindings_to_markdown.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +# A script to parse the Hyprland configuration to store keybindings in a table + [[ -f "./docs/scripts/install.sh" ]] || ( printf "\n\e[0;91mx \e[0m\e[1;77mNot in the project root directory\e[0m" exit 1