Added better support for home office docked setup
This commit is contained in:
parent
bcf0035147
commit
08a5800484
|
@ -3,6 +3,12 @@
|
||||||
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
# 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.
|
# 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
|
# Beter touchpad support
|
||||||
input "2:7:SynPS/2_Synaptics_TouchPad" {
|
input "2:7:SynPS/2_Synaptics_TouchPad" {
|
||||||
dwt enabled
|
dwt enabled
|
||||||
|
|
|
@ -8,6 +8,15 @@
|
||||||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
||||||
|
|
||||||
output * bg ~/sync/wall/current fill
|
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
|
# vim: ft=cfg
|
||||||
|
|
Loading…
Reference in New Issue
Block a user