Adding the config directives for the previous patch.
This commit is contained in:
parent
c1e2682915
commit
fdbfeb77ed
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ static const char hovfgcolor[] = "#000000";
|
|||
static const char pressbgcolor[] = "#0000cc";
|
||||
static const char pressfgcolor[] = "#ffffff";
|
||||
|
||||
static int wh = 200;
|
||||
static int ww = 0;
|
||||
static int wx = 0;
|
||||
static int wy = -200;
|
||||
|
||||
static Key keys[] = {
|
||||
{ "1!", XK_1, 1 },
|
||||
{ "2@", XK_2, 1 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue