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
forcing fullscreen windows to bw=0, though most fullscreen apps are broken anyways
config
Anselm R Garbe
16 years ago
parent
6fad4c49f1
commit
4a2902efe4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dwm.c
+ 1
- 1
dwm.c
View File
@ -904,7 +904,7 @@ manage(Window w, XWindowAttributes *wa) {
if
(
c
-
>
w
=
=
sw
&
&
c
-
>
h
=
=
sh
)
{
c
-
>
x
=
sx
;
c
-
>
y
=
sy
;
c
-
>
bw
=
wa
-
>
border_width
;
c
-
>
bw
=
0
;
}
else
{
if
(
c
-
>
x
+
c
-
>
w
+
2
*
c
-
>
bw
>
sx
+
sw
)
Write
Preview
Loading…
Cancel
Save