This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dwm
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
s/DEFGEOM/CUSTOMGEOM/
config
Anselm R Garbe
16 years ago
parent
bdc80bdad6
commit
3afca3e6a1
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
dwm.c
+ 2
- 2
dwm.c
View File
@ -1574,8 +1574,8 @@ void
updategeom
(
void
)
{
unsigned
int
i
;
#
ifdef
DEF
GEOM
/* define your own if you are Xinerama user */
DEF
GEOM
#
ifdef
CUSTOM
GEOM
/* define your own if you are Xinerama user */
CUSTOM
GEOM
#
else
/* bar geometry*/
bx
=
0
;
Write
Preview
Loading…
Cancel
Save