changeset 476:fcce9931d4f6

Add CAPS lock remap config for ubuntu
author zegervdv <zegervdv@me.com>
date Sat, 23 Oct 2021 15:02:04 +0200
parents 6788bd8d86c5
children aefe8ec6adc7
files README.md
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Thu Oct 21 10:08:59 2021 +0200
+++ b/README.md	Sat Oct 23 15:02:04 2021 +0200
@@ -16,3 +16,8 @@
 sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator ~/.local/kitty.app/bin/kitty 50
 sudo update-alternatives --config x-terminal-emulator
 ```
+
+### Ubuntu: remap CAPS LOCK
+```
+dconf write /org/gnome/desktop/input-sources/xkb-options "['ctrl:nocaps']"
+```