diff options
Diffstat (limited to 'hm/env')
| -rw-r--r-- | hm/env/niri/binds.nix | 2 | ||||
| -rw-r--r-- | hm/env/niri/niri.nix | 4 |
2 files changed, 5 insertions, 1 deletions
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; [ |
