summaryrefslogtreecommitdiff
path: root/home-config/hypr
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/hypr')
-rw-r--r--home-config/hypr/hyprland.conf41
-rwxr-xr-xhome-config/hypr/scripts/autostart.sh (renamed from home-config/hypr/autostart.sh)0
-rwxr-xr-xhome-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
213bind = $mainMod SHIFT, L, exec, loginctl suspend 213bind = $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)
216bind = $mainMod, F1, exec, ~/.config/hypr/perf_mode.sh 216bind = $mainMod, F1, exec, ~/.config/hypr/scripts/perf_mode.sh
217 217
218# Keybind for screenshot 218# Keybind for screenshot
219bind = $mainMod SHIFT, S, exec, grimblast copy area 219bind = $mainMod SHIFT, S, exec, grimblast copy area
220bind = $mainMod SHIFT, Print, exec, grimblast edit area 220bind = $mainMod SHIFT, Print, exec, grimblast edit area
221bind = $mainMod, S, exec, grimblast save area - | imv - 221bind = $mainMod, S, exec, imv <(grimblast save area -)
222 222
223# Notifications keybinds 223# Notifications keybinds
224bind = $mainMod, N, exec, makoctl dismiss 224bind = $mainMod, N, exec, makoctl dismiss
@@ -270,9 +270,44 @@ windowrulev2 = size 595 336,class:^(mpv)$, title:^(family_guy.mp4 - mpv)$
270windowrulev2 = move 67% 5% ,class:^(mpv)$, title:^(family_guy.mp4 - mpv)$ 270windowrulev2 = move 67% 5% ,class:^(mpv)$, title:^(family_guy.mp4 - mpv)$
271windowrulev2 = pin,class:^(mpv)$, title:^(family_guy.mp4 - mpv)$ 271windowrulev2 = pin,class:^(mpv)$, title:^(family_guy.mp4 - mpv)$
272 272
273exec-once = ~/.config/hypr/autostart.sh 273exec-once = ~/.config/hypr/scripts/autostart.sh
274 274
275misc { 275misc {
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!
281plugin: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