From 99878ec1c2c12d52d5fca454623f0f70e146a1d2 Mon Sep 17 00:00:00 2001 From: caley <195605706+cqley@users.noreply.github.com> Date: Thu, 2 Jul 2026 11:05:11 +0200 Subject: Update hypr.nix --- nixos/mdls/hypr.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'nixos/mdls') diff --git a/nixos/mdls/hypr.nix b/nixos/mdls/hypr.nix index f7d239a..ca5be5a 100644 --- a/nixos/mdls/hypr.nix +++ b/nixos/mdls/hypr.nix @@ -28,11 +28,11 @@ local browser = "helium" hl.on("hyprland.start", function () - exec("systemctl --user start hyprpolkitagent") - exec("bash -c 'awww-daemon & sleep 0.5 && awww clear --outputs DP-1'") - exec("wl-paste --type text --watch cliphist store") - exec("wl-paste --type image --watch cliphist store") - exec("quickshell -c ~/.config/quickshell") + hl.exec_cmd("systemctl --user start hyprpolkitagent") + hl.exec_cmd("bash -c 'awww-daemon & sleep 0.5 && awww clear --outputs DP-1'") + hl.exec_cmd("wl-paste --type text --watch cliphist store") + hl.exec_cmd("wl-paste --type image --watch cliphist store") + hl.exec_cmd("setpriv --ambient-caps -all quickshell -c ~/.config/quickshell") end) config({ -- cgit v1.3.1