summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-10-21 21:09:23 +0200
committerBotond Hende <nettingman@gmail.com>2024-10-21 21:09:23 +0200
commit3586cf0f31d7d6a489daba3b0f21e98bea1f0517 (patch)
tree666b78629fa010532dc0cb721348f52139b50808
parentb4e201ee95caa21a3bfd35cbcedbd7357dfba6f9 (diff)
changed keyboard layout toggle to caps lock
-rwxr-xr-xhome/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.profile b/home/.profile
index 9a9ad71..29a7b12 100755
--- a/home/.profile
+++ b/home/.profile
@@ -5,7 +5,7 @@ export WLR_NO_HARDWARE_CURSORS=1
export XKB_DEFAULT_MODEL=pc101
export XKB_DEFAULT_LAYOUT=us,hu
export XKB_DEFAULT_VARIANT=,101_qwerty_dot_nodead
-export XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle,numpad:mac
+export XKB_DEFAULT_OPTIONS=grp:caps_toggle,numpad:mac
export GTK_THEME=Adwaita:dark
export QT_STYLE_OVERRIDE=adwaita-dark