gsettings list-recursively | grep -i '<Ctrl><Shift>'
[Desktop Entry]
Type=Application
Exec=/home/svm/.config/autostart/display.sh
Hidden=false
X-MATE-Autostart-enabled=true
Name=display.sh
#!/bin/bash
xrandr --newmode "1920x810_75.00" 162.75 1920 2040 2240 2560 810 813 823 848 -hsync +vsync
xrandr --newmode "1800x760_75.00" 142.75 1800 1912 2096 2392 760 763 773 796 -hsync +vsync
xrandr --newmode "1680x720_75.00" 125.75 1680 1776 1952 2224 720 723 733 755 -hsync +vsync
xrandr --addmode HDMI-0 1920x810_75.00
xrandr --addmode HDMI-0 1800x760_75.00
xrandr --addmode HDMI-0 1680x720_75.00
#xrandr --output HDMI-0 --mode 1920x810_75.00
xrandr --output HDMI-0 --mode 1800x760_75.00
#xrandr --output HDMI-0 --mode 1680x720_75.00