From 3887fc2ade8dc0d829929439682918c3fbbbba63 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 1 Apr 2020 09:47:48 -0300 Subject: Provision: desktop-basic: setxkbmap on custom/xsession file --- share/provision/files/desktop-basic/home/user/.custom/xsession | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'share') diff --git a/share/provision/files/desktop-basic/home/user/.custom/xsession b/share/provision/files/desktop-basic/home/user/.custom/xsession index 256beb5..ee206e0 100644 --- a/share/provision/files/desktop-basic/home/user/.custom/xsession +++ b/share/provision/files/desktop-basic/home/user/.custom/xsession @@ -42,3 +42,7 @@ elif [ "$HOSTNAME" = "vnc" ]; then else PROGRAMS="$PROGRAMS terminal" fi + +# Fix keyboard layout if needed +# https://wiki.debian.org/Keyboard +#setxkbmap -model abnt2 -layout br -variant thinkpad -- cgit v1.2.3