commit 932335298c5491b9d15e24e1a07007eb37fd773e parent a3a3b4ee5bd51d3662b395997912fd2919d1aeb7 Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe> Date: Wed, 25 May 2022 22:40:14 -0500 Removed unwanted file Diffstat:
| D | linux/.config/hooks | | | 6 | ------ |
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/linux/.config/hooks b/linux/.config/hooks @@ -1,6 +0,0 @@ -#!/bin/sh -case $1 in -period-changed) - exec notify-send "Redshift" "Period changed to $3" - ;; -esac