Advertisement
Guest User

Untitled

a guest
Jul 1st, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. [Desktop Entry]
  2. Encoding=UTF-8
  3. Type=Application
  4. Name=Some Name
  5. Comment=Some Comment
  6. Exec=bash -c 'cvt 1366 768 && xrandr --newmode "1366x768_60.00" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync && xrandr --addmode VGA1 1366x768_60.00'
  7.  
  8. Exec=bash -c 'sleep 10 && cvt 1366 768 && xrandr --newmode "1366x768_60.00" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync && xrandr --addmode VGA1 1366x768_60.00'
  9.  
  10. sudo chown root:root /etc/xdg/autostart/<filename>.desktop
  11.  
  12. sudo chmod 644 /etc/xdg/autostart/<filename>.desktop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement