Browse Source

Enable keyboard numblock per machine

master
Arti Zirk 3 years ago
parent
commit
cd2a53bfb6
  1. 4
      .config/sway/blue
  2. 2
      .config/sway/config
  3. 4
      .config/sway/mammut

4
.config/sway/blue

@ -5,3 +5,7 @@ set $right_disp "Dell Inc. DELL U2719D JNFNP83" @@ -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
}

2
.config/sway/config

@ -328,7 +328,7 @@ input * { @@ -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
}

4
.config/sway/mammut

@ -4,3 +4,7 @@ set $left_disp "Dell Inc. DELL U2715H GH85D66Q08QS" @@ -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
}

Loading…
Cancel
Save