From 0b6057404f65218182ab27a9483a21065ef61fca Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 7 Nov 2011 21:50:33 -0600 Subject: Rename kwin to twin (Part 2 of 2) --- twin/data/twin_focus1.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 twin/data/twin_focus1.sh (limited to 'twin/data/twin_focus1.sh') diff --git a/twin/data/twin_focus1.sh b/twin/data/twin_focus1.sh new file mode 100644 index 000000000..6ffe0e039 --- /dev/null +++ b/twin/data/twin_focus1.sh @@ -0,0 +1,13 @@ +#! /bin/sh +was= +while read line; do + if echo "$line" | grep '^IgnoreFocusStealingClasses=' >/dev/null 2>/dev/null; then + echo "$line" | sed 's/\(^IgnoreFocusStealingClasses=.*$\)/\1,kio_uiserver/' + was=1 + else + echo "$line" + fi +done +if test -z "$was"; then + echo "IgnoreFocusStealingClasses=kio_uiserver" +fi -- cgit v1.2.1