From 26763c3b6711ef30e48fc8fb5fd56670ce54e91c Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Thu, 25 Jul 2024 17:17:38 -0700 Subject: [PATCH] clipboard persistance --- modules/desktop/hyprland.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/desktop/hyprland.nix b/modules/desktop/hyprland.nix index d0be81b..54548e4 100644 --- a/modules/desktop/hyprland.nix +++ b/modules/desktop/hyprland.nix @@ -158,7 +158,10 @@ in { monitor=",highrr,auto,auto"; - exec-once = [ "${lib.getExe pkgs.networkmanagerapplet}" ]; + exec-once = [ + "${lib.getExe pkgs.networkmanagerapplet}" + "${lib.getExe pkgs.wl-clip-persist} --clipboard primary" # to fix wl clipboards disappearing + ]; env = [ "XCURSOR_THEME,${config.modules.desktop.themes.cursorTheme.name}"