From 5695ac83417983a6fc0ba250bdafe415e1fcbac6 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 9 Apr 2023 12:35:52 +0530 Subject: [PATCH] fake full screen binding --- home/wm/hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/wm/hyprland/default.nix b/home/wm/hyprland/default.nix index bff132f..04e688f 100644 --- a/home/wm/hyprland/default.nix +++ b/home/wm/hyprland/default.nix @@ -136,6 +136,7 @@ in bind = SUPER_SHIFT,Q, killactive, bind = SUPER_SHIFT,space, togglefloating,active bind = SUPER_SHIFT,F, fullscreen,0 + bind = SUPER_ALT,F, fakefullscreen bind = SUPER_SHIFT,C, exec, ${hyprctl} reload bind = SUPER_SHIFT,C, exec, systemctl --user restart swayidle.service