From d160269cdedc5b0d0a543a5379ef188fc1169da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Tue, 23 Mar 2004 16:52:12 +0000 Subject: [PATCH] I guess I didn't intend to commit this file with that. svn path=/trunk/kdebase/kwin/; revision=298096 --- kwin_focus1.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kwin_focus1.sh b/kwin_focus1.sh index 3766bf9942..4fd48d2d48 100644 --- a/kwin_focus1.sh +++ b/kwin_focus1.sh @@ -1,17 +1,13 @@ #! /bin/sh was= while read line; do - echo LINE:$line >>/tmp/qwe.txt if echo "$line" | grep '^IgnoreFocusStealingClasses=' >/dev/null 2>/dev/null; then - echo REPLACE >>/tmp/qwe.txt echo "$line" | sed 's/\(^IgnoreFocusStealingClasses=.*$\)/\1,kded,kio_uiserver,kget/' - echo "$line" | sed 's/\(^IgnoreFocusStealingClasses=.*$\)/\1,kded,kio_uiserver,kget/' >>/tmp/qwe.txt was=1 else echo "$line" fi done if test -z "$was"; then - echo APPEND >>/tmp/qwe.txt echo "IgnoreFocusStealingClasses=kded,kio_uiserver,kget" fi