vanadium/autorandr: kill xmobar when switching

This commit is contained in:
Primrose 2025-10-03 19:18:32 +08:00
parent f90f23ddb2
commit d86e3c989d
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -29,6 +29,7 @@
services.autorandr = {
enable = true;
hooks.postswitch = {
"10_xmobar" = "pkill xmobar"; # make sure there are no duplicated xmobar
"20_xmonad" = "xmonad --restart"; # make sure feh keeps up
};