diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-12-01T16·58-0500 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-12-01T17·17+0000 |
commit | 8ae4854de8906db7f898fe138204642146febadc (patch) | |
tree | 2cfdc68d9d2b70cea78d783c7f3e66a2497e2881 /users/glittershark/system/home/machines | |
parent | 902bf5bdd9d1e6810b23c498ceda053d163baced (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')
-rw-r--r-- | users/glittershark/system/home/machines/chupacabra.nix | 2 |
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 39478c672bd9..e9f27daa4408 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"; } |