From 7cf2f704411ac4cb6abc028df32120cca08049d6 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 7 Dec 2025 03:11:08 -0600 Subject: [PATCH] feat: updated a binding --- .../gui/desktop/hypr/land/config/bind.nix | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/modules/home/gui/desktop/hypr/land/config/bind.nix b/modules/home/gui/desktop/hypr/land/config/bind.nix index 9aee74c..493329a 100755 --- a/modules/home/gui/desktop/hypr/land/config/bind.nix +++ b/modules/home/gui/desktop/hypr/land/config/bind.nix @@ -25,7 +25,6 @@ let superBinds = builtins.map (x: "SUPER, " + x) [ # Apps "Z, exec, ${lib.getExe pkgs.obsidian}" - "H, exec, ${lib.getExe pkgs.feishin}" "G, exec, ${lib.getExe pkgs.scrcpy}" "S, exec, ${lib.getExe pkgs.steam}" "N, exec, ${lib.getExe pkgs.signal-desktop-bin}" @@ -38,6 +37,7 @@ let "D, exec, ${lib.getExe pkgs.ghostty}" "P, exec, ${lib.getExe pkgs.bitwarden-desktop}" "F, exec, ${lib.getExe pkgs.ghostty} -e ${lib.getExe pkgs.zellij} a dotfiles" + "H, exec, ${lib.getExe pkgs.ghostty} -e ${lib.getExe pkgs.rmpc}" "R, exec, ${lib.getExe pkgs.ghostty} -e ${lib.getExe pkgs.yazi}" # Workspaces "1, workspace, 1" @@ -50,6 +50,17 @@ let "8, workspace, 8" "9, workspace, 9" "0, workspace, 10" + "F1, workspace, 1" + "F2, workspace, 2" + "F3, workspace, 3" + "F4, workspace, 4" + "F5, workspace, 5" + "F6, workspace, 6" + "F7, workspace, 7" + "F8, workspace, 8" + "F9, workspace, 9" + "F10, workspace, 10" + # Windows "Tab, killactive" "Backspace, layoutmsg, togglesplit" @@ -124,6 +135,16 @@ let "8, movetoworkspacesilent, 8" "9, movetoworkspacesilent, 9" "0, movetoworkspacesilent, 10" + "F1, movetoworkspacesilent, 1" + "F2, movetoworkspacesilent, 2" + "F3, movetoworkspacesilent, 3" + "F4, movetoworkspacesilent, 4" + "F5, movetoworkspacesilent, 5" + "F6, movetoworkspacesilent, 6" + "F7, movetoworkspacesilent, 7" + "F8, movetoworkspacesilent, 8" + "F9, movetoworkspacesilent, 9" + "F10, movetoworkspacesilent, 10" ]; functionBinds = builtins.map (x: " , " + x) [