diff options
| author | silly <u65487754@gmail.com> | 2026-02-25 11:13:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-25 11:13:54 +0100 |
| commit | a59b7d354471a7997d8c08bfe3bbdd8f74008f5f (patch) | |
| tree | ffee42c2392d85f019d16804711d395046a5dba3 | |
| parent | 67bb2457eb9c498d437d26324fa7fc419a459a96 (diff) | |
Update hyprland.conf
| -rw-r--r-- | .config/hypr/hyprland.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 0ae924b..1e86f12 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -66,6 +66,8 @@ input { kb_layout = us follow_mouse = 1 sensitivity = 0 + scroll_factor = 1.0 + force_no_accel = 1 touchpad { natural_scroll = false } @@ -96,7 +98,7 @@ bind = $mainMod, V, togglefloating, bind = $mainMod, R, exec, $menu bind = $mainMod, P, pseudo, bind = $mainMod, J, togglesplit, -bind = $mainMod, T, exec, ~/.config/fuzzel/master.sh +bind = $mainMod, T, bind = $mainMod, F, fullscreen, 0 bind = $mainMod, Tab, workspace, m+1 bind = ALT SHIFT, S, exec, grim -g "$(slurp)" - | wl-copy |
