From 08a5800484f03273c98fc1124da62acdbc7b0982 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Wed, 8 Jul 2020 19:53:02 -0400 Subject: [PATCH] Added better support for home office docked setup --- sway/config.d/input | 6 ++++++ sway/config.d/output | 11 ++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/sway/config.d/input b/sway/config.d/input index a640c5d..5c50495 100644 --- a/sway/config.d/input +++ b/sway/config.d/input @@ -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 diff --git a/sway/config.d/output b/sway/config.d/output index 3d829ed..9b2bc5f 100644 --- a/sway/config.d/output +++ b/sway/config.d/output @@ -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