aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2021-06-01 21:50:39 +0530
committerAkshay Nair <phenax5@gmail.com>2021-06-01 21:50:39 +0530
commitc02d52ebe34e482d285debbf5abb70d3b2450f0d (patch)
treea75dd5b08debe2d907e37f4e57d86f542e2b6e31
parent165e4955b0a7ae88e827158a337632f73965e83e (diff)
downloadshotkey-c02d52ebe34e482d285debbf5abb70d3b2450f0d.tar.gz
shotkey-c02d52ebe34e482d285debbf5abb70d3b2450f0d.zip
Removes dwm specific keys
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 0a26a79..e4d428c 100644
--- a/config.h
+++ b/config.h
@@ -76,7 +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_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) },
@@ -92,7 +92,7 @@ Key keys[] = {
{ 0, XF86XK_MonBrightnessDown, SCRIPT(brightness.sh dec 10) },
{ Super, XK_Print, mode(Screenshot, False) },
{ Super|ControlMask, XK_m, mode(Mouse, True) },
- { Super, XK_l, mode(Layout, False) },
+ //{ Super, XK_l, mode(Layout, False) },
// }}}
// Media controls {{{