vanadium/display: reference program path

This commit is contained in:
Primrose 2025-10-22 22:46:45 +08:00
parent 3ac7e3b73b
commit 81293e97e6
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -29,8 +29,8 @@
services.autorandr = { services.autorandr = {
enable = true; enable = true;
hooks.postswitch = { hooks.postswitch = {
"10_xmobar" = "pkill xmobar"; # make sure there are no duplicated xmobar "10_xmobar" = "${lib.getExe' pkgs.toybox "pkill"} xmobar"; # make sure there are no duplicated xmobar
"20_xmonad" = "xmonad --restart"; # make sure feh keeps up "20_xmonad" = "${lib.getExe pkgs.haskellPackages.xmonad} --restart"; # make sure feh keeps up
}; };
profiles = let profiles = let