From 5ff5b5b9d82482af8b75f8906b65f3e3de8b2e38 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Thu, 3 Feb 2022 18:35:15 -0800 Subject: [PATCH] adjust caps_lock tweak --- .config/sway/laptop | 3 ++- .config/sway/laptop-l13 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/sway/laptop b/.config/sway/laptop index 3b00998..4143594 100644 --- a/.config/sway/laptop +++ b/.config/sway/laptop @@ -10,7 +10,8 @@ bindsym --locked $mod+Mod1+F8 output $laptop disable # You can get the names of your inputs by running: swaymsg -t get_inputs # Read `man 5 sway-input` for more information about this section. input type:keyboard { - xkb_options ctrl:swapcaps + # xkb_options ctrl:swapcaps + xkb_options caps:ctrl_modifier } exec_always ~/bin/laptop-disp.sh diff --git a/.config/sway/laptop-l13 b/.config/sway/laptop-l13 index e94d465..df0bedc 100644 --- a/.config/sway/laptop-l13 +++ b/.config/sway/laptop-l13 @@ -15,7 +15,8 @@ bindsym --locked $mod+Mod1+F8 output $laptop disable input type:keyboard { xkb_layout us xkb_variant altgr-intl - xkb_options ctrl:swapcaps + # xkb_options ctrl:swapcaps + xkb_options caps:ctrl_modifier } exec_always ~/bin/laptop-disp.sh