This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dwm
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
moved BORDERPX to config.*.h
master
Anselm R. Garbe
18 years ago
parent
936e11fd54
commit
caf5a16271
5 changed files
with
4 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
config.arg.h
+1
-0
config.default.h
+1
-1
config.mk
+1
-1
dwm.1
+0
-1
dwm.h
+ 1
- 0
config.arg.h
View File
@ -8,6 +8,7 @@ const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
#
define DEFMODE dotile
/* dofloat */
#
define FLOATSYMBOL "><>"
#
define TILESYMBOL "[]="
#
define BORDERPX 1
#
define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
#
define NORMBORDERCOLOR "#333"
+ 1
- 0
config.default.h
View File
@ -8,6 +8,7 @@ const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
#
define DEFMODE dotile
/* dofloat */
#
define FLOATSYMBOL "><>"
#
define TILESYMBOL "[]="
#
define BORDERPX 1
#
define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
#
define NORMBORDERCOLOR "#dddddd"
+ 1
- 1
config.mk
View File
@ -1,5 +1,5 @@
# dwm version
VERSION
=
3.
1
VERSION
=
3.
2
# Customize below to fit your system
+ 1
- 1
dwm.1
View File
@ -25,7 +25,7 @@ window are indicated with a filled square in the top left corner. The tags
which are applied to one or more windows are indicated with an empty square in
the top left corner.
.P
dwm draws a
1-pixe
l border around windows to indicate the focus state.
dwm draws a
smal
l border around windows to indicate the focus state.
.SH OPTIONS
.TP
.B \-v
+ 0
- 1
dwm.h
View File
@ -37,7 +37,6 @@
/* mask shorthands, used in event.c and client.c */
#
define BUTTONMASK (ButtonPressMask | ButtonReleaseMask)
/* other stuff used in different places */
#
define BORDERPX 1
#
define PROTODELWIN 1
enum
{
NetSupported
,
NetWMName
,
NetLast
}
;
/* EWMH atoms */
Write
Preview
Loading…
Cancel
Save