This website works better with JavaScript.
Home
Explore
Help
Sign In
gmarx
/
dwm-macbookair
mirror of
https://github.com/gmarxcc/dwm-macbookair
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fixed small offset issue
main
Anselm R. Garbe
18 years ago
parent
7225c99903
commit
f833d109d1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
view.c
+ 1
- 1
view.c
View File
@ -194,7 +194,7 @@ dotile(Arg *arg) {
break
;
case
StackBottom
:
c
-
>
x
=
sx
;
c
-
>
y
=
sy
+
master
;
c
-
>
y
=
sy
+
master
+
bh
;
break
;
case
StackRight
:
c
-
>
x
=
sx
+
master
;
Write
Preview
Loading…
Cancel
Save