My dwm build
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 lines
531 B

  1. --- config.h
  2. +++ config.h
  3. @@ -178,6 +178,7 @@ static Key keys[] = {
  4. { MODKEY, XK_e, setlayout, {.v = &layouts[LAYOUT_I_grid]} },
  5. { MODKEY, XK_space, togglefloating, {0} },
  6. + { MODKEY|ShiftMask, XK_space, togglealwaysontop, {0} },
  7. { MODKEY, XK_0, view, {.ui = ~0 } },
  8. { MODKEY|ShiftMask, XK_0, tag, {.ui = ~0 } },
  9. { MODKEY, XK_comma, focusmon, {.i = -1 } },