aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/window-overview
blob: 62b50d91d101f22f6e4ee02cbec97beff55b56c7 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# prevent multiple instances
pidof -s -o '%PPID' -x "$(basename "$0")" > /dev/null 2>&1 && exit;

# run skippy-xd
skippy-xd > /dev/null 2>&1;