summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcaley <195605706+cqley@users.noreply.github.com>2026-07-02 11:05:11 +0200
committerGitHub <noreply@github.com>2026-07-02 11:05:11 +0200
commit99878ec1c2c12d52d5fca454623f0f70e146a1d2 (patch)
treeba394a01db8caa7cb2c9a2465c2a8f655bde5665
parente5b44415d46f033be0c0ca226e8fcc457be42986 (diff)
Update hypr.nix
-rw-r--r--nixos/mdls/hypr.nix10
1 files changed, 5 insertions, 5 deletions
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({