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
renamed ARRANGE into DEFMODE
master
arg@10ksloc.org
19 years ago
parent
d8675f6f30
commit
ab7a11c0c7
3 changed files
with
3 additions
and
4 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
config.arg.h
+1
-1
config.h
+1
-1
tag.c
+ 1
- 2
config.arg.h
View File
@ -4,8 +4,7 @@
*/
*/
enum
{
Tfnord
,
Tdev
,
Tnet
,
Twork
,
Tmisc
,
TLast
}
;
enum
{
Tfnord
,
Tdev
,
Tnet
,
Twork
,
Tmisc
,
TLast
}
;
#
define ARRANGE dotile
/* dofloat */
#
define DEFMODE dotile
/* dofloat */
#
define DEFTAG Tdev
#
define DEFTAG Tdev
#
define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
#
define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
#
define BGCOLOR "#0a2c2d"
#
define BGCOLOR "#0a2c2d"
+ 1
- 1
config.h
View File
@ -4,8 +4,8 @@
*/
*/
enum
{
Tfnord
,
Tdev
,
Tnet
,
Twork
,
Tmisc
,
TLast
}
;
enum
{
Tfnord
,
Tdev
,
Tnet
,
Twork
,
Tmisc
,
TLast
}
;
#
define DEFMODE dotile
/* dofloat */
#
define DEFTAG Tdev
#
define DEFTAG Tdev
#
define ARRANGE dotile
/* dofloat */
#
define FONT "fixed"
#
define FONT "fixed"
#
define BGCOLOR "#666699"
#
define BGCOLOR "#666699"
#
define FGCOLOR "#eeeeee"
#
define FGCOLOR "#eeeeee"
+ 1
- 1
tag.c
View File
@ -21,7 +21,7 @@ typedef struct {
TAGS
TAGS
RULES
RULES
void
(
*
arrange
)
(
Arg
*
)
=
ARRANG
E
;
void
(
*
arrange
)
(
Arg
*
)
=
DEFMOD
E
;
/* extern */
/* extern */
Write
Preview
Loading…
Cancel
Save