X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.arg.h;h=3862be41469d2d6b7cefcf4cb8a193375ec80971;hb=daae3bba504fc705c5fd56363b656937eee5deb4;hp=2d80342c9d96594ff34605eef21a5cc4422f0faf;hpb=05fbbbd8dc3f990f07fe2055693bef0031fd4623;p=dwm.git diff --git a/config.arg.h b/config.arg.h index 2d80342..3862be4 100644 --- a/config.arg.h +++ b/config.arg.h @@ -48,6 +48,7 @@ static Key key[] = { \ { MODKEY, XK_2, view, { .i = 1 } }, \ { MODKEY, XK_3, view, { .i = 2 } }, \ { MODKEY, XK_4, view, { .i = 3 } }, \ + { MODKEY, XK_a, viewall, { 0 } }, \ { MODKEY|ControlMask, XK_1, toggleview, { .i = 0 } }, \ { MODKEY|ControlMask, XK_2, toggleview, { .i = 1 } }, \ { MODKEY|ControlMask, XK_3, toggleview, { .i = 2 } }, \