From cd2a53bfb69ad05e55d32708b296666ba479e2cf Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Wed, 3 Nov 2021 17:20:08 +0200 Subject: [PATCH] Enable keyboard numblock per machine --- .config/sway/blue | 4 ++++ .config/sway/config | 2 +- .config/sway/mammut | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.config/sway/blue b/.config/sway/blue index 2bcb3ab..3a728e8 100644 --- a/.config/sway/blue +++ b/.config/sway/blue @@ -5,3 +5,7 @@ set $right_disp "Dell Inc. DELL U2719D JNFNP83" output $left_disp pos 0 0 output $right_disp pos 2560 0 + +input * { + xkb_numlock disabled +} diff --git a/.config/sway/config b/.config/sway/config index 3c3447c..fddd89a 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -328,7 +328,7 @@ input * { xkb_variant us, # xkb_options caps:escape,grp:win_space_toggle xkb_options caps:escape - xkb_numlock enabled +# xkb_numlock enabled tap enabled } diff --git a/.config/sway/mammut b/.config/sway/mammut index 95d6b46..061b019 100644 --- a/.config/sway/mammut +++ b/.config/sway/mammut @@ -4,3 +4,7 @@ set $left_disp "Dell Inc. DELL U2715H GH85D66Q08QS" output $left_disp pos 0 0 set $right_disp "Dell Inc. DELL S2721DGF 8SVBP83" output $right_disp pos 2560 0 + +input * { + xkb_numlock enabled +}