From 304470feb53a85eaa8738956bfcbc1fa60adc859 Mon Sep 17 00:00:00 2001 From: joygnu Date: Sat, 24 Aug 2024 16:52:12 +0200 Subject: [PATCH] Add a keybind for pinning windows --- home/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index d7c5c9f..a64ad05 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -93,7 +93,7 @@ "$mod+shift, B, exec, sh ~/nix/home/hyprland/scripts/ags.sh" "$mod, up, exec, sh ~/nix/home/hyprland/scripts/volume.sh -i" "$mod, down, exec, sh ~/nix/home/hyprland/scripts/volume.sh -d" - "$mod+shift, P, exec, hyprctl dispatch pin" + "$mod, U, exec, hyprctl dispatch togglefloating && hyprctl dispatch pin" # cmus "$mod, D, exec, sh ~/nix/home/hyprland/scripts/cmus.sh"