mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium/display: reference program path
This commit is contained in:
parent
3ac7e3b73b
commit
81293e97e6
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue