From e9ff9f02c74656f9b02c50ac100fc3cd06d282d7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 28 Feb 2021 00:50:13 -0500 Subject: actually fully delete touchegg --- Makefile.hornet | 1 - services/available/touchegg/log/run | 3 --- services/available/touchegg/run | 2 -- 3 files changed, 6 deletions(-) delete mode 100755 services/available/touchegg/log/run delete mode 100755 services/available/touchegg/run diff --git a/Makefile.hornet b/Makefile.hornet index 80df146..49917bd 100644 --- a/Makefile.hornet +++ b/Makefile.hornet @@ -10,7 +10,6 @@ INSTALL := \ .config/offlineimap/config \ .config/offlineimap/pass.py \ .config/perspektiv/config.toml \ - .config/touchegg/touchegg.conf \ .mpdscribble \ .notmuch-config \ .ssh/authorized_keys \ diff --git a/services/available/touchegg/log/run b/services/available/touchegg/log/run deleted file mode 100755 index d38dc0b..0000000 --- a/services/available/touchegg/log/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -exec multilog t s16777215 $HOME/.log/touchegg diff --git a/services/available/touchegg/run b/services/available/touchegg/run deleted file mode 100755 index b1a6780..0000000 --- a/services/available/touchegg/run +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec touchegg 2>/dev/null -- cgit v1.2.3-54-g00ecf