summaryrefslogtreecommitdiffstats
path: root/twin/data/twin_focus1.sh
diff options
context:
space:
mode:
Diffstat (limited to 'twin/data/twin_focus1.sh')
-rw-r--r--twin/data/twin_focus1.sh13
1 files changed, 13 insertions, 0 deletions
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