Initial full commit for Dell16 Arch

This commit is contained in:
2026-06-18 09:55:42 +02:00
commit 8d3c4f4acb
61 changed files with 3891 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
[Unit]
Description=Check pacman updates
[Service]
Type=oneshot
ExecStart=/bin/sh -c 'checkupdates > ~/.cache/updates-count 2>/dev/null || true'

View File

@@ -0,0 +1,8 @@
[Unit]
Description=Check updates on boot
[Timer]
OnBootSec=1min
[Install]
WantedBy=timers.target

View File

@@ -0,0 +1 @@
/usr/lib/systemd/user/appimagelauncherd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/user/hyprdynamicmonitors-prepare.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/user/pipewire-pulse.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/user/pipewire.service

View File

@@ -0,0 +1 @@
/home/lucas/.config/systemd/user/power-monitor.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/user/syncthing.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/user/hyprdynamicmonitors-prepare.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/user/hyprdynamicmonitors.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/user/wireplumber.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/user/wireplumber.service

View File

@@ -0,0 +1,11 @@
[Unit]
Description=RAPL power monitor
After=graphical-session.target
[Service]
Type=simple
ExecStart=/home/lucas/scripts/power-monitor
Restart=always
[Install]
WantedBy=default.target

View File

@@ -0,0 +1 @@
/usr/lib/systemd/user/pipewire-pulse.socket

View File

@@ -0,0 +1 @@
/usr/lib/systemd/user/pipewire.socket

View File

@@ -0,0 +1 @@
/home/lucas/.config/systemd/user/checkupdates.timer