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;