diff options
Diffstat (limited to '.config/xmonad/pacman-hooks')
-rw-r--r-- | .config/xmonad/pacman-hooks/recompile-xmonad.hook | 10 | ||||
-rw-r--r-- | .config/xmonad/pacman-hooks/recompile-xmonadh.hook | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/.config/xmonad/pacman-hooks/recompile-xmonad.hook b/.config/xmonad/pacman-hooks/recompile-xmonad.hook deleted file mode 100644 index 5ef068c..0000000 --- a/.config/xmonad/pacman-hooks/recompile-xmonad.hook +++ /dev/null @@ -1,10 +0,0 @@ -[Trigger] -Operation = Upgrade -Type = Package -Target = xmonad* - -[Action] -Description = Recompiling Xmonad now because of Xmonad updates... -When = PostTransaction -Depends = xmonad -Exec = /bin/sh -c "runuser -l $( who | cut -d ' ' -f1 | uniq) -c 'xmonad --recompile'" diff --git a/.config/xmonad/pacman-hooks/recompile-xmonadh.hook b/.config/xmonad/pacman-hooks/recompile-xmonadh.hook deleted file mode 100644 index c014cbb..0000000 --- a/.config/xmonad/pacman-hooks/recompile-xmonadh.hook +++ /dev/null @@ -1,10 +0,0 @@ -[Trigger] -Operation = Upgrade -Type = Package -Target = haskell* - -[Action] -Description = Recompiling Xmonad now because of Haskell updates ... -When = PostTransaction -Depends = xmonad -Exec = /bin/sh -c "runuser -l $( who | cut -d ' ' -f1 | uniq) -c 'xmonad --recompile'" |