mirror of https://github.com/mitchell/dotfiles.git
Remove window opacity in yabai; comment out gcloud completion
This commit is contained in:
parent
5cc5d9c7f8
commit
ffe0356cc5
|
@ -9,4 +9,4 @@ set -gx PATH $PATH $GOBIN \
|
|||
set -g fish_escape_delay_ms 10
|
||||
|
||||
# The next line updates PATH for the Google Cloud SDK.
|
||||
if test -f '/Users/m/Documents/google-cloud-sdk/path.fish.inc'; source '/Users/m/Documents/google-cloud-sdk/path.fish.inc'; end
|
||||
# if test -f '/Users/m/Documents/google-cloud-sdk/path.fish.inc'; source '/Users/m/Documents/google-cloud-sdk/path.fish.inc'; end
|
||||
|
|
2
.yabairc
2
.yabairc
|
@ -16,7 +16,7 @@ yabai -m config mouse_follows_focus on
|
|||
yabai -m config focus_follows_mouse off
|
||||
yabai -m config window_placement second_child
|
||||
yabai -m config window_topmost off
|
||||
yabai -m config window_opacity on
|
||||
yabai -m config window_opacity off
|
||||
yabai -m config window_opacity_duration 0.0
|
||||
yabai -m config window_shadow on
|
||||
yabai -m config window_border on
|
||||
|
|
Loading…
Reference in New Issue