summaryrefslogtreecommitdiff
path: root/manifests/xmonad.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-02-13 14:44:11 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-13 14:44:11 +0100
commit2bd47cf1a6ebe114d6b334408c34d6cbfd0019f2 (patch)
tree8eee98b8316fc12df636db71b599d58cc2adb9b3 /manifests/xmonad.pp
parentprofile workstation allow override xkb keyboard. (diff)
downloadprofiles-2bd47cf1a6ebe114d6b334408c34d6cbfd0019f2.tar.gz
profiles-2bd47cf1a6ebe114d6b334408c34d6cbfd0019f2.tar.xz
Remove xmonad hook.
Diffstat (limited to 'manifests/xmonad.pp')
-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',