26 lines
765 B
Lua
26 lines
765 B
Lua
----------------
|
|
---- 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
|
|
},
|
|
})
|