diff options
author | Rafael Marçalo <raroma09@gmail.com> | 2023-11-29 17:41:39 +0000 |
---|---|---|
committer | Rafael Marçalo <raroma09@gmail.com> | 2023-11-29 17:41:39 +0000 |
commit | 2671aaeee6145fedf541e714fb06f32a48fdf009 (patch) | |
tree | df09ecef815e909062262f345fa999c44af9887d /config.def.h | |
parent | 6db79a5ca7432ce6ed9130211260b198a2257169 (diff) |
Play external patch
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index f08fa1e..9cb0177 100644 --- a/config.def.h +++ b/config.def.h @@ -151,6 +151,8 @@ static Key keys[] = { { MODKEY, GDK_KEY_slash, spawn, SETPROP("_SURF_FIND", "_SURF_FIND", PROMPT_FIND) }, { MODKEY, GDK_KEY_s, spawn, SEARCH("_SURF_SEARCH", PROMPT_SEARCH) }, + { MODKEY, GDK_KEY_w, playexternal, { 0 } }, + { 0, GDK_KEY_Escape, stop, { 0 } }, { MODKEY, GDK_KEY_c, stop, { 0 } }, |