diff --git a/common/helix/config.toml b/common/helix/config.toml index 2474fab..fcb4a59 100644 --- a/common/helix/config.toml +++ b/common/helix/config.toml @@ -8,9 +8,6 @@ scrolloff = 8 rulers = [80, 120] cursorline = true -[editor.soft-wrap] -enable = true - [editor.cursor-shape] normal = "block" insert = "bar" diff --git a/host/laptop/sway/config b/host/laptop/sway/config index c1a0f6d..f6e3b8e 100644 --- a/host/laptop/sway/config +++ b/host/laptop/sway/config @@ -7,8 +7,13 @@ input type:keyboard { xkb_options ctrl:nocaps } -input type:touchscreen { - events disabled +# disabled since we don't have a broken touch screen anymore +# input type:touchscreen { +# events disabled +# } + +input type:touchpad { + } exec firefox diff --git a/os/linux/sway/config b/os/linux/sway/config index 3131e81..620784a 100644 --- a/os/linux/sway/config +++ b/os/linux/sway/config @@ -39,7 +39,7 @@ input type:touchpad { tap enabled natural_scroll enabled middle_emulation enabled - pointer_accel 0.33 + # pointer_accel } bindsym $mod+control+space exec makoctl dismiss