diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-03-12 16:17:05 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-03-12 16:17:05 +0900 |
| commit | dbad7540863c54fe8a80645c639374c83d44e333 (patch) | |
| tree | 9777b8bee3d10566d4a4b1630f7092c0693d7919 | |
| parent | b28e21399a89d4db278c742f1d902e8502ced110 (diff) | |
modified dwm/config.def.h
| -rw-r--r-- | dwm/config.def.h | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h index ef7dc4d..73f5e11 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -349,21 +349,21 @@ static Keychord *keychords[] = { &((Keychord){2, {{WINKEY, XK_f},{0, XK_o}}, explace, {.ui = EX_NE }}), // FLOATING SIZES - &((Keychord){1, {{ALTKEY, XK_Down}}, exresize, {.v = (int []){ 0, -25 }}}), - &((Keychord){1, {{ALTKEY, XK_Left}}, exresize, {.v = (int []){ -25, 0 }}}), - &((Keychord){1, {{ALTKEY, XK_Begin}}, exresize, {.v = (int []){ 25, 25 }}}), - &((Keychord){1, {{ALTMOD, XK_Begin}}, exresize, {.v = (int []){ -25, -25 }}}), - &((Keychord){1, {{ALTKEY, XK_Right}}, exresize, {.v = (int []){ 25, 0 }}}), - &((Keychord){1, {{ALTKEY, XK_Up}}, exresize, {.v = (int []){ 0, 25 }}}), - &((Keychord){1, {{ALTKEY, XK_End}}, toggleverticalexpand, {.i = 0} }), - &((Keychord){1, {{ALTKEY, XK_Down}}, toggleverticalexpand, {.i = -1} }), - &((Keychord){1, {{ALTKEY, XK_Next}}, togglehorizontalexpand, {.i = 0} }), - &((Keychord){1, {{ALTKEY, XK_Left}}, togglehorizontalexpand, {.i = -1} }), - &((Keychord){1, {{ALTKEY, XK_Begin}}, togglemaximize, {.i = 0} }), - &((Keychord){1, {{ALTKEY, XK_Right}}, togglehorizontalexpand, {.i = +1} }), - &((Keychord){1, {{ALTKEY, XK_Home}}, togglemaximize, {.i = +1} }), - &((Keychord){1, {{ALTKEY, XK_Up}}, toggleverticalexpand, {.i = +1} }), - &((Keychord){1, {{ALTKEY, XK_Prior}}, togglemaximize, {.i = -1} }), + &((Keychord){1, {{ALTKEY, XK_KP_Down}}, exresize, {.v = (int []){ 0, 25 }}}), + &((Keychord){1, {{ALTKEY, XK_KP_Left}}, exresize, {.v = (int []){ -25, 0 }}}), + &((Keychord){1, {{ALTKEY, XK_KP_Begin}}, exresize, {.v = (int []){ 25, 25 }}}), + &((Keychord){1, {{ALTMOD, XK_KP_Begin}}, exresize, {.v = (int []){ -25, -25 }}}), + &((Keychord){1, {{ALTKEY, XK_KP_Right}}, exresize, {.v = (int []){ 25, 0 }}}), + &((Keychord){1, {{ALTKEY, XK_KP_Up}}, exresize, {.v = (int []){ 0, -25 }}}), + &((Keychord){1, {{ALTMOD2, XK_KP_End}}, toggleverticalexpand, {.i = 0} }), + &((Keychord){1, {{ALTMOD2, XK_KP_Down}}, toggleverticalexpand, {.i = -1} }), + &((Keychord){1, {{ALTMOD2, XK_KP_Next}}, togglehorizontalexpand, {.i = 0} }), + &((Keychord){1, {{ALTMOD2, XK_KP_Left}}, togglehorizontalexpand, {.i = -1} }), + &((Keychord){1, {{ALTMOD2, XK_KP_Begin}}, togglemaximize, {.i = 0} }), + &((Keychord){1, {{ALTMOD2, XK_KP_Right}}, togglehorizontalexpand, {.i = +1} }), + &((Keychord){1, {{ALTMOD2, XK_KP_Home}}, togglemaximize, {.i = +1} }), + &((Keychord){1, {{ALTMOD2, XK_KP_Up}}, toggleverticalexpand, {.i = +1} }), + &((Keychord){1, {{ALTMOD2, XK_KP_Prior}}, togglemaximize, {.i = -1} }), // LAYOUTS &((Keychord){1, {{WINMOD, XK_h}}, layoutscroll, {.i = -1 } }), @@ -389,23 +389,23 @@ static Keychord *keychords[] = { &((Keychord){3, {{WINMOD2, XK_l},{0, XK_1},{0,XK_6}}, setlayout, {.v = &layouts[15]} }), // LAYOUT SIZES - &((Keychord){1, {{WINKEY, XK_Insert}}, setcfact, {.f = 0.00} }), - &((Keychord){1, {{WINKEY, XK_End}}, incrgaps, {.i = -1 } }), - &((Keychord){1, {{WINMOD2, XK_End}}, incrgaps, {.i = +1 } }), - &((Keychord){1, {{WINKEY, XK_Down}}, incrigaps, {.i = -1 } }), - &((Keychord){1, {{WINMOD2, XK_Down}}, incrigaps, {.i = +1 } }), - &((Keychord){1, {{WINKEY, XK_Next}}, incrogaps, {.i = -1 } }), - &((Keychord){1, {{WINMOD2, XK_Next}}, incrogaps, {.i = +1 } }), - &((Keychord){1, {{WINKEY, XK_Left}}, incrihgaps, {.i = -1 } }), - &((Keychord){1, {{WINMOD2, XK_Left}}, incrihgaps, {.i = +1 } }), - &((Keychord){1, {{WINKEY, XK_Begin}}, incrivgaps, {.i = -1 } }), - &((Keychord){1, {{WINMOD2, XK_Begin}}, incrivgaps, {.i = +1 } }), - &((Keychord){1, {{WINKEY, XK_Right}}, incrohgaps, {.i = -1 } }), - &((Keychord){1, {{WINMOD2, XK_Right}}, incrohgaps, {.i = +1 } }), - &((Keychord){1, {{WINKEY, XK_Home}}, incrovgaps, {.i = -1 } }), - &((Keychord){1, {{WINMOD2, XK_Home}}, incrovgaps, {.i = +1 } }), - &((Keychord){1, {{WINKEY, XK_Up}}, incnmaster, {.i = -1 } }), - &((Keychord){1, {{WINMOD2, XK_Up}}, incnmaster, {.i = +1 } }), + &((Keychord){1, {{WINKEY, XK_KP_Insert}}, setcfact, {.f = 0.00} }), + &((Keychord){1, {{WINKEY, XK_KP_End}}, incrgaps, {.i = -1 } }), + &((Keychord){1, {{WINMOD2, XK_KP_End}}, incrgaps, {.i = +1 } }), + &((Keychord){1, {{WINKEY, XK_KP_Down}}, incrigaps, {.i = -1 } }), + &((Keychord){1, {{WINMOD2, XK_KP_Down}}, incrigaps, {.i = +1 } }), + &((Keychord){1, {{WINKEY, XK_KP_Next}}, incrogaps, {.i = -1 } }), + &((Keychord){1, {{WINMOD2, XK_KP_Next}}, incrogaps, {.i = +1 } }), + &((Keychord){1, {{WINKEY, XK_KP_Left}}, incrihgaps, {.i = -1 } }), + &((Keychord){1, {{WINMOD2, XK_KP_Left}}, incrihgaps, {.i = +1 } }), + &((Keychord){1, {{WINKEY, XK_KP_Begin}}, incrivgaps, {.i = -1 } }), + &((Keychord){1, {{WINMOD2, XK_KP_Begin}}, incrivgaps, {.i = +1 } }), + &((Keychord){1, {{WINKEY, XK_KP_Right}}, incrohgaps, {.i = -1 } }), + &((Keychord){1, {{WINMOD2, XK_KP_Right}}, incrohgaps, {.i = +1 } }), + &((Keychord){1, {{WINKEY, XK_KP_Home}}, incrovgaps, {.i = -1 } }), + &((Keychord){1, {{WINMOD2, XK_KP_Home}}, incrovgaps, {.i = +1 } }), + &((Keychord){1, {{WINKEY, XK_KP_Up}}, incnmaster, {.i = -1 } }), + &((Keychord){1, {{WINMOD2, XK_KP_Up}}, incnmaster, {.i = +1 } }), &((Keychord){1, {{WINKEY, XK_h}}, setmfact, {.f = -0.05} }), &((Keychord){1, {{WINKEY, XK_l}}, setmfact, {.f = +0.05} }), |
