mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-26 01:21:00 +02:00
Enable keyboard numblock per machine
This commit is contained in:
parent
7ba885e53a
commit
cd2a53bfb6
@ -5,3 +5,7 @@ set $right_disp "Dell Inc. DELL U2719D JNFNP83"
|
|||||||
|
|
||||||
output $left_disp pos 0 0
|
output $left_disp pos 0 0
|
||||||
output $right_disp pos 2560 0
|
output $right_disp pos 2560 0
|
||||||
|
|
||||||
|
input * {
|
||||||
|
xkb_numlock disabled
|
||||||
|
}
|
||||||
|
@ -328,7 +328,7 @@ input * {
|
|||||||
xkb_variant us,
|
xkb_variant us,
|
||||||
# xkb_options caps:escape,grp:win_space_toggle
|
# xkb_options caps:escape,grp:win_space_toggle
|
||||||
xkb_options caps:escape
|
xkb_options caps:escape
|
||||||
xkb_numlock enabled
|
# xkb_numlock enabled
|
||||||
tap enabled
|
tap enabled
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4,3 +4,7 @@ set $left_disp "Dell Inc. DELL U2715H GH85D66Q08QS"
|
|||||||
output $left_disp pos 0 0
|
output $left_disp pos 0 0
|
||||||
set $right_disp "Dell Inc. DELL S2721DGF 8SVBP83"
|
set $right_disp "Dell Inc. DELL S2721DGF 8SVBP83"
|
||||||
output $right_disp pos 2560 0
|
output $right_disp pos 2560 0
|
||||||
|
|
||||||
|
input * {
|
||||||
|
xkb_numlock enabled
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user