aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: cad63f64f281f99fc77feb74b01b1555610aed46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# dropdeck-git AUR scaffold

This folder contains an AUR-ready scaffold for a `dropdeck-git` package.

## What it includes

- `PKGBUILD` for a VCS (`-git`) package
- `.SRCINFO`
- `dropdeck.service` (systemd **user** service)
- `dropdeck@.service` (optional system-wide template service)
- `dropdeck.sh` wrapper (`/usr/bin/dropdeck`)
- `dropdeck-git.install` post-install instructions

## Update behavior

`-git` packages track latest upstream commit **when users upgrade packages**.
No background auto-update is installed.

## Notes

- User service is the recommended mode for Wayland desktop components.
- System-wide template service is provided as an advanced option and may need
  environment overrides in `/etc/dropdeck/<user>.env`.
- Settings persist to `~/.config/dropdeck/settings.json`.
- Built-in themes are read from `/usr/share/dropdeck/themes`; optional user
  themes can be placed in `~/.config/dropdeck/themes`.