From 87bd57f50093225a30f4a7177dc5bc7e4d0fbe8c Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 4 Sep 2023 23:23:50 -0500 Subject: [PATCH] refactor(hypr): launch opensnitch & clight with an `exec` operation --- dots/.config/hypr/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/.config/hypr/hyprland.conf b/dots/.config/hypr/hyprland.conf index 779e0383..5c322fc6 100644 --- a/dots/.config/hypr/hyprland.conf +++ b/dots/.config/hypr/hyprland.conf @@ -11,8 +11,8 @@ exec-once = ~/.config/hypr/scripts/launchers/launch-waybar.bash exec-once = mako --history 1 exec-once = udiskie --tray exec-once = blueman-applet -exec-once = clight-gui --tray -exec-once = sleep 5 && opensnitch-ui --background +exec = clight-gui --tray +exec = sleep 5 && opensnitch-ui --background exec = systemd-run --user -u wallpaper-manager ~/.config/hypr/scripts/init-wallpapers.bash || systemctl --user restart wallpaper-manager exec-once = systemctl --user start compositor.target exec-once = xwaylandvideobridge