sway: Use config for every input device instead of a specific one

This commit is contained in:
histalek 2023-06-04 17:15:11 +02:00
parent 2611157806
commit 4d05a52cd9
Signed by: histalek
SSH key fingerprint: SHA256:6a6N2Wzk73nwURUHC/ubbCyqdB6yfie0Jv/NGvRcsIE
2 changed files with 2 additions and 4 deletions

View file

@ -20,9 +20,6 @@ set $disp1 HDMI-A-1
set $disp2 DP-1
set $disp3 DP-2
## Define inputs
set $mouse1 7119:5:USB_Optical_Mouse
## Define Workspaces
## nerdfonts cheat sheet: https://www.nerdfonts.com/cheat-sheet
set $ws1 1:  

View file

@ -9,8 +9,9 @@ input "type:keyboard" {
xkb_numlock enable
}
input $mouse1 {
input "type:pointer" {
accel_profile flat
pointer_accel 0.1
dwt disabled
scroll_factor 0.5
}