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
applied Nicolas Capit's patch as interim solution until the multiscreen support is reworked in 6.0
config
garbeam@gmail.com
13 years ago
parent
e83f36db10
commit
867ba36030
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
@ -442,7 +442,7 @@ buttonpress(XEvent *e) {
}
else
if
(
ev
-
>
x
<
x
+
blw
)
click
=
ClkLtSymbol
;
else
if
(
ev
-
>
x
>
selmon
-
>
w
x
+
selmon
-
>
w
w
-
TEXTW
(
stext
)
)
else
if
(
ev
-
>
x
>
selmon
-
>
ww
-
TEXTW
(
stext
)
)
click
=
ClkStatusText
;
else
click
=
ClkWinTitle
;
Write
Preview
Loading…
Cancel
Save