Enable keyboard numblock per machine

This commit is contained in:
Arti Zirk 2021-11-03 17:20:08 +02:00
parent 7ba885e53a
commit cd2a53bfb6
3 changed files with 9 additions and 1 deletions

View File

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

View File

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

View File

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