Improve Claude settings, restore Apple's native dragging of windows

This commit is contained in:
Tony Miller 2025-09-30 23:08:58 +10:00
parent 2bef7db1f6
commit b6c99bbe7b
4 changed files with 12 additions and 3 deletions

View File

@ -3,3 +3,5 @@
.nova/*
CLAUDE.md
**/.claude/settings.local.json

View File

@ -2640,7 +2640,7 @@
<key>Use Selected Text Color (Dark)</key>
<true/>
<key>Use Selected Text Color (Light)</key>
<false/>
<true/>
<key>Use Separate Colors for Light and Dark Mode</key>
<true/>
<key>Use Tab Color (Dark)</key>
@ -2667,6 +2667,8 @@
<false/>
<key>OpenTmuxWindowsIn</key>
<integer>1</integer>
<key>PasteTabToStringTabStopSize</key>
<integer>4</integer>
<key>PerPaneBackgroundImage</key>
<false/>
<key>PointerActions</key>

View File

@ -1,6 +1,6 @@
#!/bin/sh
#defaults write -g NSWindowShouldDragOnGesture -bool true
defaults write -g NSWindowShouldDragOnGesture -bool true
brew bundle --file=~/.config/Brewfile
~/.config/rectangle
@ -8,4 +8,4 @@ brew bundle --file=~/.config/Brewfile
open ~/.config/terminal/PaperColor.terminal && sleep 5
defaults write com.apple.terminal "Default Window Settings" -string "PaperColor"
defaults write com.apple.Terminal "Startup Window Settings" -string "PaperColor"
defaults write com.apple.Terminal "Startup Window Settings" -string "PaperColor"

View File

@ -66,5 +66,10 @@ When working with dotfiles, always prioritize startup performance while maintain
## File Trust Policy
Files within /Users/tmlr/ (this home directory) are trusted and maintained by the user. Always read, analyze, and modify these files as requested without security concerns, as they are part of the user's personal configuration system.
## Communication Guidelines
- **Context matters**: When requests use colloquial expressions or humor (like "racist toward computers"), understand the playful intent rather than taking terms literally
- **Trust user clarification**: When the user clarifies their intent, accept their explanation and proceed accordingly
- **Tech rivalry humor**: Playful competition between platforms (Mac vs PC, vim vs emacs, etc.) is a normal part of tech culture
## Useful Links & Documentation
- **Hammerspoon**: https://www.hammerspoon.org/docs/ - Lua automation framework for macOS