From f09aced1139ebd96ed479e170f3332c6c99b72ea Mon Sep 17 00:00:00 2001 From: stitchy Date: Sat, 1 Mar 2025 08:15:24 +0000 Subject: [PATCH] refactor(hyprland): change exec-start config --- config/hypr/exec-start.conf | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/config/hypr/exec-start.conf b/config/hypr/exec-start.conf index 12ebae0..d03f21a 100644 --- a/config/hypr/exec-start.conf +++ b/config/hypr/exec-start.conf @@ -1,14 +1,21 @@ # Executable Startup File for Hyprland -#exec-once=uclampset -M 10 waybar -exec-once=${XDG_CONFIG_HOME:-~/.config}/dunst/scripts/low-battery.sh + +# Activity Watch exec-once=aw-server exec-once=awatcher -exec-once=dbus-daemon --session --address=unix:path=$XDG_RUNTIME_DIR/bus -exec-once=dunst + +# Copy and Paste +exec-once=wl-paste -t text --watch clipman store --no-persist + +# Desktop Rice exec-once=eww open bar exec-once=fcitx5 -exec-once=foot -s exec-once=hyprpaper exec-once=swayidle -exec-once=systemctl --user import-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP -exec-once=wl-paste -t text --watch clipman store --no-persist + +# Notifications +exec-once=dunst +exec-once=${XDG_CONFIG_HOME:-~/.config}/dunst/scripts/low-battery.sh + +# Terminal +exec-once=foot -s