diff options
Diffstat (limited to '')
| -rw-r--r-- | dot_config/sway/config.d/40_keyboards | 1 | ||||
| -rw-r--r-- | dot_config/sway/config.d/99_reload.conf | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/dot_config/sway/config.d/40_keyboards b/dot_config/sway/config.d/40_keyboards index efe2bd8..f8f610a 100644 --- a/dot_config/sway/config.d/40_keyboards +++ b/dot_config/sway/config.d/40_keyboards @@ -10,6 +10,7 @@ input "1:1:AT_Translated_Set_2_keyboard" { # Home Kinesis Advantage Pro input "1523:7:HID_05f3:0007" { + xkb_model "kinesis" xkb_options "nbsp:level3n,lalt_meta:lalt_meta,ralt_super:ralt_super,caps:swapescape,grp:shifts_toggle,lv3:switch" } diff --git a/dot_config/sway/config.d/99_reload.conf b/dot_config/sway/config.d/99_reload.conf new file mode 100644 index 0000000..14023e0 --- /dev/null +++ b/dot_config/sway/config.d/99_reload.conf @@ -0,0 +1,4 @@ +# reload config after parsing once to apply custom keyboard layouts +exec swaymsg reload + +# vim:set ft=swayconfig: |
