From feab96bb57786bfb3150003131be8a9a4c84d759 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 9 Jun 2026 13:51:59 +0900 Subject: [PATCH] home/hyprland: keep fullscreen mode on focus changes --- home/programs/hyprland/keybinds.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/programs/hyprland/keybinds.nix b/home/programs/hyprland/keybinds.nix index 6ae7f58..beba847 100644 --- a/home/programs/hyprland/keybinds.nix +++ b/home/programs/hyprland/keybinds.nix @@ -9,6 +9,8 @@ in in { mod._var = "SUPER"; + config.misc.on_focus_under_fullscreen = 1; + # https://github.com/xkbcommon/libxkbcommon/blob/master/include/xkbcommon/xkbcommon-keysyms.h bind = let lua = lib.generators.mkLuaInline;