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 +}