diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-22 10:00:23 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-22 10:00:23 -0600 |
| commit | 99d487cef4fa6857db8a43209ad2cb727a6f1161 (patch) | |
| tree | cc82f4d42676a33ca687b8e865a11ff88f1a241e /dotfiles/system/.local/share/applications/lock-screen.desktop | |
| parent | d6338d0c0c5bf58531ef9f851b1a55d483dba828 (diff) | |
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)
Diffstat (limited to 'dotfiles/system/.local/share/applications/lock-screen.desktop')
| -rw-r--r-- | dotfiles/system/.local/share/applications/lock-screen.desktop | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dotfiles/system/.local/share/applications/lock-screen.desktop b/dotfiles/system/.local/share/applications/lock-screen.desktop new file mode 100644 index 0000000..2bd7afa --- /dev/null +++ b/dotfiles/system/.local/share/applications/lock-screen.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=Lock Screen +Comment=Lock the screen +Exec=slock +Icon=system-lock-screen +Type=Application +Categories=System; |
