mirror of https://github.com/mitchell/dotfiles.git
Add osu bspwm rule, and android build-tools to PATH
This commit is contained in:
parent
4cd2592f0b
commit
aaf5a1d0ca
|
@ -34,6 +34,7 @@ bspc config focused_border_color '#92971a'
|
||||||
|
|
||||||
bspc rule -a 'firefox:*:Picture-in-Picture' sticky=on
|
bspc rule -a 'firefox:*:Picture-in-Picture' sticky=on
|
||||||
bspc rule -a 'origin.exe:*' state=floating
|
bspc rule -a 'origin.exe:*' state=floating
|
||||||
|
bspc rule -a 'osu!:*' state=floating rectangle=1600x1200
|
||||||
# bspc rule -a 'mpv:*' sticky=on
|
# bspc rule -a 'mpv:*' sticky=on
|
||||||
# bspc rule -a Gimp desktop='^8' state=floating follow=on
|
# bspc rule -a Gimp desktop='^8' state=floating follow=on
|
||||||
# bspc rule -a Chromium desktop='^2'
|
# bspc rule -a Chromium desktop='^2'
|
||||||
|
|
|
@ -27,5 +27,6 @@ function define_global_variables -d 'Defines all and exclusively globally export
|
||||||
$HOME/.dotnet/tools \
|
$HOME/.dotnet/tools \
|
||||||
$ANDROID_HOME/emulator \
|
$ANDROID_HOME/emulator \
|
||||||
$ANDROID_HOME/platform-tools \
|
$ANDROID_HOME/platform-tools \
|
||||||
|
$ANDROID_HOME/build-tools/31.0.0 \
|
||||||
$ANDROID_HOME/tools
|
$ANDROID_HOME/tools
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue