sway: Set mousespeed for “yuki”
This commit is contained in:
parent
8051d8e962
commit
666114e38a
1 changed files with 6 additions and 0 deletions
|
|
@ -3,6 +3,12 @@ output * bg "~/.config/sway/bg.png" fill
|
||||||
output HDMI-A-1 position 0,0
|
output HDMI-A-1 position 0,0
|
||||||
output DP-1 resolution 1920x1080 position 1920,0
|
output DP-1 resolution 1920x1080 position 1920,0
|
||||||
|
|
||||||
|
# Input configuration
|
||||||
|
input type:pointer {
|
||||||
|
accel_profile adaptive
|
||||||
|
pointer_accel -0.5
|
||||||
|
}
|
||||||
|
|
||||||
# Monitor setup
|
# Monitor setup
|
||||||
set $mode_monitor Monitor (l) single left, (r) single right, (h) dual horizontal, ((v) dual vertical
|
set $mode_monitor Monitor (l) single left, (r) single right, (h) dual horizontal, ((v) dual vertical
|
||||||
mode "$mode_monitor" {
|
mode "$mode_monitor" {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue