Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed Jul 5, 2024
1 parent 909dba7 commit 9245553
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dot_config/tmux/tmux.style.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 0 additions & 2 deletions dot_config/yabai/scripts/executable_refresh
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
yabai --restart-service
skhd --restart-service
sketchybar --reload
brew services restart borders
8 changes: 7 additions & 1 deletion dot_config/yabai/yabairc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

1 change: 1 addition & 0 deletions dot_fdignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# vim:filetype=gitignore:tw=80:et


**/.config/raycast
**/.wine
# **/.local/share
**/.cache
Expand Down
2 changes: 1 addition & 1 deletion dot_scripts/tmux/executable_new-nvim-buffer
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ else
--type f --hidden \
| fzf-tmux \
--preview 'bat --style=numbers --color=always --line-range :500 {}' \
-p80%,60% \
-p60%,60% \
)
fi

Expand Down
2 changes: 1 addition & 1 deletion dot_zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9245553

Please sign in to comment.