mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
feat: More ghostty config and updates tmux config to allow image pass through.
This commit is contained in:
@@ -9,9 +9,20 @@ font-thicken = true
|
|||||||
# HACK: to open as large as possible.
|
# HACK: to open as large as possible.
|
||||||
window-height = 1000
|
window-height = 1000
|
||||||
window-width = 1000
|
window-width = 1000
|
||||||
|
window-padding-x = 4,2
|
||||||
|
window-padding-y = 8,2
|
||||||
|
|
||||||
|
# NOTE: This setting removes tabs, rounded borders, and window controls.
|
||||||
|
# Also makes some of the below macos-titlebar-* things not matter, but
|
||||||
|
# will take affect if this is set to true.
|
||||||
|
window-decoration = false
|
||||||
|
|
||||||
copy-on-select = true
|
copy-on-select = true
|
||||||
quit-after-last-window-closed = true
|
quit-after-last-window-closed = true
|
||||||
|
|
||||||
macos-auto-secure-input = true
|
macos-auto-secure-input = true
|
||||||
|
macos-non-native-fullscreen = visible-menu
|
||||||
|
macos-titlebar-style = transparent
|
||||||
|
macos-titlebar-proxy-icon = hidden
|
||||||
|
|
||||||
keybind = super+shift+t=toggle_quick_terminal
|
keybind = super+shift+t=toggle_quick_terminal
|
||||||
|
|||||||
@@ -126,11 +126,17 @@ set -ga status-right "#[bg=#{@thm_bg},fg=#{@thm_blue}] %Y-%m-%d %H:%M
|
|||||||
# bootstrap tpm
|
# bootstrap tpm
|
||||||
if "test ! -d ~/.tmux/plugins/tpm" \
|
if "test ! -d ~/.tmux/plugins/tpm" \
|
||||||
"run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'"
|
"run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'"
|
||||||
|
|
||||||
# Configure Tmux
|
# Configure Tmux
|
||||||
set -g status-position top
|
set -g status-position top
|
||||||
set -g status-style "bg=#{@thm_bg}"
|
set -g status-style "bg=#{@thm_bg}"
|
||||||
set -g status-justify "absolute-centre"
|
set -g status-justify "absolute-centre"
|
||||||
|
|
||||||
|
# For yazi images to work correctly
|
||||||
|
set -g allow-passthrough on
|
||||||
|
set -ga update-environment TERM
|
||||||
|
set -ga update-environment TERM_PROGRAM
|
||||||
|
|
||||||
# pane border look and feel
|
# pane border look and feel
|
||||||
setw -g pane-border-status top
|
setw -g pane-border-status top
|
||||||
setw -g pane-border-format ""
|
setw -g pane-border-format ""
|
||||||
|
|||||||
Reference in New Issue
Block a user