aboutsummaryrefslogtreecommitdiff
path: root/config.h
blob: 1989e9b5cc646b754c254cdaa1ed939f6aa3b252 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Shell
static char shell[] = "sh";

#define MOD Mod1Mask

static Key keys[] = {
  { MOD|ShiftMask, XK_y,   "notify-send hello" },
  { MOD|ShiftMask, XK_z,   "~/scripts/notify.sh wow" },
};