Added scroll factor
This commit is contained in:
parent
629b5d4263
commit
c0a8c87681
1 changed files with 4 additions and 1 deletions
|
@ -13,6 +13,8 @@ input 1:1:AT_Translated_Set_2_keyboard {
|
||||||
|
|
||||||
input 2:7:SynPS/2_Synaptics_TouchPad {
|
input 2:7:SynPS/2_Synaptics_TouchPad {
|
||||||
natural_scroll enabled
|
natural_scroll enabled
|
||||||
|
scroll_factor 0.5
|
||||||
|
|
||||||
middle_emulation enabled
|
middle_emulation enabled
|
||||||
tap enabled
|
tap enabled
|
||||||
}
|
}
|
||||||
|
@ -296,10 +298,11 @@ for_window [class="Caprine"] floating enable
|
||||||
# Homewritten software testing in IntelliJ
|
# Homewritten software testing in IntelliJ
|
||||||
for_window [class="be.ugent"] floating enable
|
for_window [class="be.ugent"] floating enable
|
||||||
|
|
||||||
|
# =====
|
||||||
# FIXES
|
# FIXES
|
||||||
|
# =====
|
||||||
|
|
||||||
# [Slow launch for some GTK apps](https://github.com/swaywm/sway/issues/5732)
|
# [Slow launch for some GTK apps](https://github.com/swaywm/sway/issues/5732)
|
||||||
|
|
||||||
exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||||
|
|
||||||
# Fix JetBrain IDE's showing properly
|
# Fix JetBrain IDE's showing properly
|
||||||
|
|
Loading…
Reference in a new issue