Files
dtos-dotfiles/.config/xmonad/pacman-hooks/recompile-xmonad.hook
Derek Taylor a91301075a Revert "Update"
This reverts commit 777960ac7b.
2025-12-03 11:20:33 -06:00

11 lines
265 B
Plaintext

[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'"