diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-05-07 19:52:01 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-05-07 19:52:01 +0530 |
commit | 71462a9cacf57e8071e66635236dbf8c7d55b17d (patch) | |
tree | f519a22fcf63bb12216ea2f130ebb89520c6598f /.xprofile | |
parent | 555eb8757377f2f6ad92bd8d4c197b40fb4b5872 (diff) |
changed screen offset
Diffstat (limited to '.xprofile')
-rwxr-xr-x | .xprofile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 & |