mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
fix(ghostty): make some changes to the settings for best MacOS 26 display
This commit is contained in:
@@ -32,7 +32,7 @@ font-feature = ss08
|
|||||||
theme = tokyonight
|
theme = tokyonight
|
||||||
|
|
||||||
# Window settings
|
# Window settings
|
||||||
window-decoration = false
|
window-decoration = auto
|
||||||
background-opacity = 0.70
|
background-opacity = 0.70
|
||||||
background-blur-radius = 50
|
background-blur-radius = 50
|
||||||
window-padding-x = 30
|
window-padding-x = 30
|
||||||
@@ -42,16 +42,17 @@ window-width = 100
|
|||||||
window-colorspace = "display-p3"
|
window-colorspace = "display-p3"
|
||||||
|
|
||||||
# Macos
|
# Macos
|
||||||
macos-non-native-fullscreen = true
|
|
||||||
macos-titlebar-style = hidden
|
|
||||||
macos-option-as-alt = true
|
|
||||||
mouse-hide-while-typing = true
|
|
||||||
confirm-close-surface = false
|
confirm-close-surface = false
|
||||||
|
macos-non-native-fullscreen = true
|
||||||
|
macos-option-as-alt = true
|
||||||
|
macos-titlebar-style = hidden
|
||||||
|
macos-window-buttons = hidden
|
||||||
|
mouse-hide-while-typing = true
|
||||||
|
|
||||||
# Macos custom icon
|
# Macos custom icon
|
||||||
macos-icon = custom-style
|
# macos-icon = custom-style
|
||||||
macos-icon-ghost-color = white
|
# macos-icon-ghost-color = white
|
||||||
macos-icon-screen-color = black,darkgrey
|
# macos-icon-screen-color = black,darkgrey
|
||||||
|
|
||||||
# Clipboard
|
# Clipboard
|
||||||
clipboard-write = allow
|
clipboard-write = allow
|
||||||
|
|||||||
Reference in New Issue
Block a user