From 6d40392b271459eb745a1c11cfcaf7a6413efa9a Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Fri, 8 May 2026 16:45:17 -0500 Subject: [PATCH] Doctoring shit up --- hyprland/.config/hypr/config.d/80-autostart-daemons.conf | 3 +-- hyprland/.config/hypr/config.d/82-autostart-awww.conf | 2 ++ hyprland/.config/hypr/config.d/82-autostart-swww.conf | 2 -- stow | 2 ++ 4 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 hyprland/.config/hypr/config.d/82-autostart-awww.conf delete mode 100644 hyprland/.config/hypr/config.d/82-autostart-swww.conf create mode 100755 stow diff --git a/hyprland/.config/hypr/config.d/80-autostart-daemons.conf b/hyprland/.config/hypr/config.d/80-autostart-daemons.conf index 020b34f6..d8f7f5f5 100644 --- a/hyprland/.config/hypr/config.d/80-autostart-daemons.conf +++ b/hyprland/.config/hypr/config.d/80-autostart-daemons.conf @@ -9,7 +9,6 @@ exec-once = /usr/libexec/pam_kwallet_init # Daemons and stuff exec-once = nm-applet -exec-once = flatpak run com.nextcloud.desktopclient.nextcloud --background -exec-once = flatpak run io.kopia.KopiaUI +exec-once = flatpak run com.nextcloud.desktopclient.nextcloud --background || nextcloud --background exec-once = waybar exec-once = wlsunset -T 5300 -t 3500 -g 1 diff --git a/hyprland/.config/hypr/config.d/82-autostart-awww.conf b/hyprland/.config/hypr/config.d/82-autostart-awww.conf new file mode 100644 index 00000000..f746bcc9 --- /dev/null +++ b/hyprland/.config/hypr/config.d/82-autostart-awww.conf @@ -0,0 +1,2 @@ +# vim: set ft=hyprlang: +exec-once = pgrep -U $USER awww-daemon || { rm /run/user/$UID/wayland-1-awww-daemon.sock; awww-daemon --format argb; } diff --git a/hyprland/.config/hypr/config.d/82-autostart-swww.conf b/hyprland/.config/hypr/config.d/82-autostart-swww.conf deleted file mode 100644 index 7bbb0dbd..00000000 --- a/hyprland/.config/hypr/config.d/82-autostart-swww.conf +++ /dev/null @@ -1,2 +0,0 @@ -# vim: set ft=hyprlang: -exec-once = pgrep -U $USER swww-daemon || { rm /run/user/$UID/wayland-1-swww-daemon..sock; swww-daemon --format xrgb; } diff --git a/stow b/stow new file mode 100755 index 00000000..d0c5d125 --- /dev/null +++ b/stow @@ -0,0 +1,2 @@ +#! /bin/sh +exec stow --no-folding "$@"