Doctoring shit up

This commit is contained in:
2026-05-08 16:45:17 -05:00
parent 0ab05c1bbe
commit 6d40392b27
4 changed files with 5 additions and 4 deletions
@@ -9,7 +9,6 @@ exec-once = /usr/libexec/pam_kwallet_init
# Daemons and stuff # Daemons and stuff
exec-once = nm-applet exec-once = nm-applet
exec-once = flatpak run com.nextcloud.desktopclient.nextcloud --background exec-once = flatpak run com.nextcloud.desktopclient.nextcloud --background || nextcloud --background
exec-once = flatpak run io.kopia.KopiaUI
exec-once = waybar exec-once = waybar
exec-once = wlsunset -T 5300 -t 3500 -g 1 exec-once = wlsunset -T 5300 -t 3500 -g 1
@@ -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; }
@@ -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; }
Executable
+2
View File
@@ -0,0 +1,2 @@
#! /bin/sh
exec stow --no-folding "$@"