From 71462a9cacf57e8071e66635236dbf8c7d55b17d Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 7 May 2023 19:52:01 +0530 Subject: changed screen offset --- .xprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.xprofile') diff --git a/.xprofile b/.xprofile index a226913..8b24ab0 100755 --- a/.xprofile +++ b/.xprofile @@ -18,7 +18,7 @@ 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 1920x749 --rotate normal + xrandr --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal --output eDP-1-1 --primary --mode 1920x1080 --pos 1920x926 --rotate normal # autostart apps nitrogen --restore & -- cgit v1.2.3