X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=scrotwm.c;h=44b614c5c3636470f14c13c09cc673624813852c;hb=51385d445d43dc18b72e4bccd17afab79c84d8ca;hp=48ddf00a6a9266483ccc69a394e9f93c05f412d1;hpb=03de52ac9397db5787811186a9527a9749463f72;p=spectrwm.git diff --git a/scrotwm.c b/scrotwm.c index 48ddf00..44b614c 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -4731,7 +4731,7 @@ setup_keys(void) setkeybinding(MODKEY|ShiftMask, XK_bracketright,kf_move_down, NULL); setkeybinding(MODKEY|ShiftMask, XK_slash, kf_name_workspace,NULL); setkeybinding(MODKEY, XK_slash, kf_search_workspace,NULL); - setkeybinding(MODKEY, XK_s, kf_search_win, NULL); + setkeybinding(MODKEY, XK_f, kf_search_win, NULL); #ifdef SWM_DEBUG setkeybinding(MODKEY|ShiftMask, XK_d, kf_dumpwins, NULL); #endif