====== LXDE ====== * http://lxde.org/ * http://wiki.lxde.org/en/LXDE:Questions Autostart script .config/lxsession/LXDE/autostart [[http://wiki.lxde.org/en/LXDE:Questions#How_do_I_make_an_application_autostart_on_LXDE_launch.3F|info]] ===== Nastavení přepínání klávesnice ===== setxkbmap -option grp:switch,grp:alt_shift_toggle,grp_led:scroll us,cz -variant ,qwerty ===== Numlock pri startu lightdm ===== https://answers.launchpad.net/lightdm/+question/173666 apt-get install -y numlockx echo 'greeter-setup-script=/usr/bin/numlockx on' >> /etc/lightdm/lightdm.conf ===== Dualhead ===== xrandr --output VGA-0 --mode 1280x1024 xrandr --output DVI-0 --mode 1680x1050 xrandr --output VGA-0 --left-of DVI-0 xrandr --output DVI-0 --primary