From 36087d1b4b68885f88b59039e99c11e941c91621 Mon Sep 17 00:00:00 2001 From: Jonas Haugesen Date: Tue, 4 Aug 2026 11:46:58 +0200 Subject: [PATCH] ignore sway input --- .gitignore | 1 + sway/.config/sway/input | 14 -------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 sway/.config/sway/input 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 -}