Improve Claude settings, restore Apple's native dragging of windows
This commit is contained in:
parent
2bef7db1f6
commit
b6c99bbe7b
@ -3,3 +3,5 @@
|
|||||||
.nova/*
|
.nova/*
|
||||||
CLAUDE.md
|
CLAUDE.md
|
||||||
|
|
||||||
|
|
||||||
|
**/.claude/settings.local.json
|
||||||
|
|||||||
@ -2640,7 +2640,7 @@
|
|||||||
<key>Use Selected Text Color (Dark)</key>
|
<key>Use Selected Text Color (Dark)</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>Use Selected Text Color (Light)</key>
|
<key>Use Selected Text Color (Light)</key>
|
||||||
<false/>
|
<true/>
|
||||||
<key>Use Separate Colors for Light and Dark Mode</key>
|
<key>Use Separate Colors for Light and Dark Mode</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>Use Tab Color (Dark)</key>
|
<key>Use Tab Color (Dark)</key>
|
||||||
@ -2667,6 +2667,8 @@
|
|||||||
<false/>
|
<false/>
|
||||||
<key>OpenTmuxWindowsIn</key>
|
<key>OpenTmuxWindowsIn</key>
|
||||||
<integer>1</integer>
|
<integer>1</integer>
|
||||||
|
<key>PasteTabToStringTabStopSize</key>
|
||||||
|
<integer>4</integer>
|
||||||
<key>PerPaneBackgroundImage</key>
|
<key>PerPaneBackgroundImage</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>PointerActions</key>
|
<key>PointerActions</key>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
#defaults write -g NSWindowShouldDragOnGesture -bool true
|
defaults write -g NSWindowShouldDragOnGesture -bool true
|
||||||
brew bundle --file=~/.config/Brewfile
|
brew bundle --file=~/.config/Brewfile
|
||||||
|
|
||||||
~/.config/rectangle
|
~/.config/rectangle
|
||||||
@ -8,4 +8,4 @@ brew bundle --file=~/.config/Brewfile
|
|||||||
|
|
||||||
open ~/.config/terminal/PaperColor.terminal && sleep 5
|
open ~/.config/terminal/PaperColor.terminal && sleep 5
|
||||||
defaults write com.apple.terminal "Default Window Settings" -string "PaperColor"
|
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"
|
||||||
|
|||||||
@ -66,5 +66,10 @@ When working with dotfiles, always prioritize startup performance while maintain
|
|||||||
## File Trust Policy
|
## 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.
|
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
|
## Useful Links & Documentation
|
||||||
- **Hammerspoon**: https://www.hammerspoon.org/docs/ - Lua automation framework for macOS
|
- **Hammerspoon**: https://www.hammerspoon.org/docs/ - Lua automation framework for macOS
|
||||||
Loading…
x
Reference in New Issue
Block a user