diff options
Diffstat (limited to 'hm/env/niri/niri.nix')
| -rw-r--r-- | hm/env/niri/niri.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hm/env/niri/niri.nix b/hm/env/niri/niri.nix index eb073e7..cc8899a 100644 --- a/hm/env/niri/niri.nix +++ b/hm/env/niri/niri.nix @@ -45,7 +45,7 @@ in mode = { width = 2560; height = 1440; - refresh = 239.998; + # refresh = 239.998; }; }; }; @@ -82,6 +82,8 @@ in spawn-at-startup = [ { command = [ "${lib.getExe pkgs.xwayland-satellite}" ]; } { command = [ "awww-daemon" ]; } + { command = [ "waybar" ]; } + { command = [ "obs" "--disable-missing-files-check" "--startreplaybuffer" ]; } ]; }; home.packages = with pkgs; [ |
