diff --git a/home/modules/desktop/wayland/windowManager/hyprland/settings/binds.nix b/home/modules/desktop/wayland/windowManager/hyprland/settings/binds.nix index 3a96f4d..a18669a 100644 --- a/home/modules/desktop/wayland/windowManager/hyprland/settings/binds.nix +++ b/home/modules/desktop/wayland/windowManager/hyprland/settings/binds.nix @@ -28,6 +28,7 @@ in "SUPER, d, exec, ${discord}" "SUPERSHIFT, e, exec, ${explorer}" "SUPERSHIFT, S, exec, steam" + "SUPER, escape, exec, ${terminal} --title=BTOP btop" diff --git a/home/modules/desktop/wayland/windowManager/hyprland/settings/rules.nix b/home/modules/desktop/wayland/windowManager/hyprland/settings/rules.nix index 194f4d6..41c3b50 100644 --- a/home/modules/desktop/wayland/windowManager/hyprland/settings/rules.nix +++ b/home/modules/desktop/wayland/windowManager/hyprland/settings/rules.nix @@ -15,6 +15,13 @@ in "center, class:^(.*jetbrains.*)$, title:^(Confirm Exit|Open Project|win424|win201|splash)$" "size 640 400, class:^(.*jetbrains.*)$, title:^(splash)$" + "float,title:^(BTOP)$" + "size 85%,title:^(BTOP)$" + "pin,title:^(BTOP)$" + "center,title:^(BTOP)$" + "stayfocused,title:^(BTOP)$" + + "immediate, title:^(TEKKEN™8)$" #allow tearing for tekken8 ]; };