diff --git a/sway/.config/sway/config b/sway/.config/sway/config

index b46b55b31c1df3f14288580dd95b7ec1e28e69b9..2dd9b6abda275aae1e71241576243eaf43a862dc 100644

--- a/sway/.config/sway/config

+++ b/sway/.config/sway/config

@@ -29,7 +29,9 @@ ### Input configuration

input * {

xkb_layout "pl"

xkb_options "caps:escape"

- scroll_method "edge"

+}

+input "1739:0:Synaptics_TM3075-002" {

+ events disabled

}

input "1386:768:Wacom_Bamboo_One_S_Pen" {

pointer_accel 1

@@ -81,9 +83,9 @@ bindsym --locked XF86AudioMute exec "ponymix --output toggle"

# Turn on-off microphone

bindsym --locked XF86AudioMicMute exec "ponymix --input toggle"

# Incrase brightness by 5 point

-bindsym --locked XF86MonBrightnessUp exec "light -A 5"

+bindsym --locked XF86MonBrightnessUp exec "light -A 3"

# Decrase brightness by 5 point

-bindsym --locked XF86MonBrightnessDown exec "light -U 5"

+bindsym --locked XF86MonBrightnessDown exec "light -U 3"

# Set brightness to minimum

bindsym --locked XF86MonBrightnessDown+Shift exec "light -S 0.2"

# Set brightness to maximum