From e00eb064ede640fa5a050a39360b9f838b52073a Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Mon, 24 May 2021 23:15:38 +0200 Subject: [PATCH] Add android-sdk env and remove autostart by host --- .config/environment | 2 ++ .xprofile | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/.config/environment b/.config/environment index 6342fa3..4200ec2 100644 --- a/.config/environment +++ b/.config/environment @@ -3,6 +3,8 @@ . "$HOME/.config/user-dirs.dirs" . "$XDG_CONFIG_HOME/locale.conf" +export ANDROID_SDK_ROOT='/opt/android-sdk' + export CM_LAUNCHER='rofi' export DRONE_SERVER='https://ci.serguzim.me' diff --git a/.xprofile b/.xprofile index 6440439..072f0b1 100644 --- a/.xprofile +++ b/.xprofile @@ -13,17 +13,17 @@ then gpg2 --card-status > /dev/null fi -_autostart_portalo() -{ - #xrandr --output DVI-D-0 --left-of HDMI-A-0 - #xrandr --output HDMI-A-0 --mode 2560x1440 --refresh 144 -} - -_autostart_laptop() -{ - #xrandr --output eDP-1 --auto - #xrandr --output HDMI-2 --left-of eDP-1 --auto -} +#_autostart_portalo() +#{ +# #xrandr --output DVI-D-0 --left-of HDMI-A-0 +# #xrandr --output HDMI-A-0 --mode 2560x1440 --refresh 144 +#} +# +#_autostart_laptop() +#{ +# #xrandr --output eDP-1 --auto +# #xrandr --output HDMI-2 --left-of eDP-1 --auto +#} _autostart_defaults() {