From 44e538f11c03b354a066681c8757a19b33fafc8e Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Wed, 7 Aug 2024 23:46:04 +0530 Subject: [PATCH] use new dispatcher fullscreenstate instead of fakefullscreen --- .config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index ee6f4f4..af3915a 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -201,7 +201,7 @@ bind = $mainMod, up, movefocus, u bind = $mainMod, down, movefocus, d bind = $mainMod, F, fullscreen, 1 bind = $mainMod SHIFT, F, fullscreen, 0 -bind = $mainMod CTRL, F, fakefullscreen +bind = $mainMod CTRL, F, fullscreenstate, 0 2 bind = $mainMod, L, exec, hyprlock bind = CTRL ALT, S , exec, systemctl suspend