diff options
| author | Daniel Weipert <code@drogueronin.de> | 2022-02-06 19:52:25 +0100 | 
|---|---|---|
| committer | Daniel Weipert <code@drogueronin.de> | 2022-02-06 19:52:25 +0100 | 
| commit | 329921bf013e93a62b22107ab6c1fceccb8c0476 (patch) | |
| tree | 35ccb2e31f4b3feaa4c3a9e7391ca15d39e03e2f /.config/sway | |
| parent | 5e3bd59f03371928695e598453fc0d1893947691 (diff) | |
Remove mouse_warping
Diffstat (limited to '.config/sway')
| -rw-r--r-- | .config/sway/config | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/.config/sway/config b/.config/sway/config index adae47d..179f0b8 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -73,6 +73,8 @@ input * {  	xkb_layout "de"  } +mouse_warping none +  ### Key bindings  #  # Basics: | 
