aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-01-11 03:26:26 -0500
committertdro <tdro@users.noreply.github.com>2020-01-11 03:26:26 -0500
commit6e49280021efabb3f2c758fa4109b04a346aed7a (patch)
tree9e9a0c93d3b34010b35c04674bdf3435abbd27a4 /.config/awesome
parent6accb45c4f33f2ab7cf024571ba54c12b1290af2 (diff)
downloaddotfiles-6e49280021efabb3f2c758fa4109b04a346aed7a.tar.gz
dotfiles-6e49280021efabb3f2c758fa4109b04a346aed7a.tar.bz2
dotfiles-6e49280021efabb3f2c758fa4109b04a346aed7a.zip
.config/awesome/scripts/window-overview: Use absolute path
Diffstat (limited to '.config/awesome')
-rwxr-xr-x.config/awesome/scripts/window-overview2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/scripts/window-overview b/.config/awesome/scripts/window-overview
index 6fff526..ea773c1 100755
--- a/.config/awesome/scripts/window-overview
+++ b/.config/awesome/scripts/window-overview
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/bin/sh
# Prevent multiple instances
pidof -s -o '%PPID' -x $( basename $0 ) > /dev/null 2>&1 && killall skippy-xd && exit