aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2023-05-07 19:52:01 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2023-05-07 19:52:01 +0530
commit71462a9cacf57e8071e66635236dbf8c7d55b17d (patch)
treef519a22fcf63bb12216ea2f130ebb89520c6598f
parent555eb8757377f2f6ad92bd8d4c197b40fb4b5872 (diff)
changed screen offset
-rwxr-xr-x.xprofile2
1 files changed, 1 insertions, 1 deletions
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 &