From 2e0eb02fd744aed40ce61c56f5807c1e5e6f1224 Mon Sep 17 00:00:00 2001 From: adikro Date: Tue, 23 Dec 2025 09:30:43 +0100 Subject: added obs clips and a basic mpv config to be finished --- hm/env/niri/binds.nix | 2 ++ hm/env/niri/niri.nix | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'hm/env') diff --git a/hm/env/niri/binds.nix b/hm/env/niri/binds.nix index cb0feca..fc452a5 100644 --- a/hm/env/niri/binds.nix +++ b/hm/env/niri/binds.nix @@ -87,6 +87,8 @@ in # --- Window State --- "Mod+Shift+Q".action = close-window; + "Super+Return".action = spawn "obs-cmd" "replay" "save"; + } // ( # --- Generated Workspace Binds (1-9) --- builtins.listToAttrs (builtins.concatMap (i: let 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; [ -- cgit v1.3