From 4f0a26b94993e4a910ab9dc54bb5c93ce2aa660d Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 24 Oct 2023 22:29:35 +0530 Subject: not turning on laptop screen if lid is off upon login --- .xprofile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.xprofile') diff --git a/.xprofile b/.xprofile index 7d06ef2..1e7151f 100755 --- a/.xprofile +++ b/.xprofile @@ -12,13 +12,11 @@ dbus-update-activation-environment --all & # autostart apps for both xmonad and any other DE emacs --daemon & mpd & +#virtual_mic.sh & # autostart apps for xmonad if [[ $DESKTOP_SESSION = "xmonad" ]]; then - # set screen layout - # this would fail when on integrated graphics - # that's the desired behaviour - xrandr --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal --output eDP-1-1 --primary --mode 1920x1080 --pos 1920x926 --rotate normal + screensetup.sh # autostart apps nitrogen --restore & -- cgit v1.2.3