Files
nix-config/users/phundrak/wlr-which-key/float-window.nix

5 lines
147 B
Nix
Raw Normal View History

2025-11-02 17:56:58 +01:00
{pkgs, ...}:
pkgs.writeShellScriptBin "float" ''
${pkgs.procps}/bin/pidof -x Hyprland && ${pkgs.hyprland}/bin/hyprctl dispatch togglefloating
2025-11-02 17:56:58 +01:00
''