Fix, use right path to reload hyprland in darkman's config
This commit is contained in:
parent
c944602b34
commit
828febbe05
1 changed files with 1 additions and 1 deletions
2
ui.nix
2
ui.nix
|
|
@ -230,7 +230,7 @@ in
|
||||||
|
|
||||||
services.darkman = let
|
services.darkman = let
|
||||||
reload-hyprland = ''
|
reload-hyprland = ''
|
||||||
hyprctl reload
|
${pkgs.hyprland}/bin/hyprctl reload
|
||||||
'';
|
'';
|
||||||
reload-st = ''
|
reload-st = ''
|
||||||
kill -SIGUSR1 $(pgrep st) # reload st config
|
kill -SIGUSR1 $(pgrep st) # reload st config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue