diff options
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 \ | 
