From b7544f77a6574309d918d5fad0cf7aac598d2e20 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Mon, 10 Apr 2023 20:54:39 +0530 Subject: [PATCH] redo fakefullscreen --- home/wm/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/wm/hyprland/default.nix b/home/wm/hyprland/default.nix index 4116d18..dba3c96 100644 --- a/home/wm/hyprland/default.nix +++ b/home/wm/hyprland/default.nix @@ -133,7 +133,7 @@ in bind = SUPER_SHIFT,space, togglefloating,active bind = SUPER_SHIFT,space, centerwindow bind = SUPER_SHIFT,F, fullscreen,0 - bind = SUPER_ALT,F, fakefullscreen + bind = SUPER_ALT,F, fullscreen,1 bind = SUPER_SHIFT,C, exec, ${hyprctl} reload bind = SUPER_SHIFT,C, exec, systemctl --user restart swayidle.service