diff --git a/.config/sway/config b/.config/sway/config index 669b862..7bc20de 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -299,7 +299,8 @@ bar { input * { xkb_layout ee,ee xkb_variant us, - xkb_options caps:escape,grp:win_space_toggle +# xkb_options caps:escape,grp:win_space_toggle + xkb_options caps:escape xkb_numlock enabled tap enabled } diff --git a/.gitconfig b/.gitconfig index f7e64ef..9201844 100644 --- a/.gitconfig +++ b/.gitconfig @@ -28,3 +28,5 @@ algorithm = patience [cola] spellcheck = false +[push] + followTags = true