diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2021-02-21 20:19:44 +0100 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2021-02-21 20:19:44 +0100 |
commit | 040eca1f3e70ba617ae961249928baf85bb634fc (patch) | |
tree | 0ee134375c730eb85899b756d015a23ad29fefd8 /.autostart | |
parent | 4fb95fa4aeda6c3ee6d186a667ad195c6d6f51be (diff) |
revert last changes, actually fixed popup
Diffstat (limited to '.autostart')
-rwxr-xr-x | .autostart | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,9 +3,9 @@ wait_time=0.1 # user arandr to generate startup # also if using old monitor do: -xrandr --newmode 1280x1024_75.00 138.75 1280 1368 1504 1728 1024 1027 1034 1072 -hsync +vsync -xrandr --addmode DP-3 "1280x1024_75.00" -xrandr --output DP-1 --off --output HDMI-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-2 --off --output DP-3 --mode 1280x1024_75.00 --pos 1920x0 --rotate normal +# xrandr --newmode 1280x1024_75.00 138.75 1280 1368 1504 1728 1024 1027 1034 1072 -hsync +vsync +# xrandr --addmode DP-3 "1280x1024_75.00" +# xrandr --output DP-1 --off --output HDMI-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-2 --off --output DP-3 --mode 1280x1024_75.00 --pos 1920x0 --rotate normal nitrogen --restore |