X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fsway%2Ffiles%2Fconfig.jinja;h=ab4019e6a8d79f8c06f410781b57909800df7bf6;hb=380c2791e2b37cc5003acc8825aea8dc3a710aa5;hp=0ce972f0a12e381b6a8ec1b301dfef825f356511;hpb=1e8669d6ef20399bdcba12e3818d54d211999435;p=max%2Fsaltfiles.git diff --git a/states/sway/files/config.jinja b/states/sway/files/config.jinja index 0ce972f..ab4019e 100644 --- a/states/sway/files/config.jinja +++ b/states/sway/files/config.jinja @@ -30,9 +30,8 @@ client.focused_inactive $black $black_super $white $black $black set $mod Mod4 -# Slight gaps between windows -gaps inner 5 -gaps outer 5 +# Slight gaps around windows +gaps inner 6 # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod @@ -216,6 +215,19 @@ input 16700:8455:DELL_Dell_USB_Entry_Keyboard { input 7504:24616:unspecified_ErgoDox_ergonomic_keyboard { xkb_layout gb } + +input 9494:21:CM_Storm_Quickfire_Pro_Ultimate_6_key { + xkb_layout gb + xkb_variant colemak + xkb_options ctrl:nocaps +} + +input 1:1:AT_Translated_Set_2_keyboard { + xkb_layout gb + xkb_variant colemak + xkb_options ctrl:nocaps +} + # host specific section {%- do salt.log.error('sway/files/' + host) -%} {% include 'sway/files/' + host %}