diff --git a/.config/sway/conf.d/1-set b/.config/sway/conf.d/1-set index 5e370db..bccca63 100644 --- a/.config/sway/conf.d/1-set +++ b/.config/sway/conf.d/1-set @@ -20,9 +20,6 @@ set $disp1 HDMI-A-1 set $disp2 DP-1 set $disp3 DP-2 -## Define inputs -set $mouse1 7119:5:USB_Optical_Mouse - ## Define Workspaces ## nerdfonts cheat sheet: https://www.nerdfonts.com/cheat-sheet set $ws1 1:   diff --git a/.config/sway/conf.d/input b/.config/sway/conf.d/input index 2cda1d1..38b0f40 100644 --- a/.config/sway/conf.d/input +++ b/.config/sway/conf.d/input @@ -9,8 +9,9 @@ input "type:keyboard" { xkb_numlock enable } -input $mouse1 { +input "type:pointer" { accel_profile flat + pointer_accel 0.1 dwt disabled scroll_factor 0.5 }