X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fsway%2Ffiles%2Fconfig.jinja;h=86b9e213cd569e1ef9cf1aeb1dd4ad9454cd8f92;hb=4a8e05141e7f2b89a6e9382430fa93f61abeba47;hp=536627f0a02e01ad5d5e6617c4623f69778de8ab;hpb=735c5d5e3a1aab82d77d9461157ecff74dde67a0;p=max%2Fsaltfiles.git diff --git a/states/sway/files/config.jinja b/states/sway/files/config.jinja index 536627f..86b9e21 100644 --- a/states/sway/files/config.jinja +++ b/states/sway/files/config.jinja @@ -188,6 +188,13 @@ exec swayidle \ resume 'swaymsg "output * dpms on" \ before-sleep "lock.nosmartcard" +# This keyboard has this layout on all machines: +input 1241:36:HOLDCHIP_USB_Keyboard { + xkb_layout us + xkb_variant colemak + xkb_options ctrl:nocaps +} + # host specific section {%- do salt.log.error('sway/files/' + host) -%} {% include 'sway/files/' + host %}