diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-03-09 23:44:45 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-03-09 23:44:45 -0400 |
commit | 365a13de3e19c66f6bb2ffb806e8086a068ffc25 (patch) | |
tree | 5a42e6a12b06124bc9b34c77f5b85ea988759f38 /home-config/hypr | |
parent | b64aeaac7a6316181e8cec7eb7530c08fb9eca41 (diff) |
changed hyprland build, added mouse fx, firefox changes
Diffstat (limited to 'home-config/hypr')
-rw-r--r-- | home-config/hypr/hyprland.conf | 41 | ||||
-rwxr-xr-x | home-config/hypr/scripts/autostart.sh (renamed from home-config/hypr/autostart.sh) | 0 | ||||
-rwxr-xr-x | home-config/hypr/scripts/perf_mode.sh (renamed from home-config/hypr/perf_mode.sh) | 0 |
3 files changed, 38 insertions, 3 deletions
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 | |||
213 | bind = $mainMod SHIFT, L, exec, loginctl suspend | 213 | bind = $mainMod SHIFT, L, exec, loginctl suspend |
214 | 214 | ||
215 | # Keybind to toggle "performance mode" (toggles GPU intensive things) | 215 | # Keybind to toggle "performance mode" (toggles GPU intensive things) |
216 | bind = $mainMod, F1, exec, ~/.config/hypr/perf_mode.sh | 216 | bind = $mainMod, F1, exec, ~/.config/hypr/scripts/perf_mode.sh |
217 | 217 | ||
218 | # Keybind for screenshot | 218 | # Keybind for screenshot |
219 | bind = $mainMod SHIFT, S, exec, grimblast copy area | 219 | bind = $mainMod SHIFT, S, exec, grimblast copy area |
220 | bind = $mainMod SHIFT, Print, exec, grimblast edit area | 220 | bind = $mainMod SHIFT, Print, exec, grimblast edit area |
221 | bind = $mainMod, S, exec, grimblast save area - | imv - | 221 | bind = $mainMod, S, exec, imv <(grimblast save area -) |
222 | 222 | ||
223 | # Notifications keybinds | 223 | # Notifications keybinds |
224 | bind = $mainMod, N, exec, makoctl dismiss | 224 | bind = $mainMod, N, exec, makoctl dismiss |
@@ -270,9 +270,44 @@ windowrulev2 = size 595 336,class:^(mpv)$, title:^(family_guy.mp4 - mpv)$ | |||
270 | windowrulev2 = move 67% 5% ,class:^(mpv)$, title:^(family_guy.mp4 - mpv)$ | 270 | windowrulev2 = move 67% 5% ,class:^(mpv)$, title:^(family_guy.mp4 - mpv)$ |
271 | windowrulev2 = pin,class:^(mpv)$, title:^(family_guy.mp4 - mpv)$ | 271 | windowrulev2 = pin,class:^(mpv)$, title:^(family_guy.mp4 - mpv)$ |
272 | 272 | ||
273 | exec-once = ~/.config/hypr/autostart.sh | 273 | exec-once = ~/.config/hypr/scripts/autostart.sh |
274 | 274 | ||
275 | misc { | 275 | misc { |
276 | disable_hyprland_logo = true | 276 | disable_hyprland_logo = true |
277 | force_default_wallpaper = 0 | 277 | force_default_wallpaper = 0 |
278 | } | 278 | } |
279 | |||
280 | # Cursors! | ||
281 | plugin:dynamic-cursors { | ||
282 | enabled = true | ||
283 | mode = tilt | ||
284 | threshold = 2 | ||
285 | tilt { | ||
286 | limit = 5000 | ||
287 | function = negative_quadratic | ||
288 | } | ||
289 | |||
290 | shake { | ||
291 | enabled = true | ||
292 | nearest = true | ||
293 | threshold = 6.0 | ||
294 | base = 4.0 | ||
295 | speed = 4.0 | ||
296 | influence = 0.0 | ||
297 | |||
298 | limit = 0.0 | ||
299 | |||
300 | timeout = 2000 | ||
301 | |||
302 | effects = true | ||
303 | |||
304 | ipc = false | ||
305 | } | ||
306 | |||
307 | hyprcursor { | ||
308 | nearest = true | ||
309 | enabled = true | ||
310 | resolution = -1 | ||
311 | fallback = clientside | ||
312 | } | ||
313 | } | ||
diff --git a/home-config/hypr/autostart.sh b/home-config/hypr/scripts/autostart.sh index b531c5b..b531c5b 100755 --- a/home-config/hypr/autostart.sh +++ b/home-config/hypr/scripts/autostart.sh | |||
diff --git a/home-config/hypr/perf_mode.sh b/home-config/hypr/scripts/perf_mode.sh index c195688..c195688 100755 --- a/home-config/hypr/perf_mode.sh +++ b/home-config/hypr/scripts/perf_mode.sh | |||