12 lines
188 B
Plaintext
12 lines
188 B
Plaintext
|
# Recompile Xmonad and Xmobar on package installation
|
||
|
|
||
|
[Trigger]
|
||
|
Operation = Upgrade
|
||
|
Type = Package
|
||
|
Target = *
|
||
|
|
||
|
[Action]
|
||
|
Depends = xmonad xmonad-contrib
|
||
|
When = PostTransaction
|
||
|
Exec = xxmr
|