Personal Nix setup

Update ghostty settings

Changed files
+12 -3
home
+12 -3
home/apps/ghostty.nix
···
window-theme = ghostty
window-colorspace = display-p3
window-save-state = always
unfocused-split-opacity = 0.9
adjust-underline-thickness = -1
···
adw-toolbar-style = flat
-
shell-integration-features = no-cursor
shell-integration = zsh
clipboard-read = allow
clipboard-paste-protection = false
keybind = clear
keybind = super+q=quit
···
keybind = ctrl+a>l=resize_split:right,40
keybind = ctrl+a>g=equalize_splits
-
keybind = super+c=copy_to_clipboard
-
keybind = super+v=paste_from_clipboard
'';
}
]);
···
window-theme = ghostty
window-colorspace = display-p3
window-save-state = always
+
window-decoration = server
unfocused-split-opacity = 0.9
adjust-underline-thickness = -1
···
adw-toolbar-style = flat
+
shell-integration-features = no-cursor,sudo,title
shell-integration = zsh
+
mouse-hide-while-typing = true
+
mouse-shift-capture = true
+
mouse-scroll-multiplier = 0.7
+
clipboard-read = allow
clipboard-paste-protection = false
+
+
quick-terminal-position = bottom
keybind = clear
keybind = super+q=quit
···
keybind = ctrl+a>l=resize_split:right,40
keybind = ctrl+a>g=equalize_splits
+
keybind = performable:super+c=copy_to_clipboard
+
keybind = performable:super+v=paste_from_clipboard
+
+
keybind = global:cmd+grave_accent=toggle_quick_terminal
'';
}
]);