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/config | |
| 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 | 
1 files changed, 7 insertions, 0 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 \ | 
