From 808fe92c951f7aa2986875a1deae6bf3dd1727c8 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Mon, 25 Dec 2023 15:13:02 +0100 Subject: [PATCH] add hyprland keybind for floating term --- modules/home/hyprland/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 1a6fb38..525da82 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -242,7 +242,7 @@ in windowrulev2 = idleinhibit focus, class:^(mpv)$ windowrulev2 = idleinhibit fullscreen, class:^(firefox)$ - windowrule=size 80,25,title:^(float_kitty)$ + windowrule=size 950,600,title:^(float_kitty)$ windowrule=float,title:^(float_kitty)$ windowrule=tile,title:^(kitty)$