about summary refs log tree commit diff
path: root/users/glittershark/system/home/machines/chupacabra.nix
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-12-01T16·58-0500
committerglittershark <grfn@gws.fyi>2020-12-01T17·17+0000
commit8ae4854de8906db7f898fe138204642146febadc (patch)
tree2cfdc68d9d2b70cea78d783c7f3e66a2497e2881 /users/glittershark/system/home/machines/chupacabra.nix
parent902bf5bdd9d1e6810b23c498ceda053d163baced (diff)
fix(gs/system): Explicitly add all default i3 keybindings r/1977
Something I changed - perhaps removing lib.mkOptionDefault - caused
the *default* i3 keybindings (things like switching workspaces and
toggling the split layout which I had not added myself) not to get
added. This adds them back.

Change-Id: I301a346eabb4f7fc4499b60a4c26956fb1e08b0d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2218
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/glittershark/system/home/machines/chupacabra.nix')
-rw-r--r--users/glittershark/system/home/machines/chupacabra.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/glittershark/system/home/machines/chupacabra.nix b/users/glittershark/system/home/machines/chupacabra.nix
index 39478c672b..e9f27daa44 100644
--- a/users/glittershark/system/home/machines/chupacabra.nix
+++ b/users/glittershark/system/home/machines/chupacabra.nix
@@ -59,4 +59,6 @@ in {
       ssh mugwump sudo $system/bin/switch-to-configuration switch
     '')
   ];
+
+  xsession.windowManager.i3.config.keybindings.F7 = "exec lock";
 }