From da64e6232d97414e9de55b83e5f5fdb759c5c5df Mon Sep 17 00:00:00 2001 From: pagedMov Date: Fri, 11 Oct 2024 03:41:36 -0400 Subject: [PATCH] Gen 341: added super+e keybind for opening btop to hyprland config --- glasshouse-desktop/home/hyprland/config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/glasshouse-desktop/home/hyprland/config.nix b/glasshouse-desktop/home/hyprland/config.nix index 30f9fb2..f5455ed 100644 --- a/glasshouse-desktop/home/hyprland/config.nix +++ b/glasshouse-desktop/home/hyprland/config.nix @@ -138,6 +138,7 @@ "super, q, exec, kitty --title Kitty" "super, d, exec, switchmon" "super, c, killactive," + "super, e, exec, [float;size 45% 55%;move 10 50] kitty btop" "super shift, q, exit," "super, m, exec, fuzzel" "super, r, exec, neovide"