hypr(autostart): configure autostart for ags

This commit is contained in:
retrozinndev
2025-01-23 14:07:47 -03:00
parent 017619f62b
commit 07391d6366
2 changed files with 1 additions and 15 deletions
+1 -7
View File
@@ -5,11 +5,10 @@
# Services/Daemons # Services/Daemons
exec-once = systemctl enable --user --now hyprpolkitagent.service exec-once = systemctl enable --user --now hyprpolkitagent.service
exec-once = mako
exec-once = eww daemon --no-daemonize
exec-once = hypridle exec-once = hypridle
exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type text --watch cliphist store
exec-once = wl-paste --type image --watch cliphist store exec-once = wl-paste --type image --watch cliphist store
exec-once = ags run
# Tools # Tools
exec-once = hyprpaper exec-once = hyprpaper
@@ -17,11 +16,6 @@ exec-once = hyprpaper
# Scripts # Scripts
exec-once = sh $HOME/.config/hypr/scripts/gen-pywal.sh exec-once = sh $HOME/.config/hypr/scripts/gen-pywal.sh
exec-once = sh $HOME/.config/hypr/scripts/night-light-check.sh exec-once = sh $HOME/.config/hypr/scripts/night-light-check.sh
exec-once = sh $HOME/.config/hypr/scripts/notification-handler-daemon.sh
# Widgets
exec-once = sh "$(eww get EWW_CONFIG_DIR)/scripts/eww-window.sh" open bar
# Apps # Apps
exec-once = /bin/vesktop --start-minimized exec-once = /bin/vesktop --start-minimized
-8
View File
@@ -1,8 +0,0 @@
#!/usr/bin/env bash
# This script triggers the Eww Volume Popup Window
# ---------
# Licensed under the MIT License
# Made by retrozinndev (João Dias)
# From https://github.com/retrozinndev/Hyprland-Dots