From f564c2918cb607a9f51e99b48297e4e2e27fdd58 Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Fri, 31 Jan 2025 12:47:32 -0500 Subject: [PATCH] Clean up startup programs Also start 1p tray icon --- hypr/common.conf | 12 +++++++----- hypr/startup.sh | 1 - 2 files changed, 7 insertions(+), 6 deletions(-) delete mode 100755 hypr/startup.sh diff --git a/hypr/common.conf b/hypr/common.conf index adb7a6d..6729fd4 100644 --- a/hypr/common.conf +++ b/hypr/common.conf @@ -174,14 +174,16 @@ bind=,escape,submap,reset bind=SUPER,R,submap,reset submap=reset -exec-once = ydotoold -exec-once = swww-daemon -exec = killall dunst; dunst # TODO: Use reload command once Arch packages the last version exec-once = ~/.config/eww/startup.sh -exec = ~/scripts/swww_set.py +exec-once = swww-daemon +exec-once = ydotoold +exec-once = dunst exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 +exec-once = 1password --silent + +exec = ~/scripts/swww_set.py +exec = dunstctl reload exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP HYPRLAND_INSTANCE_SIGNATURE exec-once = systemctl --user import-environment -exec-once = /home/mbradley/.config/hypr/startup.sh exec-once = /usr/bin/dex -a diff --git a/hypr/startup.sh b/hypr/startup.sh deleted file mode 100755 index 1b2a684..0000000 --- a/hypr/startup.sh +++ /dev/null @@ -1 +0,0 @@ -#!/bin/env sh