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_focus2.sh
blob
c3d6f9eeafef7470cf18a02f543a8f22124e4caa
1
#! /bin/sh
2
while
read
line
;
do
3
if
echo
"
$line
"
|
grep
'^IgnoreFocusStealingClasses='
>/
dev
/
null
2
>/
dev
/
null
;
then
4
echo
"
$line
"
|
sed
's/,kded//'
|
sed
's/kded,//'
|
sed
's/,kget//'
|
sed
's/kget,//'
5
else
6
echo
"
$line
"
7
fi
8
done