diff --git a/.gitignore b/.gitignore index d4b7fb0..7d68aa2 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ claude/.claude/* pi/.pi/agent/themes /claude/.claude/settings.json /.claude/settings.json +/sway/.config/sway/input diff --git a/sway/.config/sway/input b/sway/.config/sway/input deleted file mode 100644 index 9683733..0000000 --- a/sway/.config/sway/input +++ /dev/null @@ -1,14 +0,0 @@ - -input * { - xkb_layout dk - xkb_options lv3:lalt_switch - pointer_accel 0 -} - -input "type:touchpad" { - natural_scroll disabled - tap disabled - click_method clickfinger - scroll_factor 0.4 - dwt disabled -}