From 5ff5a82c9d6f106ba272e1773e91e7e032672dfd Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 2 Mar 2026 04:13:15 -0600 Subject: 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. --- dotfiles/common/.ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/common/.ssh') 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 -- cgit v1.2.3