This commit is contained in:
2026-02-02 23:07:36 -08:00
parent 63cd7242b6
commit c867434c8d
2 changed files with 5 additions and 1 deletions

View File

@@ -17,7 +17,10 @@ app-notifications = no-clipboard-copy
shell-integration = zsh shell-integration = zsh
shell-integration-features = title,sudo shell-integration-features = title,sudo
desktop-notifications = true desktop-notifications = true
term=ghostty term=xterm-ghostty
link-url = true
link-previews = true
bell-features=system,attention,no-audio
keybind = all:ctrl+enter=unbind keybind = all:ctrl+enter=unbind
keybind = all:ctrl+shift+j=next_tab keybind = all:ctrl+shift+j=next_tab
keybind = all:ctrl+shift+k=last_tab keybind = all:ctrl+shift+k=last_tab

View File

@@ -16,6 +16,7 @@ export GTK_THEME=Dracula
export XDG_CONFIG_HOME=$HOME/.config export XDG_CONFIG_HOME=$HOME/.config
export COMPOSE_BAKE=true export COMPOSE_BAKE=true
export ANKI_WAYLAND=1 export ANKI_WAYLAND=1
export SUDO_PROMPT=$'\a[sudo] password for %u: '
# nvidia # nvidia
export NVD_BACKEND=direct export NVD_BACKEND=direct