repo.or.cz
/
personal-kdebase.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
not quite so much needs to be delayed to the init() function
[personal-kdebase.git]
/
workspace
/
kwin
/
data
/
kwin_focus1.sh
blob
6ffe0e0398bc827ff8d6c44cd7a60f55c7ce51d2
1
#! /bin/sh
2
was
=
3
while
read
line
;
do
4
if
echo
"
$line
"
|
grep
'^IgnoreFocusStealingClasses='
>/
dev
/
null
2
>/
dev
/
null
;
then
5
echo
"
$line
"
|
sed
's/\(^IgnoreFocusStealingClasses=.*$\)/\1,kio_uiserver/'
6
was
=
1
7
else
8
echo
"
$line
"
9
fi
10
done
11
if
test -z
"
$was
"
;
then
12
echo
"IgnoreFocusStealingClasses=kio_uiserver"
13
fi