aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2020-11-01 19:12:29 +0530
committerAkshay Nair <phenax5@gmail.com>2020-11-01 19:12:29 +0530
commit71d5e4fd58d852626b00fea36b7671fbab816225 (patch)
treede2255d1a1a239b6cb48cdfb1d28db42b7e7cf27
parent8b4a7fa5f8552d901e0cbc32386b37ef6a0d4e83 (diff)
downloadshotkey-71d5e4fd58d852626b00fea36b7671fbab816225.tar.gz
shotkey-71d5e4fd58d852626b00fea36b7671fbab816225.zip
Adds tag name change script
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index b34ae6d..83d7cec 100644
--- a/config.h
+++ b/config.h
@@ -76,6 +76,7 @@ Key keys[] = {
{ Super, XK_semicolon, cmd("dmenu_run -it ':'") },
{ Super|ShiftMask, XK_p, cmd("passmenu --type -p 'pass :: '") },
+ { Super|ShiftMask, XK_t, SCRIPT(change-tagname.sh) },
{ Super|ShiftMask, XK_o, SCRIPT(open-project.sh) },
{ Super|ShiftMask, XK_i, SCRIPT(bookmarks-menu/bookmarker.sh menu) },
{ Super|ShiftMask, XK_g, SCRIPT(bookmarks-menu/gh-projects.sh menu) },