Xinqi Bao's Git
projects
/
dwm.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
a0d107a
)
minor key update
author
Xinqi Bao <
[email protected]
>
Sun, 13 Mar 2022 14:21:57 +0000
(22:21 +0800)
committer
Xinqi Bao <
[email protected]
>
Sun, 13 Mar 2022 14:21:57 +0000
(22:21 +0800)
config.def.h
diff
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
a2ac963
..
3562099
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-5,8
+5,8
@@
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
-static const char *fonts[] = { "monospace:size=1
0
" };
-static const char dmenufont[] = "monospace:size=1
0
";
+static const char *fonts[] = { "monospace:size=1
2
" };
+static const char dmenufont[] = "monospace:size=1
2
";
static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
@@
-45,7
+45,7
@@
static const Layout layouts[] = {
};
/* key definitions */
};
/* key definitions */
-#define MODKEY Mod
1
Mask
+#define MODKEY Mod
4
Mask
#define TAGKEYS(KEY,TAG) \
{ MODKEY, KEY, view, {.ui = 1 << TAG} }, \
{ MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \
#define TAGKEYS(KEY,TAG) \
{ MODKEY, KEY, view, {.ui = 1 << TAG} }, \
{ MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \