From f017d4afcfff744e022bff2f3fa765cade21bbbc Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Fri, 21 Jun 2024 15:02:55 -0500 Subject: [PATCH] autostarts: address yamllint --- outerheaven.init3.home/.config/autostart-i3ipc.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/outerheaven.init3.home/.config/autostart-i3ipc.yml b/outerheaven.init3.home/.config/autostart-i3ipc.yml index 3994fe0..821c515 100644 --- a/outerheaven.init3.home/.config/autostart-i3ipc.yml +++ b/outerheaven.init3.home/.config/autostart-i3ipc.yml @@ -1,10 +1,11 @@ --- +# yamllint disable rule:line-length autostarts: pre: # blocking tasks before others; ie: backup - "truncate -s 0 --no-create ~/.gnupg/trezor/gpg-agent.log" # this grows ridiculously large/fast, clear it on login - before backup - "foot backup_home" # custom 'restic'/'pass'-driven backup script in '~/.local/bin' - weekend: [] # blocking tasks to run on weekends, after 'pre' but before the rest in 'common'. 'work' is excluded from weekends. -# - "/usr/bin/flatpak update --user --noninteractive --assumeyes | systemd-cat -t flatpak-update" + weekend: [] # blocking tasks to run on weekends, after 'pre' but before the rest in 'common'. 'work' is excluded from weekends. + # - "/usr/bin/flatpak update --user --noninteractive --assumeyes | systemd-cat -t flatpak-update" common: - "/usr/bin/mako" - "/usr/libexec/xfce-polkit" # minimal polkit (gnome is busted), LXQt has an alright option too