diff options
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 & |