diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-01-10 04:56:37 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-01-10 04:56:37 +0300 |
commit | d53c46e1824dce3aeeef5ccad52cf1cb315e84ef (patch) | |
tree | 2496addc936e0d303fd1bce82bc6504e3f73ca86 /dotfiles/.config/sway | |
parent | 6fde13917c88f14bf790e4d92c8a850f28b8135b (diff) | |
download | swayrice-d53c46e1824dce3aeeef5ccad52cf1cb315e84ef.tar.gz swayrice-d53c46e1824dce3aeeef5ccad52cf1cb315e84ef.zip |
Miscellaneous changes
Audio recordings location, sway mice and display config, fixed emoji
list.
Diffstat (limited to 'dotfiles/.config/sway')
-rw-r--r-- | dotfiles/.config/sway/config | 8 |
1 files changed, 7 insertions, 1 deletions
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 { |