summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-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({