From b1b1689758a24274736524541dbf6d0196a04880 Mon Sep 17 00:00:00 2001 From: Nydragon Date: Wed, 11 Dec 2024 19:38:05 +0100 Subject: [PATCH] fix: disable uwsm and add swww fps --- home/graphical/swww.nix | 4 +++- hosts/marr/default.nix | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/home/graphical/swww.nix b/home/graphical/swww.nix index 9746a72..262e042 100644 --- a/home/graphical/swww.nix +++ b/home/graphical/swww.nix @@ -16,7 +16,9 @@ Service = { Type = "simple"; ExecStart = "${pkgs.swww}/bin/swww-daemon"; - ExecStartPost = "${pkgs.swww}/bin/swww img ${self + "/assets/landscape-pink-pastel.jpg"} -t wipe"; + ExecStartPost = "${pkgs.swww}/bin/swww img ${ + self + "/assets/landscape-pink-pastel.jpg" + } -t wipe --transition-fps 144"; Restart = "on-failure"; ProtectHome = "tmpfs"; diff --git a/hosts/marr/default.nix b/hosts/marr/default.nix index a2754ca..231422f 100644 --- a/hosts/marr/default.nix +++ b/hosts/marr/default.nix @@ -73,7 +73,6 @@ }; programs = { - uwsm.enable = true; dconf.enable = true; fish.enable = true; firefox.enable = true;