mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-08 05:49:25 -06:00
feat: updated a binding
This commit is contained in:
parent
2fdadf15f0
commit
7cf2f70441
1 changed files with 22 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ let
|
||||||
superBinds = builtins.map (x: "SUPER, " + x) [
|
superBinds = builtins.map (x: "SUPER, " + x) [
|
||||||
# Apps
|
# Apps
|
||||||
"Z, exec, ${lib.getExe pkgs.obsidian}"
|
"Z, exec, ${lib.getExe pkgs.obsidian}"
|
||||||
"H, exec, ${lib.getExe pkgs.feishin}"
|
|
||||||
"G, exec, ${lib.getExe pkgs.scrcpy}"
|
"G, exec, ${lib.getExe pkgs.scrcpy}"
|
||||||
"S, exec, ${lib.getExe pkgs.steam}"
|
"S, exec, ${lib.getExe pkgs.steam}"
|
||||||
"N, exec, ${lib.getExe pkgs.signal-desktop-bin}"
|
"N, exec, ${lib.getExe pkgs.signal-desktop-bin}"
|
||||||
|
|
@ -38,6 +37,7 @@ let
|
||||||
"D, exec, ${lib.getExe pkgs.ghostty}"
|
"D, exec, ${lib.getExe pkgs.ghostty}"
|
||||||
"P, exec, ${lib.getExe pkgs.bitwarden-desktop}"
|
"P, exec, ${lib.getExe pkgs.bitwarden-desktop}"
|
||||||
"F, exec, ${lib.getExe pkgs.ghostty} -e ${lib.getExe pkgs.zellij} a dotfiles"
|
"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}"
|
"R, exec, ${lib.getExe pkgs.ghostty} -e ${lib.getExe pkgs.yazi}"
|
||||||
# Workspaces
|
# Workspaces
|
||||||
"1, workspace, 1"
|
"1, workspace, 1"
|
||||||
|
|
@ -50,6 +50,17 @@ let
|
||||||
"8, workspace, 8"
|
"8, workspace, 8"
|
||||||
"9, workspace, 9"
|
"9, workspace, 9"
|
||||||
"0, workspace, 10"
|
"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
|
# Windows
|
||||||
"Tab, killactive"
|
"Tab, killactive"
|
||||||
"Backspace, layoutmsg, togglesplit"
|
"Backspace, layoutmsg, togglesplit"
|
||||||
|
|
@ -124,6 +135,16 @@ let
|
||||||
"8, movetoworkspacesilent, 8"
|
"8, movetoworkspacesilent, 8"
|
||||||
"9, movetoworkspacesilent, 9"
|
"9, movetoworkspacesilent, 9"
|
||||||
"0, movetoworkspacesilent, 10"
|
"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) [
|
functionBinds = builtins.map (x: " , " + x) [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue