sway: Use config for every input device instead of a specific one
This commit is contained in:
parent
2611157806
commit
4d05a52cd9
2 changed files with 2 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue