summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--manifests/xmonad.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/xmonad.pp b/manifests/xmonad.pp
index be8d516..2a6f41b 100644
--- a/manifests/xmonad.pp
+++ b/manifests/xmonad.pp
@@ -17,6 +17,7 @@ class profiles::xmonad {
# It's actually pretty ugly that I'm hardcoded in here, but
# something had to be done.
pacman::hook { 'xmonad':
+ ensure => 'absent',
description => 'Rebuild local xmonad config.',
when => 'PostTransaction',
exec => '/bin/sudo -Hu hugo xmonad --recompile',