diff options
author | Amin Bandali <bandali@gnu.org> | 2019-06-17 19:01:27 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-06-17 19:01:27 -0400 |
commit | ed00e70402281fd87eebc879ccd747932872e1c3 (patch) | |
tree | 2cdffd37e28cf800301219667add0ea37034391f /.config/sway | |
parent | b78c8640ed911cd06668e9c5fab9f0c2818c4db8 (diff) | |
download | configs-ed00e70402281fd87eebc879ccd747932872e1c3.tar.gz configs-ed00e70402281fd87eebc879ccd747932872e1c3.tar.xz configs-ed00e70402281fd87eebc879ccd747932872e1c3.zip |
sway: move atreus config from langa to the main config
Diffstat (limited to '')
-rw-r--r-- | .config/sway/config | 7 | ||||
-rw-r--r-- | .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 |