summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorvin <vin@vineetk.net>2025-01-12 20:36:21 -0500
committervin <vin@vineetk.net>2025-01-12 20:36:34 -0500
commita320a548d95f538bcce8f8f6f071b41db930b67b (patch)
tree0a7da9694d7cac3056e8f699e2e89c7bb0c3faa5 /home.nix
parent538e87823b3a4a53239a9670415ee9bb57e34785 (diff)
temporarily remove aerc extraBinds and rename i3 ws 0 to 10
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix11
1 files changed, 3 insertions, 8 deletions
diff --git a/home.nix b/home.nix
index addc4ee..bca76d1 100644
--- a/home.nix
+++ b/home.nix
@@ -25,6 +25,7 @@ in {
25 scrot 25 scrot
26 tree 26 tree
27 vesktop 27 vesktop
28 xclip
28 xdotool 29 xdotool
29 xsel 30 xsel
30 xwallpaper 31 xwallpaper
@@ -134,12 +135,6 @@ in {
134 cache-headers = true; 135 cache-headers = true;
135 }; 136 };
136 }; 137 };
137 extraBinds = {
138 messages = {
139 d = ":move Trash<Enter>";
140 q = ":quit<Enter>";
141 };
142 };
143 extraConfig = { 138 extraConfig = {
144 general = { 139 general = {
145 unsafe-accounts-conf = true; 140 unsafe-accounts-conf = true;
@@ -870,7 +865,7 @@ interceptor.register(int_fn)
870 "${modifier}+7" = "workspace number 7"; 865 "${modifier}+7" = "workspace number 7";
871 "${modifier}+8" = "workspace number 8"; 866 "${modifier}+8" = "workspace number 8";
872 "${modifier}+9" = "workspace number 9"; 867 "${modifier}+9" = "workspace number 9";
873 "${modifier}+0" = "workspace number 0"; 868 "${modifier}+0" = "workspace number 10";
874 "${modifier}+Shift+1" = "move container to workspace number 1"; 869 "${modifier}+Shift+1" = "move container to workspace number 1";
875 "${modifier}+Shift+2" = "move container to workspace number 2"; 870 "${modifier}+Shift+2" = "move container to workspace number 2";
876 "${modifier}+Shift+3" = "move container to workspace number 3"; 871 "${modifier}+Shift+3" = "move container to workspace number 3";
@@ -880,7 +875,7 @@ interceptor.register(int_fn)
880 "${modifier}+Shift+7" = "move container to workspace number 7"; 875 "${modifier}+Shift+7" = "move container to workspace number 7";
881 "${modifier}+Shift+8" = "move container to workspace number 8"; 876 "${modifier}+Shift+8" = "move container to workspace number 8";
882 "${modifier}+Shift+9" = "move container to workspace number 9"; 877 "${modifier}+Shift+9" = "move container to workspace number 9";
883 "${modifier}+Shift+0" = "move container to workspace number 0"; 878 "${modifier}+Shift+0" = "move container to workspace number 10";
884 879
885 "${modifier}+Ctrl+Shift+b" = "splith"; 880 "${modifier}+Ctrl+Shift+b" = "splith";
886 "${modifier}+Ctrl+Shift+v" = "splitv"; 881 "${modifier}+Ctrl+Shift+v" = "splitv";