diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-06 18:55:44 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-06 18:55:44 +0100 |
| commit | ae55f7166d16da1298c2cfed52f008cd531837c6 (patch) | |
| tree | e7e41ca8bab2ea808beb3060ade11803ca27fa72 /.profile | |
| parent | d0d6ce8db8bafb692fc3e0c03b502fc0804e0a3a (diff) | |
Added XKB options to allow ctrl and space layout toggle.
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
