From edece87bbcc8f0a86d44d61da78a5907b5a2c6ab Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 25 Jan 2023 01:42:59 +0100 Subject: [PATCH] Add shortcut for fakefullscreen --- home/.config/hypr/hyprland.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index 8db169f..7d66088 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -215,6 +215,7 @@ bind = SUPER, W, killactive, bind = SUPER, F, togglefloating, bind = SUPER, Space, fullscreen, 0 bind = SUPER_SHIFT, Space, fullscreen, 1 +bind = CTRL_SHIFT, Space, fakefullscreen, bind = SUPER, P, exec, bash -c "if hyprctl activewindow | grep 'floating: 0'; then hyprctl dispatch togglefloating active; fi; hyprctl dispatch pin active" bind = SUPER_SHIFT, P, pseudo, bind = SUPER_SHIFT, S, togglesplit,