mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
make onboarding window it’s own class and don’t restart other chromium instances
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
pkill chrome &
|
||||
pids=$(xdotool search --class "TooloopOnboarding")
|
||||
for pid in $pids; do
|
||||
xkill -id $pid
|
||||
break
|
||||
done
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user