swap hyprpaper for swww

This commit is contained in:
notohh 2022-12-12 02:46:51 -05:00
parent f1900a3c6d
commit 47a9352109
2 changed files with 7 additions and 2 deletions

View file

@ -151,6 +151,7 @@
qemu_kvm qemu_kvm
cmake cmake
meson meson
lz4
python3 python3
python3.pkgs.pip python3.pkgs.pip

View file

@ -73,10 +73,14 @@ in
WLR_NO_HARDWARE_CURSORS = "1"; WLR_NO_HARDWARE_CURSORS = "1";
MOZ_ENABLE_WAYLAND = "1"; MOZ_ENABLE_WAYLAND = "1";
PATH = [ PATH = [
"$HOME/bin/swww" "$HOME/bin/:$PATH"
"$HOME/bin/swww-daemon"
]; ];
#SWW
SWWW_TRANSITION_TYPE = "center";
SWWW_TRANSITION_FPS = "60";
}; };
services.greetd = { services.greetd = {