From 70249a2a89349d99b27d9b4f5c7ca84a463f9a3a Mon Sep 17 00:00:00 2001 From: krolxon Date: Mon, 4 Aug 2025 21:44:38 +0530 Subject: [PATCH] hyprland: autostart with single shell --- .config/hypr/hyprland.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 6ca3875..1439548 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -16,10 +16,7 @@ $browser = brave ################# ### AUTOSTART ### ################# -exec-once = hyprpm reload -n -exec-once = kanshi -exec-once = waybar & hyprpaper & swaync & hyprsunset -exec-once = hypridle +exec-once = (hyprpm reload -n & kanshi & waybar & hyprpaper & swaync & hyprsunset & hypridle) exec-once = systemctl --user start hyprpolkitagent plugin { @@ -66,6 +63,7 @@ ecosystem { permission = /usr/(bin|local/bin)/grim, screencopy, allow permission = /usr/(lib|libexec|lib64)/xdg-desktop-portal-hyprland, screencopy, allow permission = /usr/(bin|local/bin)/hyprpm, plugin, allow +permission = ${lib.escapeRegex (lib.getExe config.programs.hyprlock.package)}, screencopy, allow #####################