diff --git a/etc/X11/xorg.conf.d/01-monitor.conf b/etc/X11/xorg.conf.d/01-monitor.conf new file mode 100644 index 0000000..589b784 --- /dev/null +++ b/etc/X11/xorg.conf.d/01-monitor.conf @@ -0,0 +1,5 @@ +Section "Monitor" + Identifier "DP-2" + Modeline "2560x1440_60" 241.500 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync + Option "PreferredMode" "2560x1440_60" +EndSection \ No newline at end of file diff --git a/fresh.sh b/fresh.sh index 43f49b8..4ced673 100755 --- a/fresh.sh +++ b/fresh.sh @@ -22,7 +22,7 @@ do case $opt in done device=${device:="480"} -repo=${repo:="https://toerd@bitbucket.org/toerd/dotfiles"} +repo=${repo:="https://toerd@g.phga.de:444/toerd/dotfiles"} prog=${prog:="$scriptdir/pack.csv"} aurhelper=${aurhelper:="yay"}