diff options
author | ThanosApollo <[email protected]> | 2022-10-12 19:27:50 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-12 19:27:50 +0300 |
commit | 9624d231900e2318a48b844a045a12f316cd8be1 (patch) | |
tree | de8c76baf5850c27bc6b4418f90836ada52ed391 /.config/xmonad/pacman-hooks/recompile-xmonadh.hook | |
parent | b6b3156549337db18075291ba2e01055575cecd0 (diff) |
Remove dt xmonad
Diffstat (limited to '.config/xmonad/pacman-hooks/recompile-xmonadh.hook')
-rw-r--r-- | .config/xmonad/pacman-hooks/recompile-xmonadh.hook | 10 |
1 files changed, 0 insertions, 10 deletions
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'" |