diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-02 11:05:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-02 11:05:11 +0200 |
| commit | 99878ec1c2c12d52d5fca454623f0f70e146a1d2 (patch) | |
| tree | ba394a01db8caa7cb2c9a2465c2a8f655bde5665 /nixos/mdls | |
| parent | e5b44415d46f033be0c0ca226e8fcc457be42986 (diff) | |
Update hypr.nix
Diffstat (limited to 'nixos/mdls')
| -rw-r--r-- | nixos/mdls/hypr.nix | 10 |
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({ |
