From 96361db56c026b405179c98b1dbd58c8a3f2131d Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 29 Apr 2018 23:46:44 -0400 Subject: [other] remove some of the out of date stuff TODO: Makefile rules for setting up my zim-based zsh setup, along with the zsh plugins I use --- other/acpid/jack.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 other/acpid/jack.sh (limited to 'other/acpid/jack.sh') diff --git a/other/acpid/jack.sh b/other/acpid/jack.sh deleted file mode 100755 index e71d17d..0000000 --- a/other/acpid/jack.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash -# acpi script that takes an entry for headphone actions - -case "$1" in - jack/headphone) - case "$3" in - plug) - echo "⮜" > /tmp/spkicon - ;; - unplug) - echo "⮟" > /tmp/spkicon - ;; - esac - ;; -esac - -# vim:set ts=4 sw=4 ft=sh et: -- cgit v1.2.3-60-g2f50