From 99d487cef4fa6857db8a43209ad2cb727a6f1161 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 22 Jan 2026 10:00:23 -0600 Subject: fix(archsetup): add system config improvements and gnome-keyring setup - Enable chrony service and create /etc/sysconfig/chronyd to suppress warning - Configure wireless regulatory domain (US) for full WiFi capabilities - Configure paccache to retain 3 package versions - Pre-create gnome-keyring with 'login' default (auto-unlocks at login) - Add rtkit package for pipewire realtime scheduling - Add validation test for gnome-keyring setup - Add system action .desktop files (logout, shutdown, reboot, suspend, lock) --- dotfiles/system/.local/share/applications/reboot.desktop | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dotfiles/system/.local/share/applications/reboot.desktop (limited to 'dotfiles/system/.local/share/applications/reboot.desktop') diff --git a/dotfiles/system/.local/share/applications/reboot.desktop b/dotfiles/system/.local/share/applications/reboot.desktop new file mode 100644 index 0000000..ae2c76e --- /dev/null +++ b/dotfiles/system/.local/share/applications/reboot.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=Reboot +Comment=Restart the system +Exec=systemctl reboot +Icon=system-reboot +Type=Application +Categories=System; -- cgit v1.2.3