added Hyprland config

This commit is contained in:
2026-06-14 01:56:03 +02:00
parent 803c4d8ef8
commit 0daeac8770
15 changed files with 1292 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
----------------
---- MISC ----
----------------
-- Version 1
-- Last change: Sun 2026-06-14 using Hyprland v0.55.3-1
-- Git repo: https://git.fennek.xyz/fennek182/dotfiles
hl.config({
misc = {
disable_hyprland_logo = true,
focus_on_activate = true,
disable_splash_rendering = true,
enable_swallow = true,
animate_manual_resizes = true,
animate_mouse_windowdragging = true,
-- mouse_move_enables_dpms = true
-- no_direct_scanout = true -- for fullscreen games
-- swallow_regex = ^(kitty)$
-- focus_on_activate = true
-- v0.55.0: misc:vfr moved to debug: as it's a debug variable that should not be changed in prod environments
-- vfr = true
},
})