From 5a1d11219a1c253e5d25b9ea2558127a95036e2b Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Wed, 13 Sep 2023 20:42:57 +0200 Subject: [PATCH] fix(hyprland): make portal restart thingy better --- modules/gui/hypr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/hypr.nix b/modules/gui/hypr.nix index 9eb0b8dc..90d23d6a 100644 --- a/modules/gui/hypr.nix +++ b/modules/gui/hypr.nix @@ -211,7 +211,7 @@ bind = SUPER, G, togglegroup binde = SUPERSHIFT, G, changegroupactive, f bind = SUPERCONTROL, R, exec, replay-sorcery save - bind = SUPERCONTROL, X, exec, ${pkgs.xdg-desktop-portal-hyprland}/libexec/xdg-desktop-portal-hyprland -r + bind = SUPERCONTROL, X, exec, systemctl --user restart xdg-desktop-portal-hyprland bind = SUPERSHIFT, X, exec, hyprctl kill bind = SUPER, B, togglespecialworkspace, btop bind = SUPER, A, togglespecialworkspace, amdgpu_top