From d53c46e1824dce3aeeef5ccad52cf1cb315e84ef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?=
 <yps@yaroslavps.com>
Date: Sun, 10 Jan 2021 04:56:37 +0300
Subject: Miscellaneous changes

Audio recordings location, sway mice and display config, fixed emoji
list.
---
 dotfiles/.config/sway/config | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

(limited to 'dotfiles/.config/sway')

diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config
index 6a08d03..cba44d1 100644
--- a/dotfiles/.config/sway/config
+++ b/dotfiles/.config/sway/config
@@ -109,6 +109,12 @@ bindswitch --reload --locked lid:on exec "swaysession suspend"
 # Trackpoint (Thinkpad)
 input 2:10:TPPS/2_IBM_TrackPoint pointer_accel 1
 
+# Desktop mouse
+input 6127:24766:GamingMouseI_Gaming_Mouse {
+	accel_profile flat
+	pointer_accel -0.5
+}
+
 # Outputs
 output "*" background ~/.config/wall1.png fill
 output "HDMI-A-2" background ~/.config/wall2.png fill
@@ -116,7 +122,7 @@ output "HDMI-A-2" background ~/.config/wall2.png fill
 output "eDP-1" scale 1.6 pos 0 0 scale_filter linear
 # Two monitor layout
 output "HDMI-A-1" pos 0 0
-output "HDMI-A-2" pos 1920 200
+output "HDMI-A-2" pos 1920 0
 
 # Keymaps
 input type:keyboard {
-- 
cgit v1.2.3