From 3344497b586311ef23bf051bef995af67fe7ddd8 Mon Sep 17 00:00:00 2001 From: pagedmov Date: Tue, 29 Oct 2024 22:40:20 -0400 Subject: [PATCH] added a shortcut to open a floating kitty window, super shift q. moved logout shortcut to super shift m. --- modules/home/environment/hyprland/config.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/environment/hyprland/config.nix b/modules/home/environment/hyprland/config.nix index 3ac43d0..fdcd291 100644 --- a/modules/home/environment/hyprland/config.nix +++ b/modules/home/environment/hyprland/config.nix @@ -159,10 +159,11 @@ in "super, t, exec, swaync-client -t -sw" "super, a, exec, firefox" "super, q, exec, kitty --title Kitty" + "super shift, q, exec, [float;size 40% 30%;move onscreen cursor -50% -50%] kitty --title Kitty" "super, c, killactive," "super, e, exec, nemo" "super, p, exec, [float;size 40% 25%;move onscreen cursor] [ ! -f /tmp/keyringfile ] && kitty toolbelt" - "super shift, q, exit," + "super shift, m, exit," "super, m, exec, fuzzel" "super, r, exec, neovide" "super, b, togglesplit, # dwindle"