From 62ffe061d9d7e35b5b3ca4d19eb0b80136a4dd2d Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 24 Jun 2023 12:07:27 -0400 Subject: [PATCH] hyprland: Use full fullscreen by default This guarantees that windows that show with waybar aren't actually fullscreen. --- home/hyprland.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index aafa8be..c0f9a76 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -110,8 +110,7 @@ bind = SUPER, U, exec, hyprctl keyword general:gaps_out $((20 - $(hyprctl getoption general:gaps_out -j | jq -r ".int"))) && hyprctl keyword general:gaps_in $((10 - $(hyprctl getoption general:gaps_in -j | jq -r ".int"))) && hyprctl keyword general:border_size $((4 - $(hyprctl getoption general:border_size -j | jq -r ".int"))) && hyprctl keyword decoration:rounding $((10 - $(hyprctl getoption decoration:rounding -j | jq -r ".int"))) bind = SUPER, O, exec, killall .waybar-wrapped || waybar bind = SUPER, X, pin - bind = SUPER, F, fullscreen, 1 - bind = SUPER_SHIFT, F, fullscreen + bind = SUPER, F, fullscreen bind = SUPER, S, togglespecialworkspace bind = SUPER_SHIFT, S, movetoworkspace, special bind = SUPER_SHIFT, S, focuscurrentorlast