diff --git a/dot_config/tmux/tmux.style.conf b/dot_config/tmux/tmux.style.conf index 347f9f4..5c1da28 100644 --- a/dot_config/tmux/tmux.style.conf +++ b/dot_config/tmux/tmux.style.conf @@ -24,7 +24,7 @@ setw -g window-status-separator '#[fg=white]|' set -g window-status-current-style fg=black,bg=colour136 set -g window-status-current-format '[#I] #W ' -set -g pane-active-border-style bg=default,fg=colour83 +set -g pane-active-border-style bg=default,fg=#c866e8 set -g pane-border-style fg=white set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' diff --git a/dot_config/yabai/scripts/executable_refresh b/dot_config/yabai/scripts/executable_refresh index bc6207f..f853d73 100644 --- a/dot_config/yabai/scripts/executable_refresh +++ b/dot_config/yabai/scripts/executable_refresh @@ -1,4 +1,2 @@ yabai --restart-service skhd --restart-service -sketchybar --reload -brew services restart borders diff --git a/dot_config/yabai/yabairc b/dot_config/yabai/yabairc index b788d11..17d61e5 100644 --- a/dot_config/yabai/yabairc +++ b/dot_config/yabai/yabairc @@ -11,7 +11,7 @@ yabai -m config split_ratio 0.5 yabai -m config focus_follows_mouse autoraise yabai -m config window_opacity on -yabai -m config active_window_opacity 1.0 +yabai -m config active_window_opacity 0.97 yabai -m config normal_window_opacity 0.9 yabai -m config top_padding 8 @@ -28,4 +28,10 @@ yabai -m rule --add app="Spotify" manage=off yabai -m rule --add app="1Password" manage=off yabai -m rule --add app="Alfred*" manage=off yabai -m rule --add app="Discord*" manage=off +yabai -m rule --add app="ChatGPT" manage=off + +yabai -m rule --add title="Rename" manage=off +yabai -m rule --add title="Move" manage=off +yabai -m rule --add title="Delete" manage=off +yabai -m rule --add title="Add File to Git" manage=off diff --git a/dot_fdignore b/dot_fdignore index 0eba23a..9f04ae3 100644 --- a/dot_fdignore +++ b/dot_fdignore @@ -1,6 +1,7 @@ # vim:filetype=gitignore:tw=80:et +**/.config/raycast **/.wine # **/.local/share **/.cache diff --git a/dot_scripts/tmux/executable_new-nvim-buffer b/dot_scripts/tmux/executable_new-nvim-buffer index 6fc158c..92ab43c 100644 --- a/dot_scripts/tmux/executable_new-nvim-buffer +++ b/dot_scripts/tmux/executable_new-nvim-buffer @@ -13,7 +13,7 @@ else --type f --hidden \ | fzf-tmux \ --preview 'bat --style=numbers --color=always --line-range :500 {}' \ - -p80%,60% \ + -p60%,60% \ ) fi diff --git a/dot_zshenv b/dot_zshenv index cb90edb..9478888 100644 --- a/dot_zshenv +++ b/dot_zshenv @@ -29,7 +29,7 @@ export CLICOLOR=1 export CLICOLOR_FORCE=1 # reduce esc delay -export KEYTIMEOUT=1 +export KEYTIMEOUT=1 # set default editor to nvim export EDITOR=nvim