diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-06-20 15:28:31 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-06-20 15:28:31 +0530 |
| commit | efe06d7289d1f5bbc15e0a42dbeca3418f9a36d8 (patch) | |
| tree | a2693615ff2b2bab2822a741ac5295f6ce35aeae /config.h | |
| parent | 46cd0b5b27298e8d70efd3f002a9ab1dfa32bc81 (diff) | |
| download | shotkey-efe06d7289d1f5bbc15e0a42dbeca3418f9a36d8.tar.gz shotkey-efe06d7289d1f5bbc15e0a42dbeca3418f9a36d8.zip | |
Renames script to shotkey
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |
