AspireOne xrandr settings for slide
-
nano -w ~/xrandr_presentation.sh #!/bin/bash # if [ -f /tmp/xrandr_presentation ]; then xrandr --output LVDS1 --mode 1024x600 --pos 0x0 --rotate normal --output VGA1 --off rm /tmp/xrandr_presentation else touch /tmp/xrandr_presentation xrandr --output LVDS1 --mode 1024x600 --pos 0x72 --rotate normal --output VGA1 --mode 1024x768 --pos 0x0 --rotate normal fi
-
chmod +x ~/xrandr_presentation.sh, e inseriamo lo script in xbindkeysrc,nano -w ~/.xbindkeysrc .... "bash /home/user/xrandr_presentation.sh" m:0x0 + c:130 Hangul ....
pkill xbindkeys && xbindkeys
Advertisement
Leave a Comment


