mirror of
https://github.com/SeriousBug/dotfiles
synced 2025-09-05 10:48:32 -05:00
disable natural scroll
This commit is contained in:
parent
8321056a27
commit
93195c8040
|
@ -30,7 +30,7 @@ output eDP-1 {
|
||||||
bg $HOME/.config/sway/middle.avif fill
|
bg $HOME/.config/sway/middle.avif fill
|
||||||
scale 1.5
|
scale 1.5
|
||||||
}
|
}
|
||||||
output DP-1 {
|
output HDMI-A-1 {
|
||||||
resolution 2560x1440@74.971Hz
|
resolution 2560x1440@74.971Hz
|
||||||
position 0,0
|
position 0,0
|
||||||
bg $HOME/.config/sway/left.avif fill
|
bg $HOME/.config/sway/left.avif fill
|
||||||
|
@ -41,7 +41,7 @@ output DP-2 {
|
||||||
adaptive_sync on
|
adaptive_sync on
|
||||||
bg $HOME/.config/sway/middle.avif fill
|
bg $HOME/.config/sway/middle.avif fill
|
||||||
}
|
}
|
||||||
output DP-3 {
|
output DP-1 {
|
||||||
resolution 2560x1440@144.006Hz
|
resolution 2560x1440@144.006Hz
|
||||||
position 5120,0
|
position 5120,0
|
||||||
adaptive_sync on
|
adaptive_sync on
|
||||||
|
@ -118,6 +118,7 @@ exec nm-applet --indicator
|
||||||
|
|
||||||
input * xkb_numlock enable
|
input * xkb_numlock enable
|
||||||
input * accel_profile flat
|
input * accel_profile flat
|
||||||
|
input * natural_scroll disabled
|
||||||
input "5426:136:Razer_Razer_Basilisk_Ultimate_Dongle" {
|
input "5426:136:Razer_Razer_Basilisk_Ultimate_Dongle" {
|
||||||
accel_profile flat
|
accel_profile flat
|
||||||
pointer_accel -0.8
|
pointer_accel -0.8
|
||||||
|
|
Loading…
Reference in a new issue