--- wikisrc/pkgsrc/how_to_install_modular_xorg.mdwn 2019/05/12 18:23:51 1.3 +++ wikisrc/pkgsrc/how_to_install_modular_xorg.mdwn 2019/05/12 18:27:09 1.5 @@ -50,11 +50,11 @@ To do this at every X startup, we can ad An example ~/.xinitrc to run a window manager and configure keyboard layout: - xrdb merge ~/.Xresources # respect ~/.Xresources configuration + xrdb merge ~/.Xresources # respect ~/.Xresources configuration setxkbmap -option grp:alt_shift_toggle us,il # two keyboard options, US keyboard and IL, - # with alt+shift as a toggle option + # with alt+shift as a toggle option - openbox # run your favourite window manager. + openbox # run your favourite window manager.