diff options
| author | adikro <adikro@disroot.org> | 2025-12-23 09:30:43 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-23 09:30:43 +0100 |
| commit | 2e0eb02fd744aed40ce61c56f5807c1e5e6f1224 (patch) | |
| tree | 5f39d14f8a763cbb7fd5d1519e42f0ea01d5a11b /hm/env/niri/niri.nix | |
| parent | 49bf16698295cd068e125333ec2f7c7bfa6bda27 (diff) | |
added obs clips and a basic mpv config to be finished
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; [ |
