From 0de00b4a9c1b7935bbd12ebd102632f04a543056 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 23 May 2025 12:39:08 +0200 Subject: [PATCH] feat: adds floating kitty on `mainMod+bspc` --- modules/home/hyprland/config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 151c278..8484878 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -214,6 +214,7 @@ bind = [ # keybindings "$mainMod, Return, exec, kitty" + "$mainMod, Backspace, exec, [float; center; size 950 650] kitty" "$mainMod, Q, killactive," "$mainMod, F, fullscreen, 0" # set 1 to 0 to set full screen without waybar "$mainMod, Space, togglefloating,"