Skip to content

Commit

Permalink
disable sealert popups by default
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalOughtness authored Apr 6, 2024
1 parent f71a833 commit cf45724
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ ln -s "/usr/share/fonts/google-noto-sans-cjk-fonts" "/usr/share/fonts/noto-cjk"

rm -f /etc/yum.repos.d/_copr_ublue-os_staging.repo
rm -f /etc/yum.repos.d/_copr_kylegospo_oversteer.repo

# Disable sealert popups by default.
# Equivalent to defaulting "Would you like to receive alerts?" to "No"
echo "X-GNOME-Autostart-enabled=false" >> /usr/etc/xdg/autostart/sealertauto.desktop

0 comments on commit cf45724

Please sign in to comment.