From efe06d7289d1f5bbc15e0a42dbeca3418f9a36d8 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 20 Jun 2020 15:28:31 +0530 Subject: Renames script to shotkey --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index a97e462..19b4110 100644 --- a/config.h +++ b/config.h @@ -73,5 +73,5 @@ static ModeProperties mode_properties[MODE_SIZE] = { }; // Call this script on mode change -static char* on_mode_change = "~/scripts/hotkeythingy.sh on-mode-change"; +static char* on_mode_change = "~/scripts/shotkey.sh on-mode-change"; -- cgit v1.3.1