From 365a13de3e19c66f6bb2ffb806e8086a068ffc25 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sun, 9 Mar 2025 23:44:45 -0400 Subject: changed hyprland build, added mouse fx, firefox changes --- home-config/hypr/hyprland.conf | 41 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 38 insertions(+), 3 deletions(-) (limited to 'home-config/hypr/hyprland.conf') diff --git a/home-config/hypr/hyprland.conf b/home-config/hypr/hyprland.conf index 15e12fa..79917a1 100644 --- a/home-config/hypr/hyprland.conf +++ b/home-config/hypr/hyprland.conf @@ -213,12 +213,12 @@ bind = $mainMod, L, exec, hyprlock bind = $mainMod SHIFT, L, exec, loginctl suspend # Keybind to toggle "performance mode" (toggles GPU intensive things) -bind = $mainMod, F1, exec, ~/.config/hypr/perf_mode.sh +bind = $mainMod, F1, exec, ~/.config/hypr/scripts/perf_mode.sh # Keybind for screenshot bind = $mainMod SHIFT, S, exec, grimblast copy area bind = $mainMod SHIFT, Print, exec, grimblast edit area -bind = $mainMod, S, exec, grimblast save area - | imv - +bind = $mainMod, S, exec, imv <(grimblast save area -) # Notifications keybinds bind = $mainMod, N, exec, makoctl dismiss @@ -270,9 +270,44 @@ windowrulev2 = size 595 336,class:^(mpv)$, title:^(family_guy.mp4 - mpv)$ windowrulev2 = move 67% 5% ,class:^(mpv)$, title:^(family_guy.mp4 - mpv)$ windowrulev2 = pin,class:^(mpv)$, title:^(family_guy.mp4 - mpv)$ -exec-once = ~/.config/hypr/autostart.sh +exec-once = ~/.config/hypr/scripts/autostart.sh misc { disable_hyprland_logo = true force_default_wallpaper = 0 } + +# Cursors! +plugin:dynamic-cursors { + enabled = true + mode = tilt + threshold = 2 + tilt { + limit = 5000 + function = negative_quadratic + } + + shake { + enabled = true + nearest = true + threshold = 6.0 + base = 4.0 + speed = 4.0 + influence = 0.0 + + limit = 0.0 + + timeout = 2000 + + effects = true + + ipc = false + } + + hyprcursor { + nearest = true + enabled = true + resolution = -1 + fallback = clientside + } +} -- cgit v1.2.3