Compare commits

..

2 Commits

Author SHA1 Message Date
Maximilian Wagner
1b841b9a83 tweaks 2024-06-22 10:25:23 +02:00
Maximilian Wagner
c393d87c37 added disable_while_typing toggle 2024-05-02 15:25:56 +02:00

View File

@ -3,6 +3,7 @@ source=~/.config/hypr/mocha.conf
# See https://wiki.hyprland.org/Configuring/Monitors/ # See https://wiki.hyprland.org/Configuring/Monitors/
monitor=,highres,auto,auto monitor=,highres,auto,auto
monitor=eDP-1,highres,0x0,1.566667 monitor=eDP-1,highres,0x0,1.566667
monitor=DP-2,2560x1440@144.00000,0x0,1.0
workspace = name:special:magic,monitor:eDP-1,gapsin:10,gapsout:100 workspace = name:special:magic,monitor:eDP-1,gapsin:10,gapsout:100
@ -51,6 +52,7 @@ input {
touchpad { touchpad {
natural_scroll = true natural_scroll = true
disable_while_typing = false
scroll_factor = 0.4 scroll_factor = 0.4
} }