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
added kludge to fix some input focus misbehavior in gedit and anjuta, thanks Martti Kühne
main
anselm@garbe.us
12 years ago
parent
3bfc43c3d0
commit
90f3238301
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
dwm.c
+ 2
- 1
dwm.c
View File
@ -884,7 +884,8 @@ focusmon(const Arg *arg) {
return
;
if
(
(
m
=
dirtomon
(
arg
-
>
i
)
)
=
=
selmon
)
return
;
unfocus
(
selmon
-
>
sel
,
True
)
;
unfocus
(
selmon
-
>
sel
,
False
)
;
/* s/True/False/ fixes input focus issues
in
gedit
and
anjuta
*/
selmon
=
m
;
focus
(
NULL
)
;
}
Write
Preview
Loading…
Cancel
Save