mirror of
https://github.com/SeriousBug/dotfiles
synced 2024-12-04 18:30:37 -06: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
|
||||
scale 1.5
|
||||
}
|
||||
output DP-1 {
|
||||
output HDMI-A-1 {
|
||||
resolution 2560x1440@74.971Hz
|
||||
position 0,0
|
||||
bg $HOME/.config/sway/left.avif fill
|
||||
|
@ -41,7 +41,7 @@ output DP-2 {
|
|||
adaptive_sync on
|
||||
bg $HOME/.config/sway/middle.avif fill
|
||||
}
|
||||
output DP-3 {
|
||||
output DP-1 {
|
||||
resolution 2560x1440@144.006Hz
|
||||
position 5120,0
|
||||
adaptive_sync on
|
||||
|
@ -118,6 +118,7 @@ exec nm-applet --indicator
|
|||
|
||||
input * xkb_numlock enable
|
||||
input * accel_profile flat
|
||||
input * natural_scroll disabled
|
||||
input "5426:136:Razer_Razer_Basilisk_Ultimate_Dongle" {
|
||||
accel_profile flat
|
||||
pointer_accel -0.8
|
||||
|
|
Loading…
Reference in a new issue