Add android-sdk env and remove autostart by host
This commit is contained in:
parent
0d4587d023
commit
e00eb064ed
2 changed files with 13 additions and 11 deletions
|
@ -3,6 +3,8 @@
|
||||||
. "$HOME/.config/user-dirs.dirs"
|
. "$HOME/.config/user-dirs.dirs"
|
||||||
. "$XDG_CONFIG_HOME/locale.conf"
|
. "$XDG_CONFIG_HOME/locale.conf"
|
||||||
|
|
||||||
|
export ANDROID_SDK_ROOT='/opt/android-sdk'
|
||||||
|
|
||||||
export CM_LAUNCHER='rofi'
|
export CM_LAUNCHER='rofi'
|
||||||
|
|
||||||
export DRONE_SERVER='https://ci.serguzim.me'
|
export DRONE_SERVER='https://ci.serguzim.me'
|
||||||
|
|
22
.xprofile
22
.xprofile
|
@ -13,17 +13,17 @@ then
|
||||||
gpg2 --card-status > /dev/null
|
gpg2 --card-status > /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_autostart_portalo()
|
#_autostart_portalo()
|
||||||
{
|
#{
|
||||||
#xrandr --output DVI-D-0 --left-of HDMI-A-0
|
# #xrandr --output DVI-D-0 --left-of HDMI-A-0
|
||||||
#xrandr --output HDMI-A-0 --mode 2560x1440 --refresh 144
|
# #xrandr --output HDMI-A-0 --mode 2560x1440 --refresh 144
|
||||||
}
|
#}
|
||||||
|
#
|
||||||
_autostart_laptop()
|
#_autostart_laptop()
|
||||||
{
|
#{
|
||||||
#xrandr --output eDP-1 --auto
|
# #xrandr --output eDP-1 --auto
|
||||||
#xrandr --output HDMI-2 --left-of eDP-1 --auto
|
# #xrandr --output HDMI-2 --left-of eDP-1 --auto
|
||||||
}
|
#}
|
||||||
|
|
||||||
_autostart_defaults()
|
_autostart_defaults()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue