Having issues with the blue box for my keyboard layout - ever since my last update it switches from EN to UK on its own accord - this changes the keyboard layout and its annoying - u know the little blue box in the menu beside the wifi icon
sed -e '/XkbLayout/c\ Option "XkbLayout" "gb,us"'\
-e '/XkbVariant/c\ Option "XkbVariant" "euro"' /etc/X11/xorg.conf > /etc/X11/xorg.conf.bak
sed -e '/XkbLayout/c\ Option "XkbLayout" "us,gb"'\
-e '/XkbVariant/c\ Option "XkbVariant" "euro"' /etc/X11/xorg.conf > /etc/X11/xorg.conf.bak