X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.default.h;h=35729ac71bd24993d5fea8b4e68dda4a7710177e;hb=daae3bba504fc705c5fd56363b656937eee5deb4;hp=6147c9896dc37497b08de0b97ee2b8f16799b2a0;hpb=05fbbbd8dc3f990f07fe2055693bef0031fd4623;p=dwm.git diff --git a/config.default.h b/config.default.h index 6147c98..35729ac 100644 --- a/config.default.h +++ b/config.default.h @@ -46,6 +46,7 @@ static Key key[] = { \ { MODKEY, XK_3, view, { .i = 2 } }, \ { MODKEY, XK_4, view, { .i = 3 } }, \ { MODKEY, XK_5, view, { .i = 4 } }, \ + { 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 } }, \