Added better support for home office docked setup

This commit is contained in:
James Patrick 2020-07-08 19:53:02 -04:00
parent bcf0035147
commit 08a5800484
2 changed files with 16 additions and 1 deletions

View File

@ -3,6 +3,12 @@
# You can get the names of your inputs by running: swaymsg -t get_inputs
# Read `man 5 sway-input` for more information about this section.
input "1133:45079:MX_Master_Mouse" {
natural_scroll enable
accel_profile adaptive
pointer_accel -0.3
}
# Beter touchpad support
input "2:7:SynPS/2_Synaptics_TouchPad" {
dwt enabled

View File

@ -8,6 +8,15 @@
# You can get the names of your outputs by running: swaymsg -t get_outputs
output * bg ~/sync/wall/current fill
output eDP-1 scale 1
output eDP-1 {
scale 1
pos 0 0
}
output DP-1 {
scale 1
pos 2560 0
}
# vim: ft=cfg