diff --git a/configs/home-manager/foo-dogsquared/config/ssh/self-hosted b/configs/home-manager/foo-dogsquared/config/ssh/self-hosted index 720b2c97..ddae448f 100644 --- a/configs/home-manager/foo-dogsquared/config/ssh/self-hosted +++ b/configs/home-manager/foo-dogsquared/config/ssh/self-hosted @@ -1,14 +1,14 @@ Host plover.foodogsquared.one - IdentityFile ~/.ssh/keys/plover.foodogsquared.one + IdentityFile ~/.ssh/plover.foodogsquared.one User plover Host woodcock.foodogsquared.one - IdentityFile ~/.ssh/keys/woodcock.foodogsquared.one + IdentityFile ~/.ssh/woodcock.foodogsquared.one User woodcock Host quail.foodogsquared.one - IdentityFile ~/.ssh/keys/quail.foodogsquared.one + IdentityFile ~/.ssh/quail.foodogsquared.one User quail Host code.foodogsquared.one - IdentityFile ~/.ssh/keys/code.foodogsquared.one-foodogsquared + IdentityFile ~/.ssh/code.foodogsquared.one-foodogsquared diff --git a/configs/home-manager/foo-dogsquared/config/tridactyl/tridactylrc b/configs/home-manager/foo-dogsquared/config/tridactyl/tridactylrc index b2b899e1..af9ad601 100644 --- a/configs/home-manager/foo-dogsquared/config/tridactyl/tridactylrc +++ b/configs/home-manager/foo-dogsquared/config/tridactyl/tridactylrc @@ -165,4 +165,7 @@ seturl nytimes\.com/games disable true seturl merriam-webster\.com/games disable true seturl britannica\.com/games disable true +" Ignore all of the keybindings. +blacklistadd https://design.penpot.app + " vim: ft=vim