diff options
| author | Craig Jennings <c@cjennings.net> | 2026-03-02 04:13:15 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-03-02 04:13:15 -0600 |
| commit | 4cfaf8de7e5fd35b197da77498e9bf6f59135d59 (patch) | |
| tree | 2097573a51d1ee9908a790ffda25995a833d0725 /dotfiles/common/.ssh | |
| parent | 9f1481623d360ec189906ee0d806ec30914f7f24 (diff) | |
| download | archsetup-4cfaf8de7e5fd35b197da77498e9bf6f59135d59.tar.gz archsetup-4cfaf8de7e5fd35b197da77498e9bf6f59135d59.zip | |
feat(hyprland): rebind mod+shift+f to allfloat, add chess setup script
Add workspace allfloat toggle on mod+shift+f (was togglefloating, now
on mod+shift+space only). Add scripts/setup-chess.sh for En Croissant,
lc0, Maia, and Stockfish setup. Update log-cleanup to use filename
dates instead of mtime. Update ssh and calibre configs.
Diffstat (limited to 'dotfiles/common/.ssh')
| -rw-r--r-- | dotfiles/common/.ssh/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/common/.ssh/config b/dotfiles/common/.ssh/config index 06a94e6..464975c 100644 --- a/dotfiles/common/.ssh/config +++ b/dotfiles/common/.ssh/config @@ -6,7 +6,7 @@ ServerAliveInterval=5 Host deepsat.ghe.com HostName deepsat.ghe.com - User git + User deepsat IdentityFile ~/.ssh/deepsat-github IdentitiesOnly yes |
