nixos-config

NixOS configs for my systems
Log | Files | Refs

commit a320a548d95f538bcce8f8f6f071b41db930b67b
parent 538e87823b3a4a53239a9670415ee9bb57e34785
Author: vin <vin@vineetk.net>
Date:   Sun, 12 Jan 2025 20:36:21 -0500

temporarily remove aerc extraBinds and rename i3 ws 0 to 10

Diffstat:
Mhome.nix | 11+++--------
1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/home.nix b/home.nix @@ -25,6 +25,7 @@ in { scrot tree vesktop + xclip xdotool xsel xwallpaper @@ -134,12 +135,6 @@ in { cache-headers = true; }; }; - extraBinds = { - messages = { - d = ":move Trash<Enter>"; - q = ":quit<Enter>"; - }; - }; extraConfig = { general = { unsafe-accounts-conf = true; @@ -870,7 +865,7 @@ interceptor.register(int_fn) "${modifier}+7" = "workspace number 7"; "${modifier}+8" = "workspace number 8"; "${modifier}+9" = "workspace number 9"; - "${modifier}+0" = "workspace number 0"; + "${modifier}+0" = "workspace number 10"; "${modifier}+Shift+1" = "move container to workspace number 1"; "${modifier}+Shift+2" = "move container to workspace number 2"; "${modifier}+Shift+3" = "move container to workspace number 3"; @@ -880,7 +875,7 @@ interceptor.register(int_fn) "${modifier}+Shift+7" = "move container to workspace number 7"; "${modifier}+Shift+8" = "move container to workspace number 8"; "${modifier}+Shift+9" = "move container to workspace number 9"; - "${modifier}+Shift+0" = "move container to workspace number 0"; + "${modifier}+Shift+0" = "move container to workspace number 10"; "${modifier}+Ctrl+Shift+b" = "splith"; "${modifier}+Ctrl+Shift+v" = "splitv";