swww init → swww-daemon
This commit is contained in:
parent
c6e88ecd10
commit
b07fde7d6d
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
inherit (inputs.nixpkgs-wayland.packages.${pkgs.system}) wl-clipboard;
|
||||
wl-copy = getExe' wl-clipboard "wl-copy";
|
||||
wl-paste = getExe' wl-clipboard "wl-paste";
|
||||
swww = getExe inputs.nixpkgs-wayland.packages.${pkgs.system}.swww;
|
||||
swww-daemon = getExe' inputs.nixpkgs-wayland.packages.${pkgs.system}.swww "swww-daemon";
|
||||
wlsunset = getExe inputs.nixpkgs-wayland.packages.${pkgs.system}.wlsunset;
|
||||
anyrun = getExe inputs.anyrun.packages.${pkgs.system}.anyrun;
|
||||
|
||||
|
@ -496,7 +496,7 @@ in {
|
|||
# TODO do something with this
|
||||
#"${wl-paste} --watch cliphist store"
|
||||
|
||||
"${swww} init"
|
||||
"${swww-daemon}"
|
||||
"${wlsunset} -S 06:00 -s 20:00"
|
||||
# TODO fix fcitx5
|
||||
#"fcitx5"
|
||||
|
|
Loading…
Reference in a new issue