From c4ca8575ec54ecd9e29cc6687b61fde378e986d0 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Mon, 9 Mar 2020 16:12:56 +0200 Subject: [PATCH] Updates --- .config/sway/config | 3 ++- .gitconfig | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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