diff options
| author | adikro <adikro@disroot.org> | 2026-03-10 21:30:09 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-10 21:30:09 +0100 |
| commit | 984f5316832ee02369382d00a77a03b173278e68 (patch) | |
| tree | 54aa520b0f1939ca2120499113972d21af8b5dee /hm | |
| parent | 1f0d7bd7065e92e47cf80ad6950ae566657f865a (diff) | |
added laptop host
Diffstat (limited to 'hm')
| -rw-r--r-- | hm/env/niri/binds.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hm/env/niri/binds.nix b/hm/env/niri/binds.nix index a84d5f5..c071d2e 100644 --- a/hm/env/niri/binds.nix +++ b/hm/env/niri/binds.nix @@ -9,7 +9,7 @@ with config.lib.niri.actions; let playerctl = spawn "${pkgs.playerctl}/bin/playerctl"; ssPath = "${toString config.hm.conf.xdg-dirs.storagePath}/pics/ss/$(date +%Y-%m-%d_%H-%M-%S)"; - obsPass = osConfig.sops.secrets."obs/websocket_password".path; + # obsPass = osConfig.sops.secrets."obs/websocket_password".path; in { # --- System & Media --- @@ -36,7 +36,7 @@ in "Mod+Return".action = spawn "footclient"; "Mod+D".action = spawn "fuzzel"; "Mod+Shift+D".action = spawn "sh" "-c" "cliphist list | fuzzel --dmenu | cliphist decode | wl-copy"; - "Super+Return".action = spawn "sh" "-c" "OBS_WEBSOCKET_URL=$(cat ${obsPass}) obs-cmd replay save"; + # "Super+Return".action = spawn "sh" "-c" "OBS_WEBSOCKET_URL=$(cat ${obsPass}) obs-cmd replay save"; "Super+C".action = spawn "qalculate-gtk"; "Super+D".action = spawn "equibop"; |
