Add osu bspwm rule, and android build-tools to PATH

This commit is contained in:
mitchell 2023-02-03 22:14:56 -05:00
parent 4cd2592f0b
commit aaf5a1d0ca
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ bspc config focused_border_color '#92971a'
bspc rule -a 'firefox:*:Picture-in-Picture' sticky=on
bspc rule -a 'origin.exe:*' state=floating
bspc rule -a 'osu!:*' state=floating rectangle=1600x1200
# bspc rule -a 'mpv:*' sticky=on
# bspc rule -a Gimp desktop='^8' state=floating follow=on
# bspc rule -a Chromium desktop='^2'

View File

@ -27,5 +27,6 @@ function define_global_variables -d 'Defines all and exclusively globally export
$HOME/.dotnet/tools \
$ANDROID_HOME/emulator \
$ANDROID_HOME/platform-tools \
$ANDROID_HOME/build-tools/31.0.0 \
$ANDROID_HOME/tools
end