From 6ae5ef0f66e9e92c7bce250c1e9fbaf14e03ece3 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 17 Nov 2022 16:30:11 +0100 Subject: [PATCH] Also keybinds for both maximize and fullscreen --- home/.config/hypr/hyprland.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index 88dcd22..f334fc7 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -200,7 +200,8 @@ bind = SUPER_SHIFT_CTRL, Print, exec, screenshot --notify --save $SCREENSHOT_FOR # Active window bind = SUPER, W, killactive, bind = SUPER, F, togglefloating, -bind = SUPER, Space, fullscreen, +bind = SUPER, Space, fullscreen, 0 +bind = SUPER_SHIFT, Space, fullscreen, 1 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, S, togglesplit,