From ed00e70402281fd87eebc879ccd747932872e1c3 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 17 Jun 2019 19:01:27 -0400 Subject: [PATCH] sway: move atreus config from langa to the main config --- .config/sway/config | 7 +++++++ .config/sway/langa | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 2a0f163..04e14cf 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -30,6 +30,13 @@ output DP-1 res 2560x1440 pos 0,0 # 672 = 1440 - 768 output LVDS-1 pos 2560,760 +### Input configuration + +input "65261:24672:technomancy_Atreus" { + repeat_delay 200 + repeat_rate 45 +} + ### Idle configuration exec swayidle \ diff --git a/.config/sway/langa b/.config/sway/langa index d8730f8..eaac0e1 100644 --- a/.config/sway/langa +++ b/.config/sway/langa @@ -13,10 +13,5 @@ input "1:1:AT_Translated_Set_2_keyboard" { xkb_options ctrl:nocaps,altwin:swap_alt_win,grp:shifts_toggle } -input "65261:24672:technomancy_Atreus" { - repeat_delay 200 - repeat_rate 45 -} - input "1386:230:Wacom_ISDv4_E6_Finger" map_to_output LVDS-1 input "1386:230:Wacom_ISDv4_E6_Pen" map_to_output LVDS-1 -- 2.20.1