summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2022-09-27 11:47:02 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2022-09-27 11:47:02 +0300
commitca452f5c0a0502119003a4b8233c79a7033e7aba (patch)
tree370659390d3fee8910795bad71c2fb767dabaca1 /config.def.h
parent0ce1dfbe53346085a51a4b592768edd0c5a59b94 (diff)
play external
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 305957d..edf61b1 100644
--- a/config.def.h
+++ b/config.def.h
@@ -141,6 +141,8 @@ static Key keys[] = {
{ MODKEY, GDK_KEY_f, spawn, SETPROP("_SURF_FIND", "_SURF_FIND", PROMPT_FIND) },
{ MODKEY, GDK_KEY_slash, spawn, SETPROP("_SURF_FIND", "_SURF_FIND", PROMPT_FIND) },
+ { MODKEY, GDK_KEY_w, playexternal, { 0 } },
+
{ 0, GDK_KEY_Escape, stop, { 0 } },
{ MODKEY, GDK_KEY_c, stop, { 0 } },