From ae55f7166d16da1298c2cfed52f008cd531837c6 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Thu, 6 Aug 2026 18:55:44 +0100 Subject: Added XKB options to allow ctrl and space layout toggle. --- .profile | 3 +++ 1 file changed, 3 insertions(+) (limited to '.profile') diff --git a/.profile b/.profile index a27d19f..d72b6a6 100644 --- a/.profile +++ b/.profile @@ -24,3 +24,6 @@ if [ -x /usr/bin/resizewin ] ; then /usr/bin/resizewin -z ; fi # Display a random cookie on each login. if [ -x /usr/bin/fortune ] ; then /usr/bin/fortune freebsd-tips ; fi + +export XKB_DEFAULT_LAYOUT=us,gb +export XKB_DEFAULT_OPTIONS=grp:ctrl_space_toggle -- cgit v1.3