yo
This commit is contained in:
parent
f545df6c31
commit
4c6e8a472f
@ -9,7 +9,7 @@
|
|||||||
[gpg]
|
[gpg]
|
||||||
program = gpg2
|
program = gpg2
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
@ -17,3 +17,5 @@
|
|||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
|||||||
13
sway/config
13
sway/config
@ -40,12 +40,15 @@ bindswitch --reload --locked lid:off output $laptop enable
|
|||||||
exec swayidle -w
|
exec swayidle -w
|
||||||
|
|
||||||
input type:touchpad {
|
input type:touchpad {
|
||||||
dwt enabled # Disable while typing
|
dwt enabled # Disable while typing - RIATTIVA QUESTA OPZIONE
|
||||||
tap enabled # Enable tap-to-click
|
tap enabled # Enable tap-to-click
|
||||||
natural_scroll enabled # Natural scrolling
|
natural_scroll enabled # Natural scrolling
|
||||||
middle_emulation enabled # Emulate middle mouse button
|
middle_emulation enabled # Emulate middle mouse button - RIATTIVA QUESTA OPZIONE
|
||||||
accel_profile "flat" # Acceleration profile
|
accel_profile "flat" # Acceleration profile
|
||||||
pointer_accel 0.3
|
pointer_accel 0.3
|
||||||
|
drag enabled # AGGIUNGI: Abilita il drag
|
||||||
|
drag_lock disabled # AGGIUNGI: Disabilita il drag lock
|
||||||
|
tap_button_map lrm # AGGIUNGI: Mappa dei pulsanti per il tap
|
||||||
}
|
}
|
||||||
|
|
||||||
input type:pointer {
|
input type:pointer {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user