Fixed brew path not being sourced; Fixed yabai focusing
This commit is contained in:
parent
7cd214e1ac
commit
b7d9bb3122
@ -140,6 +140,8 @@
|
||||
};
|
||||
|
||||
extraConfig = ''
|
||||
yabai -m signal --add event=window_destroyed action="yabai -m query --windows --window &> /dev/null || yabai -m window --focus mouse"
|
||||
yabai -m signal --add event=application_terminated action="yabai -m query --windows --window &> /dev/null || yabai -m window --focus mouse"
|
||||
yabai -m rule --add app="^System Settings$" manage=off
|
||||
yabai -m rule --add app="^Calculator$" manage=off
|
||||
'';
|
||||
|
@ -40,6 +40,10 @@
|
||||
function ....... { cd ../../../../../../.. }
|
||||
function bw-copy { bw-load && bw get password "$1" | xsel --clipboard -i }
|
||||
function bw-clear { echo -n "" | xsel --clipboard }
|
||||
|
||||
if [[ "$(uname)" == "Darwin" ]]; then
|
||||
source <(/opt/homebrew/bin/brew shellenv)
|
||||
fi
|
||||
'';
|
||||
|
||||
plugins = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user