From 07391d6366bef35b72dfe2b4a753dc0fee5f31d8 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Thu, 23 Jan 2025 14:07:47 -0300 Subject: [PATCH] :sparkles: hypr(autostart): configure autostart for ags --- hypr/autostart.conf | 8 +------- hypr/scripts/trigger-volume-popup.sh | 8 -------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 hypr/scripts/trigger-volume-popup.sh diff --git a/hypr/autostart.conf b/hypr/autostart.conf index 70e9468..d7fdf2a 100644 --- a/hypr/autostart.conf +++ b/hypr/autostart.conf @@ -5,11 +5,10 @@ # Services/Daemons exec-once = systemctl enable --user --now hyprpolkitagent.service -exec-once = mako -exec-once = eww daemon --no-daemonize exec-once = hypridle exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type image --watch cliphist store +exec-once = ags run # Tools exec-once = hyprpaper @@ -17,11 +16,6 @@ exec-once = hyprpaper # Scripts 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/notification-handler-daemon.sh - -# Widgets -exec-once = sh "$(eww get EWW_CONFIG_DIR)/scripts/eww-window.sh" open bar - # Apps exec-once = /bin/vesktop --start-minimized diff --git a/hypr/scripts/trigger-volume-popup.sh b/hypr/scripts/trigger-volume-popup.sh deleted file mode 100644 index 76b7e84..0000000 --- a/hypr/scripts/trigger-volume-popup.sh +++ /dev/null @@ -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 -