X-Git-Url: https://git.josue.xyz/?p=dotfiles%2F.git;a=blobdiff_plain;f=.local%2Fbin%2Fontop;h=a8c2e16694a21cd722dff5f3c805e7730dd9b9da;hp=f0c32e960861d2ba6ecaf5eab26a9a235c81b397;hb=3c06164f15bd10aed7d66b6314764a2961a14762;hpb=0e9c3ceb40901f4d44981c1376cb9e23a248e006 diff --git a/.local/bin/ontop b/.local/bin/ontop index f0c32e96..a8c2e166 100755 --- a/.local/bin/ontop +++ b/.local/bin/ontop @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output DVI-D-0 --off --output HDMI-0 --mode 1920x1080 --pos 760x0 --rotate normal --output DP-0 --mode 3440x1440 --pos 0x1176 --rotate normal --output DP-1 --off +xrandr --output DVI-D-0 --off --output HDMI-0 --mode 1920x1080 --pos 760x0 --rotate normal --output DP-0 --mode 3440x1440 --pos 0x1080 --rotate normal --output DP-1 --off